Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Jan 31 2023 23:27:18 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH v7 0/9] Introduce igb
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 1/9] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 2/9] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 3/9] e1000: Split header files
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 4/9] Intrdocue igb device emulation
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 6/9] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 7/9] igb: Introduce qtest for igb device
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 8/9] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/31
[PATCH v7 9/9] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 0/9] Introduce igb
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 1/9] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 2/9] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 3/9] e1000: Split header files
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 4/9] Intrdocue igb device emulation
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 6/9] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 7/9] igb: Introduce qtest for igb device
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 8/9] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 9/9] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 00/29] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 01/29] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 03/29] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 04/29] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 02/29] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 06/29] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 07/29] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 08/29] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 09/29] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 05/29] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 10/29] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 11/29] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 12/29] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 13/29] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 14/29] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 15/29] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 16/29] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 17/29] e1000e: Remove extra pointer indirection
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 18/29] net: Check L4 header size
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 19/29] e1000x: Alter the signature of e1000x_is_vlan_packet
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 20/29] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 21/29] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 22/29] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 23/29] e1000e: Perform software segmentation for loopback
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 25/29] hw/net/net_tx_pkt: Check the payload length
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 27/29] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 24/29] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 26/29] e1000e: Do not assert when MSI-X is disabled later
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 28/29] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 29/29] e1000e: Combine rx traces
,
Akihiko Odaki
,
2023/01/31
Re: [PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
,
Philippe Mathieu-Daudé
,
2023/01/30
[PULL 07/56] hw/pci-host: Use register definitions from PCI standard
,
Michael S. Tsirkin
,
2023/01/30
[PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
,
Bernhard Beschow
,
2023/01/30
Re: [PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
,
Richard Henderson
,
2023/01/30
[PATCH v5 0/9] Introduce igb
,
Akihiko Odaki
,
2023/01/30
[PATCH v5 1/9] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/30
[PATCH v5 2/9] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/30
[PATCH v5 3/9] e1000: Split header files
,
Akihiko Odaki
,
2023/01/30
[PATCH v5 4/9] Intrdocue igb device emulation
,
Akihiko Odaki
,
2023/01/30
RE: [PATCH v5 4/9] Intrdocue igb device emulation
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v5 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v5 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
,
Thomas Huth
,
2023/01/31
[PATCH v5 6/9] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v5 6/9] tests/qtest/libqos/e1000e: Export macreg functions
,
Thomas Huth
,
2023/01/31
[PATCH v5 7/9] igb: Introduce qtest for igb device
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v5 7/9] igb: Introduce qtest for igb device
,
Thomas Huth
,
2023/01/31
Re: [PATCH v5 7/9] igb: Introduce qtest for igb device
,
Akihiko Odaki
,
2023/01/31
Re: [PATCH v5 7/9] igb: Introduce qtest for igb device
,
Thomas Huth
,
2023/01/31
[PATCH v5 8/9] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/30
[PATCH v5 9/9] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 00/28] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 01/28] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 02/28] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 03/28] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 05/28] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 04/28] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 06/28] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 07/28] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 09/28] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 08/28] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 10/28] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 13/28] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 11/28] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 12/28] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 14/28] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 15/28] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 16/28] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 17/28] e1000e: Remove extra pointer indirection
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 19/28] e1000x: Alter the signature of e1000x_is_vlan_packet
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 18/28] net: Check L4 header size
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 20/28] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v4 20/28] net: Strip virtio-net header when dumping
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH v4 20/28] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v4 20/28] net: Strip virtio-net header when dumping
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH v4 20/28] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 24/28] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 23/28] e1000e: Perform software segmentation for loopback
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 21/28] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 26/28] e1000e: Do not assert when MSI-X is disabled later
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 22/28] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 25/28] hw/net/net_tx_pkt: Check the payload length
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 27/28] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 28/28] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/30
openbios-qemu-ppc fails to build on aarch64
,
Akira Kyle
,
2023/01/29
[PATCH 0/4] PCI-related cleanup for ppc/powernv
,
Frederic Barrat
,
2023/01/27
[PATCH 3/4] ppc/pnv/pci: Update PHB5 version register
,
Frederic Barrat
,
2023/01/27
Re: [PATCH 3/4] ppc/pnv/pci: Update PHB5 version register
,
Cédric Le Goater
,
2023/01/27
[PATCH 1/4] ppc/pnv/pci: Cleanup PnvPHBPecState structure
,
Frederic Barrat
,
2023/01/27
Re: [PATCH 1/4] ppc/pnv/pci: Cleanup PnvPHBPecState structure
,
Cédric Le Goater
,
2023/01/27
[PATCH 2/4] ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
,
Frederic Barrat
,
2023/01/27
Re: [PATCH 2/4] ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
,
Cédric Le Goater
,
2023/01/27
[PATCH 4/4] ppc/pnv/pci: Fix PHB xscom registers memory region name
,
Frederic Barrat
,
2023/01/27
Re: [PATCH 4/4] ppc/pnv/pci: Fix PHB xscom registers memory region name
,
Cédric Le Goater
,
2023/01/27
Re: [PATCH 0/4] PCI-related cleanup for ppc/powernv
,
Daniel Henrique Barboza
,
2023/01/28
[PATCH v2 00/10] Resolve isabus global
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 01/10] softmmu/ioport: Move portio_list_init() in front of portio_list_add()
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 04/10] hw/ide/piix: Disuse isa_get_irq()
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 10/10] hw/isa/isa-bus: Resolve isabus global
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
,
Bernhard Beschow
,
2023/01/26
Re: [PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
,
Bernhard Beschow
,
2023/01/30
[PATCH v2 02/10] softmmu/ioport: Merge portio_list_add() into portio_list_init()
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 03/10] softmmu/ioport: Remove unused functions
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
,
Bernhard Beschow
,
2023/01/26
Re: [PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
,
Philippe Mathieu-Daudé
,
2023/01/26
[PATCH v2 09/10] hw/isa: Remove use of global isa bus
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 05/10] Revert "hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine"
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
,
Bernhard Beschow
,
2023/01/26
Re: [PATCH v2 00/10] Resolve isabus global
,
Bernhard Beschow
,
2023/01/30
[PATCH v4 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 01/13] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 02/13] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 03/13] e1000: Split header files
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 04/13] igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/26
Re: [PATCH v4 04/13] igb: Copy e1000e code
,
Cédric Le Goater
,
2023/01/26
[PATCH v4 05/13] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 06/13] igb: Build igb
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 07/13] igb: Transform to 82576 implementation
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 08/13] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 09/13] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 10/13] tests/qtest/libqos/igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 11/13] tests/qtest/libqos/igb: Transform to igb tests
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 12/13] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/26
[PATCH v4 13/13] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 00/26] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 01/26] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 06/26] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 09/26] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 05/26] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 08/26] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 12/26] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 03/26] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 15/26] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 16/26] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 10/26] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 07/26] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 18/26] net: Check L4 header size
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 19/26] e1000x: Alter the signature of e1000x_is_vlan_packet
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 14/26] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 04/26] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 11/26] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 20/26] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 21/26] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 02/26] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 17/26] e1000e: Remove extra pointer indirection
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 13/26] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 22/26] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 23/26] e1000e: Perform software segmentation for loopback
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 24/26] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 26/26] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 25/26] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
Akihiko Odaki
,
2023/01/26
[PATCH v5 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
2023/01/26
[PATCH 0/4] E500 cleanups and enhancements
,
Bernhard Beschow
,
2023/01/25
[PATCH 3/4] hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
,
Bernhard Beschow
,
2023/01/25
[PATCH 4/4] hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
,
Bernhard Beschow
,
2023/01/25
Re: [PATCH 4/4] hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH 1/4] hw/ppc: Set machine->fdt in e500 machines
,
Bernhard Beschow
,
2023/01/25
Re: [PATCH 1/4] hw/ppc: Set machine->fdt in e500 machines
,
Daniel Henrique Barboza
,
2023/01/26
Re: [PATCH 1/4] hw/ppc: Set machine->fdt in e500 machines
,
Bernhard Beschow
,
2023/01/26
[PATCH 2/4] hw/ppc/e500{, plat}: Drop redundant checks for presence of platform bus
,
Bernhard Beschow
,
2023/01/25
Re: [PATCH 0/4] E500 cleanups and enhancements
,
Daniel Henrique Barboza
,
2023/01/28
[PATCH v3 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 01/13] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 02/13] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 04/13] igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 03/13] e1000: Split header files
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 06/13] igb: Build igb
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 05/13] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 08/13] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 07/13] igb: Transform to 82576 implementation
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 09/13] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 10/13] tests/qtest/libqos/igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 11/13] tests/qtest/libqos/igb: Transform to igb tests
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 12/13] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 13/13] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 00/26] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 01/26] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 02/26] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 03/26] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 04/26] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 05/26] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 06/26] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 07/26] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 08/26] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 09/26] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 10/26] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 11/26] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 12/26] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 13/26] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 14/26] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 15/26] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 16/26] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 17/26] e1000e: Remove extra pointer indirection
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 18/26] net: Check L4 header size
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 19/26] e1000x: Alter the signature of e1000x_is_vlan_packet
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 20/26] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 21/26] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 22/26] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 23/26] e1000e: Perform software segmentation for loopback
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 24/26] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 25/26] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
Akihiko Odaki
,
2023/01/23
[PATCH v2 26/26] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/23
Re: [PATCH v2 26/26] MAINTAINERS: Add e1000e test files
,
Thomas Huth
,
2023/01/24
Re: [PATCH v7 0/8] Mac Old World ROM experiment
,
BALATON Zoltan
,
2023/01/22
Re: [PATCH v7 0/8] Mac Old World ROM experiment
,
BALATON Zoltan
,
2023/01/22
[PATCH 0/3] Misc sm501 clean ups
,
BALATON Zoltan
,
2023/01/21
[PATCH 2/3] hw/display/sm501: Remove unneeded casts from void pointer
,
BALATON Zoltan
,
2023/01/21
[PATCH 3/3] hw/display/sm501: Code style fix
,
BALATON Zoltan
,
2023/01/21
[PATCH 1/3] hw/display/sm501: Remove parenthesis around consant macro definitions
,
BALATON Zoltan
,
2023/01/21
Re: [PATCH 0/3] Misc sm501 clean ups
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH 0/3] Misc sm501 clean ups
,
BALATON Zoltan
,
2023/01/28
Re: [PATCH 0/3] Misc sm501 clean ups
,
Daniel Henrique Barboza
,
2023/01/30
Re: [PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
,
Daniel Henrique Barboza
,
2023/01/21
Re: [PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
,
BALATON Zoltan
,
2023/01/21
Re: [PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
,
Daniel Henrique Barboza
,
2023/01/21
[PATCH] mac_nvram: Add block backend to persist NVRAM contents
,
BALATON Zoltan
,
2023/01/19
Re: [PATCH] mac_nvram: Add block backend to persist NVRAM contents
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH] mac_nvram: Add block backend to persist NVRAM contents
,
Cédric Le Goater
,
2023/01/20
Re: [PATCH] mac_nvram: Add block backend to persist NVRAM contents
,
BALATON Zoltan
,
2023/01/22
[PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
2023/01/19
Re: [PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Stefan Hajnoczi
,
2023/01/25
Re: [PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Stefan Hajnoczi
,
2023/01/25
[PATCH v2] ppc/pegasos2: Improve readability of VIA south bridge creation
,
BALATON Zoltan
,
2023/01/18
Re: [PATCH v2] ppc/pegasos2: Improve readability of VIA south bridge creation
,
Daniel Henrique Barboza
,
2023/01/21
[PATCH 0/4] Misc macio clean ups
,
BALATON Zoltan
,
2023/01/17
[PATCH 1/4] hw/misc/macio: Avoid some QOM casts
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH 1/4] hw/misc/macio: Avoid some QOM casts
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 1/4] hw/misc/macio: Avoid some QOM casts
,
Mark Cave-Ayland
,
2023/01/22
[PATCH 3/4] hw/misc/macio: Remove some single use local variables
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH 3/4] hw/misc/macio: Remove some single use local variables
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 3/4] hw/misc/macio: Remove some single use local variables
,
Mark Cave-Ayland
,
2023/01/22
[PATCH 4/4] hw/misc/macio: Return bool from functions taking errp
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH 4/4] hw/misc/macio: Return bool from functions taking errp
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH 2/4] hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH 2/4] hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 2/4] hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity
,
Mark Cave-Ayland
,
2023/01/22
[PATCH] ppc/pegasos2: Improve readability of VIA south bridge creation
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH] ppc/pegasos2: Improve readability of VIA south bridge creation
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH] ppc/pegasos2: Improve readability of VIA south bridge creation
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH 0/2] hw/ppc/pegasos2: Extract southbridge creation code to via_vt8231_create
,
Philippe Mathieu-Daudé
,
2023/01/17
[PATCH 1/2] hw/ppc/pegasos2: Extract via_i2c_bus() helper
,
Philippe Mathieu-Daudé
,
2023/01/17
[PATCH 2/2] hw/ppc/pegasos2: Extract via_vt8231_create() helper
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH 2/2] hw/ppc/pegasos2: Extract via_vt8231_create() helper
,
BALATON Zoltan
,
2023/01/17
Re: [PATCH 2/2] hw/ppc/pegasos2: Extract via_vt8231_create() helper
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 2/2] hw/ppc/pegasos2: Extract via_vt8231_create() helper
,
BALATON Zoltan
,
2023/01/18
[PATCH v2 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 01/13] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 02/13] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 03/13] e1000: Split header files
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 04/13] igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 05/13] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 06/13] igb: Build igb
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 07/13] igb: Transform to 82576 implementation
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 08/13] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 11/13] tests/qtest/libqos/igb: Transform to igb tests
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 09/13] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 10/13] tests/qtest/libqos/igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 12/13] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 13/13] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/13
Re: [PATCH v2 00/13] Introduce igb
,
Jason Wang
,
2023/01/16
Re: [PATCH v2 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/23
RE: [PATCH v2 00/13] Introduce igb
,
Sriram Yagnaraman
,
2023/01/24
RE: [PATCH v2 00/13] Introduce igb
,
Sriram Yagnaraman
,
2023/01/26
Re: [PATCH v2 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/26
RE: [PATCH v2 00/13] Introduce igb
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH v2 00/13] Introduce igb
,
Akihiko Odaki
,
2023/01/30
RE: [PATCH v2 00/13] Introduce igb
,
Sriram Yagnaraman
,
2023/01/31
[PATCH 00/19] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/13
[PATCH 01/19] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/13
[PATCH 02/19] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH 04/19] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/13
[PATCH 03/19] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/13
[PATCH 05/19] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/13
[PATCH 06/19] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/13
[PATCH 11/19] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/13
[PATCH 07/19] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH 09/19] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/13
[PATCH 08/19] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH 10/19] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/13
[PATCH 12/19] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/13
[PATCH 17/19] e1000e: Remove extra pointer indirection
,
Akihiko Odaki
,
2023/01/13
Re: [PATCH 17/19] e1000e: Remove extra pointer indirection
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 14/19] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/13
[PATCH 18/19] tests/qtest/e1000e-test: Fix the code style
,
Akihiko Odaki
,
2023/01/13
[PATCH 13/19] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/13
[PATCH 15/19] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/13
[PATCH 16/19] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/13
[PATCH 19/19] tests/qtest/libqos/e1000e: Remove duplicate register definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
,
Alistair Francis
,
2023/01/15
[PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Alistair Francis
,
2023/01/15
[PATCH 3/4] hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH 3/4] hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Alistair Francis
,
2023/01/15
[PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState
,
Alistair Francis
,
2023/01/15
Re: [PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
,
Stefan Hajnoczi
,
2023/01/17
Re: [PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
,
Markus Armbruster
,
2023/01/13
Re: [PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH RESEND v2 0/5] target: Restrict 'qapi-commands-machine.h' to system emulation
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH RESEND v2 1/5] target/arm: Restrict 'qapi-commands-machine.h' to system emulation
,
Philippe Mathieu-Daudé
,
2023/01/13
Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/12
Re: Qemu / KVM On Powermac G5 MP970
,
Daniel Henrique Barboza
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/15
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/19
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/19
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/19
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/19
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/20
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/23
R: Qemu / KVM On Powermac G5 MP970
,
luigi burdo
,
2023/01/23
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/23
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/23
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/23
Re: Qemu / KVM On Powermac G5 MP970
,
Mark Cave-Ayland
,
2023/01/23
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/24
Re: Qemu / KVM On Powermac G5 MP970
,
Mark Cave-Ayland
,
2023/01/24
R: Qemu / KVM On Powermac G5 MP970
,
luigi burdo
,
2023/01/24
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/24
R: Qemu / KVM On Powermac G5 MP970
,
luigi burdo
,
2023/01/24
Re: Qemu / KVM On Powermac G5 MP970
,
Dan Whitehouse
,
2023/01/28
Re: Qemu / KVM On Powermac G5 MP970
,
BALATON Zoltan
,
2023/01/24
[PATCH 00/31] Introduce igb
,
Akihiko Odaki
,
2023/01/12
[PATCH 04/31] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 04/31] e1000: Use hw/net/mii.h
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 08/31] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/12
[PATCH 12/31] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/12
[PATCH 17/31] tests/qtest/e1000e-test: Fix the code style
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 17/31] tests/qtest/e1000e-test: Fix the code style
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 01/31] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 01/31] e1000e: Fix the code style
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 02/31] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/12
[PATCH 05/31] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/12
[PATCH 06/31] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/12
[PATCH 07/31] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 07/31] e1000: Use more constant definitions
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH 07/31] e1000: Use more constant definitions
,
BALATON Zoltan
,
2023/01/12
[PATCH 11/31] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/12
[PATCH 19/31] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
Akihiko Odaki
,
2023/01/12
[PATCH 21/31] e1000: Split header files
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 21/31] e1000: Split header files
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 22/31] igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/12
[PATCH 18/31] tests/qtest/libqos/e1000e: Remove duplicate register definitions
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 18/31] tests/qtest/libqos/e1000e: Remove duplicate register definitions
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 31/31] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/12
[PATCH 24/31] igb: Build igb
,
Akihiko Odaki
,
2023/01/12
[PATCH 03/31] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 03/31] fsl_etsec: Use hw/net/mii.h
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 25/31] igb: Transform to 82576 implementation
,
Akihiko Odaki
,
2023/01/12
[PATCH 09/31] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/12
[PATCH 10/31] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/12
[PATCH 13/31] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 13/31] e1000: Configure ResettableClass
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 15/31] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/12
[PATCH 16/31] e1000e: Set MII_ANER_NWAY
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 16/31] e1000e: Set MII_ANER_NWAY
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 23/31] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/12
[PATCH 26/31] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/12
[PATCH 30/31] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/12
[PATCH 27/31] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/12
[PATCH 28/31] tests/qtest/libqos/igb: Copy e1000e code
,
Akihiko Odaki
,
2023/01/12
[PATCH 29/31] tests/qtest/libqos/igb: Transform to igb tests
,
Akihiko Odaki
,
2023/01/12
[PATCH 20/31] pcie: Introduce pcie_sriov_num_vfs
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 20/31] pcie: Introduce pcie_sriov_num_vfs
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 14/31] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 14/31] e1000e: Configure ResettableClass
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH 00/31] Introduce igb
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v2 2/4] bulk: Coding style fixes
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Richard Henderson
,
2023/01/11
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Thomas Huth
,
2023/01/18
Re: [PATCH v2 2/4] bulk: Coding style fixes
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v2 1/4] hw: Remove hardcoded tabs (code style)
,
Richard Henderson
,
2023/01/11
[PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v2 3/4] bulk: Replace TARGET_FMT_plx -> HWADDR_PRIx
,
Richard Henderson
,
2023/01/11
[RFC PATCH v2 4/4] bulk: Prefix '0x' to hex values displayed with HWADDR_PRIx format
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
Thomas Huth
,
2023/01/20
[PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
BALATON Zoltan
,
2023/01/10
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Peter Maydell
,
2023/01/12
[PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 01/33] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 03/33] hw/isa/piix4: Correct IRQRC[A:D] reset values
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 02/33] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH v6 04/33] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Bernhard Beschow
,
2023/01/13
[PATCH v6 05/33] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 06/33] hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 07/33] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 08/33] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 10/33] hw/intc/i8259: Introduce i8259 proxy TYPE_ISA_PIC
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 09/33] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 11/33] hw/i386/pc: Create RTC controllers in south bridges
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 12/33] hw/i386/pc: No need for rtc_state to be an out-parameter
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 17/33] hw/isa/piix3: Create IDE controller in host device
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 14/33] hw/isa/piix3: Create USB controller in host device
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 16/33] hw/isa/piix3: Create TYPE_ISA_PIC in host device
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 18/33] hw/isa/piix3: Wire up ACPI interrupt internally
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 13/33] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 21/33] hw/isa/piix3: Rename piix3_reset() for sharing with PIIX4
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 20/33] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 15/33] hw/isa/piix3: Create power management controller in host device
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 15/33] hw/isa/piix3: Create power management controller in host device
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 23/33] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 24/33] hw/isa/piix4: Remove unused inbound ISA interrupt lines
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 19/33] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC device
,
Bernhard Beschow
,
2023/01/11
[PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 22/33] hw/isa/piix3: Drop the "3" from PIIX base class
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v6 27/33] hw/isa/piix4: Rename reset control operations to match PIIX3
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 32/33] hw/isa/piix: Consolidate IRQ triggering
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 33/33] hw/isa/piix: Share PIIX3's base class with PIIX4
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
,
Bernhard Beschow
,
2023/01/12
[PATCH v6 26/33] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 29/33] hw/isa/piix: Harmonize names of reset control memory regions
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 31/33] hw/isa/piix: Rename functions to be shared for interrupt triggering
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v6 30/33] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
2023/01/13
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
2023/01/20
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v6 00/33] Consolidate PIIX south bridges
,
Bernhard Beschow
,
2023/01/23
Re: [PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 0/5] hw: Cleanups around PFLASH use
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 1/5] hw/ppc/sam460ex: Remove unreachable code calling pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 1/5] hw/ppc/sam460ex: Remove unreachable code calling pflash_cfi01_register()
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH 1/5] hw/ppc/sam460ex: Remove unreachable code calling pflash_cfi01_register()
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH 1/5] hw/ppc/sam460ex: Remove unreachable code calling pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 2/5] hw/microblaze/petalogix: Add FLASH_SECTOR_SIZE definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 3/5] hw/mips/malta: Add the FLASH_SECTOR_SIZE definition
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 4/5] hw/sh4/r2d: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 4/5] hw/sh4/r2d: Use the IEC binary prefix definitions
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH 4/5] hw/sh4/r2d: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 4/5] hw/sh4/r2d: Use the IEC binary prefix definitions
,
BALATON Zoltan
,
2023/01/09
[PATCH 5/5] hw/sh4/r2d: Add the FLASH_SECTOR_SIZE definition
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 5/5] hw/sh4/r2d: Add the FLASH_SECTOR_SIZE definition
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH v2 4/4] docs/devel: Rules on #include in headers
,
Markus Armbruster
,
2023/01/09
Re: [PATCH 5/6] tests: add G_GNUC_PRINTF for various functions
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH v2 3/4] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/08
[PATCH v4 00/36] tcg: Support for Int128 with helpers
,
Richard Henderson
,
2023/01/07
[PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
,
Alex Bennée
,
2023/01/10
Re: [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
,
Alex Bennée
,
2023/01/11
[PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Alex Bennée
,
2023/01/11
Re: [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Richard Henderson
,
2023/01/11
[PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr
,
Alex Bennée
,
2023/01/25
[PATCH v4 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
,
Richard Henderson
,
2023/01/07
[PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
,
Alex Bennée
,
2023/01/25
Re: [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
,
Richard Henderson
,
2023/01/25
[PATCH v4 07/36] tcg: Add TCG_CALL_RET_BY_VEC
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 07/36] tcg: Add TCG_CALL_RET_BY_VEC
,
Alex Bennée
,
2023/01/25
[PATCH v4 08/36] include/qemu/int128: Use Int128 structure for TCI
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 08/36] include/qemu/int128: Use Int128 structure for TCI
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v4 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/07
[PATCH v4 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/07
[PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH v4 12/36] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/07
[PATCH v4 14/36] tcg: Add basic data movement for TCGv_i128
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 14/36] tcg: Add basic data movement for TCGv_i128
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v4 15/36] tcg: Add guest load/store primitives for TCGv_i128
,
Richard Henderson
,
2023/01/07
[PATCH v4 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Richard Henderson
,
2023/01/07
[PATCH v4 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
,
Richard Henderson
,
2023/01/07
[PATCH v4 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
,
Richard Henderson
,
2023/01/07
[PATCH v4 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
,
Richard Henderson
,
2023/01/07
[PATCH v4 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
,
Richard Henderson
,
2023/01/07
[PATCH v4 21/36] tests/tcg/s390x: Add div.c
,
Richard Henderson
,
2023/01/07
[PATCH v4 22/36] tests/tcg/s390x: Add clst.c
,
Richard Henderson
,
2023/01/07
[PATCH v4 23/36] tests/tcg/s390x: Add long-double.c
,
Richard Henderson
,
2023/01/07
[PATCH v4 25/36] target/s390x: Use a single return for helper_divs64/u64
,
Richard Henderson
,
2023/01/07
[PATCH v4 24/36] target/s390x: Use a single return for helper_divs32/u32
,
Richard Henderson
,
2023/01/07
[PATCH v4 26/36] target/s390x: Use Int128 for return from CLST
,
Richard Henderson
,
2023/01/07
[PATCH v4 28/36] target/s390x: Use Int128 for return from TRE
,
Richard Henderson
,
2023/01/07
[PATCH v4 27/36] target/s390x: Use Int128 for return from CKSM
,
Richard Henderson
,
2023/01/07
[PATCH v4 29/36] target/s390x: Copy wout_x1 to wout_x1_P
,
Richard Henderson
,
2023/01/07
[PATCH v4 30/36] target/s390x: Use Int128 for returning float128
,
Richard Henderson
,
2023/01/07
[PATCH v4 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
Richard Henderson
,
2023/01/07
[PATCH v4 31/36] target/s390x: Use Int128 for passing float128
,
Richard Henderson
,
2023/01/07
[PATCH v4 36/36] target/i386: Inline cmpxchg16b
,
Richard Henderson
,
2023/01/07
[PATCH v4 35/36] target/i386: Inline cmpxchg8b
,
Richard Henderson
,
2023/01/07
[PATCH v4 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
,
Richard Henderson
,
2023/01/07
[PATCH v4 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
,
Richard Henderson
,
2023/01/07
Re: [PATCH v4 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers
,
Richard Henderson
,
2023/01/24
Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers
,
Richard Henderson
,
2023/01/24
Re: [PATCH v4 00/36] tcg: Support for Int128 with helpers
,
Alex Bennée
,
2023/01/25
[PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
,
Bernhard Beschow
,
2023/01/06
Re: [PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
,
Philippe Mathieu-Daudé
,
2023/01/06
Re: [PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
,
BALATON Zoltan
,
2023/01/06
Re: [PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
,
Bernhard Beschow
,
2023/01/21
Re: [PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
,
Daniel Henrique Barboza
,
2023/01/24
[RFC PATCH] testing: probe gdb for supported architectures ahead of time
,
Alex Bennée
,
2023/01/05
Re: [RFC PATCH] testing: probe gdb for supported architectures ahead of time
,
Richard Henderson
,
2023/01/13
[PATCH v2] hw/pci-host: Use register definitions from PCI standard
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v2] hw/pci-host: Use register definitions from PCI standard
,
BALATON Zoltan
,
2023/01/05
Re: [PATCH v2] hw/pci-host: Use register definitions from PCI standard
,
Richard Henderson
,
2023/01/05
Re: [PATCH v2] hw/pci-host: Use register definitions from PCI standard
,
Bernhard Beschow
,
2023/01/05
[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
,
Alex Bennée
,
2023/01/05
[PATCH v2 02/21] target/arm: fix handling of HLT semihosting in system mode
,
Alex Bennée
,
2023/01/05
[PATCH v2 01/21] gdbstub/internals.h: clean up include guard
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 01/21] gdbstub/internals.h: clean up include guard
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 03/21] gdbstub: fix-up copyright and license files
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 03/21] gdbstub: fix-up copyright and license files
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 04/21] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
,
Alex Bennée
,
2023/01/05
[PATCH v2 05/21] gdbstub: define separate user/system structures
,
Alex Bennée
,
2023/01/05
[PATCH v2 06/21] gdbstub: move GDBState to shared internals header
,
Alex Bennée
,
2023/01/05
[PATCH v2 07/21] includes: move tb_flush into its own header
,
Alex Bennée
,
2023/01/05
[PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
,
Alex Bennée
,
2023/01/05
[PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 13/21] gdbstub: specialise handle_query_attached
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 13/21] gdbstub: specialise handle_query_attached
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
,
Alex Bennée
,
2023/01/05
[PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
,
Alex Bennée
,
2023/01/05
[PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 11/21] gdbstub: move chunks of user code into own files
,
Alex Bennée
,
2023/01/05
[PATCH v2 21/21] gdbstub: only compile gdbstub twice for whole build
,
Alex Bennée
,
2023/01/05
[PATCH v2 16/21] gdbstub: specialise stub_can_reverse
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 16/21] gdbstub: specialise stub_can_reverse
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus
,
Alex Bennée
,
2023/01/05
[PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
,
Alex Bennée
,
2023/01/05
Re: [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
,
Philippe Mathieu-Daudé
,
2023/01/05
[PATCH v2 19/21] gdbstub: move register helpers into standalone include
,
Alex Bennée
,
2023/01/05
RE: [PATCH v2 19/21] gdbstub: move register helpers into standalone include
,
Taylor Simpson
,
2023/01/05
Re: [PATCH v2 19/21] gdbstub: move register helpers into standalone include
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v2 19/21] gdbstub: move register helpers into standalone include
,
Max Filippov
,
2023/01/05
[PATCH v2 20/21] gdbstub: move syscall handling to new file
,
Alex Bennée
,
2023/01/05
[PATCH] hw/pci-host: Use register definitions from PCI standard
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH] hw/pci-host: Use register definitions from PCI standard
,
BALATON Zoltan
,
2023/01/05
Re: [PATCH] hw/pci-host: Use register definitions from PCI standard
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH] hw/pci-host: Use register definitions from PCI standard
,
Bernhard Beschow
,
2023/01/05
Re: [PATCH] hw/pci-host: Use register definitions from PCI standard
,
Mark Cave-Ayland
,
2023/01/07
[PULL 35/51] include: Include headers where needed
,
Michael S. Tsirkin
,
2023/01/05
[PULL 31/51] include/hw/pci: Split pci_device.h off pci.h
,
Michael S. Tsirkin
,
2023/01/05
[PULL 27/51] include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
,
Michael S. Tsirkin
,
2023/01/05
Re: [PATCH v2 0/4] Clean up includes
,
Michael S. Tsirkin
,
2023/01/04
Re: [PATCH v2 0/4] Clean up includes
,
Michael S. Tsirkin
,
2023/01/08
[PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 01/20] hw/block: Pass DeviceState to pflash_cfi01_get_blk()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 02/20] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 03/20] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 04/20] hw/arm: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 05/20] hw/loongarch: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/04
Re: [PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Daniel Henrique Barboza
,
2023/01/06
[PATCH 07/20] hw/i386: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 08/20] hw/xtensa: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 09/20] hw/block: Factor pflash_cfi01_create() out of pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
Re: [PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
,
Bin Meng
,
2023/01/08
[PATCH 11/20] hw/microblaze: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 12/20] hw/mips: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 13/20] hw/ppc: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 14/20] hw/block: Remove unused pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 16/20] hw/block: Factor pflash_cfi02_create() out of pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 15/20] hw/block: Make PFlashCFI01 QOM declaration internal
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 17/20] hw/arm: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 18/20] hw/sh4: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 20/20] hw/block: Make PFlashCFI02 QOM declaration internal
,
Philippe Mathieu-Daudé
,
2023/01/04
[PATCH 19/20] hw/block: Remove unused pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/04
Re: [PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Peter Maydell
,
2023/01/06
Re: [PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v7 0/7] Misc ppc/mac machines clean up
,
BALATON Zoltan
,
2023/01/04
[PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/05
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/10
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/12
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/12
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/13
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/13
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Mark Cave-Ayland
,
2023/01/22
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/22
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Mark Cave-Ayland
,
2023/01/23
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/23
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/23
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/24
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/24
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/24
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/24
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/26
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/27
get-key-map method for Mac OS (was Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option)
,
BALATON Zoltan
,
2023/01/27
Re: [OpenBIOS] get-key-map method for Mac OS (was Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option)
,
BALATON Zoltan
,
2023/01/27
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/27
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/27
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Howard Spoelstra
,
2023/01/30
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/30
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/23
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
BALATON Zoltan
,
2023/01/24
Re: [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
,
Warner Losh
,
2023/01/25
[PATCH v7 1/7] input/adb: Only include header where needed
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 1/7] input/adb: Only include header where needed
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v7 1/7] input/adb: Only include header where needed
,
Mark Cave-Ayland
,
2023/01/10
[PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU
,
BALATON Zoltan
,
2023/01/05
[PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
BALATON Zoltan
,
2023/01/10
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
Mark Cave-Ayland
,
2023/01/22
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
BALATON Zoltan
,
2023/01/22
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
Josh Juran
,
2023/01/22
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
Mark Cave-Ayland
,
2023/01/23
Re: [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
,
BALATON Zoltan
,
2023/01/23
[PATCH v7 7/7] mac_newworld: Document deprecation
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 7/7] mac_newworld: Document deprecation
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v7 7/7] mac_newworld: Document deprecation
,
BALATON Zoltan
,
2023/01/05
[PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine()
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 2/7] mac_{old, new}world: Use local variable instead of qdev_get_machine()
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine()
,
Bernhard Beschow
,
2023/01/05
Re: [PATCH v7 2/7] mac_{old, new}world: Use local variable instead of qdev_get_machine()
,
Mark Cave-Ayland
,
2023/01/10
[PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
BALATON Zoltan
,
2023/01/04
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
BALATON Zoltan
,
2023/01/10
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
Mark Cave-Ayland
,
2023/01/22
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
BALATON Zoltan
,
2023/01/22
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
Mark Cave-Ayland
,
2023/01/23
Re: [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
,
BALATON Zoltan
,
2023/01/23
Re: [PATCH 3/6] tools/virtiofsd: add G_GNUC_PRINTF for logging functions
,
Dr. David Alan Gilbert
,
2023/01/04
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc