Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Jan 31 2023 23:58:23 -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 5/9] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/31
[PATCH v6 4/9] Intrdocue igb device emulation
,
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 02/29] hw/net: Add more MII definitions
,
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 05/29] e1000: 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 06/29] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 09/29] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 10/29] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/31
[PATCH v5 08/29] e1000e: Use more constant definitions
,
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 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 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 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
accel/tcg/translator.c question about translator_access
,
Sid Manning
,
2023/01/31
[PATCH 0/4] Fix deadlock when dying because of a signal
,
Ilya Leoshkevich
,
2023/01/31
[PATCH 3/4] linux-user/sparc: Handle "ta 5"
,
Ilya Leoshkevich
,
2023/01/31
[PATCH 1/4] cpus: Make {start,end}_exclusive() recursive
,
Ilya Leoshkevich
,
2023/01/31
[PATCH 4/4] tests/tcg/linux-test: Add linux-fork-trap test
,
Ilya Leoshkevich
,
2023/01/31
[PATCH 2/4] linux-user/microblaze: Handle privileged exception
,
Ilya Leoshkevich
,
2023/01/31
[QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Vikram Garhwal
,
2023/01/31
Re: [QEMU][PATCH v5 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Stefano Stabellini
,
2023/01/31
[QEMU][PATCH v5 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 10/10] meson.build: enable xenpv machine build for ARM
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
,
Vikram Garhwal
,
2023/01/31
[QEMU][PATCH v5 09/10] hw/arm: introduce xenpvh machine
,
Vikram Garhwal
,
2023/01/31
Re: [QEMU][PATCH v5 09/10] hw/arm: introduce xenpvh machine
,
Stefano Stabellini
,
2023/01/31
[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
,
Taylor Simpson
,
2023/01/31
[PATCH v5 08/14] Hexagon (tests/tcg/hexagon) Update preg_alias.c
,
Taylor Simpson
,
2023/01/31
[PATCH v5 14/14] Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
,
Taylor Simpson
,
2023/01/31
[PATCH v5 11/14] Hexagon (target/hexagon) Change subtract from zero to change sign
,
Taylor Simpson
,
2023/01/31
[PATCH v5 03/14] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
,
Taylor Simpson
,
2023/01/31
[PATCH v5 07/14] Hexagon (target/hexagon) Analyze packet for HVX
,
Taylor Simpson
,
2023/01/31
[PATCH v5 04/14] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
,
Taylor Simpson
,
2023/01/31
[PATCH v5 10/14] Hexagon (tests/tcg/hexagon) Enable HVX tests
,
Taylor Simpson
,
2023/01/31
[PATCH v5 02/14] Hexagon (target/hexagon) Add overrides for callr
,
Taylor Simpson
,
2023/01/31
[PATCH v5 13/14] Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
,
Taylor Simpson
,
2023/01/31
[PATCH v5 12/14] Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
,
Taylor Simpson
,
2023/01/31
[PATCH v5 01/14] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
,
Taylor Simpson
,
2023/01/31
[PATCH v5 06/14] Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
,
Taylor Simpson
,
2023/01/31
[PATCH v5 09/14] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
,
Taylor Simpson
,
2023/01/31
[PATCH v5 05/14] Hexagon (target/hexagon) Analyze packet before generating TCG
,
Taylor Simpson
,
2023/01/31
[PATCH] target/hexagon/idef-parser: Remove unused code paths
,
Anton Johansson
,
2023/01/31
RE: [PATCH] target/hexagon/idef-parser: Remove unused code paths
,
Taylor Simpson
,
2023/01/31
[RFC v3 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2023/01/31
[RFC v3 01/18] scripts/update-linux-headers: Add iommufd.h
,
Eric Auger
,
2023/01/31
[RFC v3 02/18] linux-headers: Import vfio.h and iommufd.h
,
Eric Auger
,
2023/01/31
[RFC v3 03/18] vfio/common: Move IOMMU agnostic helpers to a separate file
,
Eric Auger
,
2023/01/31
[RFC v3 04/18] vfio/common: Introduce vfio_container_add|del_section_window()
,
Eric Auger
,
2023/01/31
[RFC v3 05/18] vfio/common: Move legacy VFIO backend code into separate container.c
,
Eric Auger
,
2023/01/31
[RFC v3 06/18] vfio/common: Rename into as.c
,
Eric Auger
,
2023/01/31
[RFC v3 07/18] vfio: Add base container
,
Eric Auger
,
2023/01/31
[RFC v3 08/18] vfio/container: Introduce vfio_[attach/detach]_device
,
Eric Auger
,
2023/01/31
[RFC v3 09/18] vfio/platform: Use vfio_[attach/detach]_device
,
Eric Auger
,
2023/01/31
[RFC v3 10/18] vfio/ap: Use vfio_[attach/detach]_device
,
Eric Auger
,
2023/01/31
[RFC v3 11/18] vfio/ccw: Use vfio_[attach/detach]_device
,
Eric Auger
,
2023/01/31
[RFC v3 12/18] vfio/container-base: Introduce [attach/detach]_device container callbacks
,
Eric Auger
,
2023/01/31
[RFC v3 13/18] vfio/container-base: Introduce VFIOContainer reset callback
,
Eric Auger
,
2023/01/31
[RFC v3 14/18] backends/iommufd: Introduce the iommufd object
,
Eric Auger
,
2023/01/31
[RFC v3 15/18] util/char_dev: Add open_cdev()
,
Eric Auger
,
2023/01/31
[RFC v3 16/18] vfio/iommufd: Implement the iommufd backend
,
Eric Auger
,
2023/01/31
Re: [RFC v3 16/18] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/01/31
[RFC v3 17/18] vfio/iommufd: Add IOAS_COPY_DMA support
,
Eric Auger
,
2023/01/31
[RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend
,
Eric Auger
,
2023/01/31
[PATCH v5 00/14] Add support for the T-Head vendor extensions
,
Christoph Muellner
,
2023/01/31
[PATCH v5 02/14] RISC-V: Adding XTheadSync ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 03/14] RISC-V: Adding XTheadBa ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 01/14] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 04/14] RISC-V: Adding XTheadBb ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 05/14] RISC-V: Adding XTheadBs ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 06/14] RISC-V: Adding XTheadCondMov ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 07/14] RISC-V: Adding T-Head multiply-accumulate instructions
,
Christoph Muellner
,
2023/01/31
[PATCH v5 08/14] RISC-V: Adding T-Head MemPair extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 09/14] RISC-V: Adding T-Head MemIdx extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 10/14] RISC-V: Adding T-Head FMemIdx extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 13/14] RISC-V: Adding XTheadFmv ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v5 11/14] RISC-V: Set minimum priv version for Zfh to 1.11
,
Christoph Muellner
,
2023/01/31
[PATCH v5 12/14] RISC-V: Add initial support for T-Head C906
,
Christoph Muellner
,
2023/01/31
[PATCH v5 14/14] target/riscv: add a MAINTAINERS entry for XThead* extension support
,
Christoph Muellner
,
2023/01/31
[PATCH 0/6] OHCI changes
,
BALATON Zoltan
,
2023/01/31
[PATCH 1/6] usb/ohci: Code style fix comments
,
BALATON Zoltan
,
2023/01/31
[PATCH 2/6] usb/ohci: Code style fix white space errors
,
BALATON Zoltan
,
2023/01/31
[PATCH 3/6] usb/ohci: Code style fix missing braces and extra parenthesis
,
BALATON Zoltan
,
2023/01/31
[PATCH 4/6] usb/ohci: Move a function next to where it is used
,
BALATON Zoltan
,
2023/01/31
[PATCH 6/6] usb/ohci: Implement resume on connection status change
,
BALATON Zoltan
,
2023/01/31
[PATCH 5/6] usb/ohci: Add trace points for register access
,
BALATON Zoltan
,
2023/01/31
Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
,
Eugenio Perez Martin
,
2023/01/31
Re: Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
,
Eugenio Perez Martin
,
2023/01/31
Re: Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
,
Michael S. Tsirkin
,
2023/01/31
Re: Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
,
Jason Wang
,
2023/01/31
Re: Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
,
Jason Wang
,
2023/01/31
[PATCH] tests/tcg/s390x: Use -nostdlib for softmmu tests
,
Ilya Leoshkevich
,
2023/01/31
Re: [PATCH] tests/tcg/s390x: Use -nostdlib for softmmu tests
,
Richard Henderson
,
2023/01/31
Re: [PATCH] tests/tcg/s390x: Use -nostdlib for softmmu tests
,
Alex Bennée
,
2023/01/31
[PATCH] configure: Bump minimum Clang version to 10.0
,
Thomas Huth
,
2023/01/31
Re: [PATCH] configure: Bump minimum Clang version to 10.0
,
Richard Henderson
,
2023/01/31
Re: [PATCH] configure: Bump minimum Clang version to 10.0
,
Alex Bennée
,
2023/01/31
[PATCH v4 00/14] Add support for the T-Head vendor extensions
,
Christoph Muellner
,
2023/01/31
[PATCH v4 01/14] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 03/14] RISC-V: Adding XTheadBa ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 11/14] RISC-V: Set minimum priv version for Zfh to 1.11
,
Christoph Muellner
,
2023/01/31
[PATCH v4 02/14] RISC-V: Adding XTheadSync ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 08/14] RISC-V: Adding T-Head MemPair extension
,
Christoph Muellner
,
2023/01/31
Re: [PATCH v4 08/14] RISC-V: Adding T-Head MemPair extension
,
Richard Henderson
,
2023/01/31
Re: [PATCH v4 08/14] RISC-V: Adding T-Head MemPair extension
,
Christoph Müllner
,
2023/01/31
[PATCH v4 14/14] target/riscv: add a MAINTAINERS entry for XThead* extension support
,
Christoph Muellner
,
2023/01/31
[PATCH v4 09/14] RISC-V: Adding T-Head MemIdx extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 06/14] RISC-V: Adding XTheadCondMov ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 07/14] RISC-V: Adding T-Head multiply-accumulate instructions
,
Christoph Muellner
,
2023/01/31
[PATCH v4 12/14] RISC-V: Add initial support for T-Head C906
,
Christoph Muellner
,
2023/01/31
[PATCH v4 05/14] RISC-V: Adding XTheadBs ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 04/14] RISC-V: Adding XTheadBb ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 10/14] RISC-V: Adding T-Head FMemIdx extension
,
Christoph Muellner
,
2023/01/31
[PATCH v4 13/14] RISC-V: Adding XTheadFmv ISA extension
,
Christoph Muellner
,
2023/01/31
[PATCH v2] target/riscv: set tval for triggered watchpoints
,
Sergey Matyukevich
,
2023/01/31
Re: [PATCH v2] target/riscv: set tval for triggered watchpoints
,
Bin Meng
,
2023/01/31
[PATCH] linux-user: Provide print_raw_param64() for 64-bit values
,
Helge Deller
,
2023/01/31
[PATCH 0/2] hw/mem: CXL Type-3 Volatile Memory Support
,
Jonathan Cameron
,
2023/01/31
[PATCH 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup
,
Jonathan Cameron
,
2023/01/31
Re: [PATCH 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup
,
Gregory Price
,
2023/01/31
[PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
,
Jonathan Cameron
,
2023/01/31
Re: [PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
,
Gregory Price
,
2023/01/31
Re: [PATCH v4] fcntl: Add 32bit filesystem mode
,
Conlan Cesar
,
2023/01/31
Expose support for HyperV features via QMP
,
manish.mishra
,
2023/01/31
[PATCH v9 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/31
[PATCH v9 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/01/31
[PATCH v9 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alexandre Ghiti
,
2023/01/31
[PATCH v9 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/31
Re: [PATCH v9 3/5] riscv: Allow user to set the satp mode
,
Bin Meng
,
2023/01/31
[PATCH v9 4/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/31
Re: [PATCH v9 4/5] riscv: Introduce satp mode hw capabilities
,
Bin Meng
,
2023/01/31
[PATCH v9 5/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alexandre Ghiti
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Laurent Vivier
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Helge Deller
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Helge Deller
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Laurent Vivier
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Laurent Vivier
,
2023/01/31
Re: [PATCH 2/2] linux-user: Allow sendmsg() without IOV
,
Laurent Vivier
,
2023/01/31
Re: [PATCH 1/2] linux-user: Implement SOL_ALG encryption support
,
Laurent Vivier
,
2023/01/31
Re: [PATCH 1/2] linux-user: Implement SOL_ALG encryption support
,
Laurent Vivier
,
2023/01/31
Re: [PATCH v2] linux-user: Enhance strace output for various syscalls
,
Laurent Vivier
,
2023/01/31
[PATCH v2 00/20] PC and ICH9 cleanups
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 02/20] hw/pci-host/q35: Inline sysbus_add_io()
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 02/20] hw/pci-host/q35: Inline sysbus_add_io()
,
Thomas Huth
,
2023/01/31
[PATCH v2 03/20] hw/i386/pc_q35: Reuse machine parameter
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 03/20] hw/i386/pc_q35: Reuse machine parameter
,
Thomas Huth
,
2023/01/31
[PATCH v2 01/20] hw/pci-host/i440fx: Inline sysbus_add_io()
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 01/20] hw/pci-host/i440fx: Inline sysbus_add_io()
,
Thomas Huth
,
2023/01/31
[PATCH v2 05/20] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 05/20] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
,
Thomas Huth
,
2023/01/31
[PATCH v2 04/20] hw/i386/pc_q35: Resolve redundant q35_host variable
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 04/20] hw/i386/pc_q35: Resolve redundant q35_host variable
,
Thomas Huth
,
2023/01/31
[PATCH v2 06/20] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 06/20] hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()
,
Thomas Huth
,
2023/01/31
[PATCH v2 07/20] hw/i386/pc: Initialize ram_memory variable directly
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 08/20] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 08/20] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
,
Thomas Huth
,
2023/01/31
[PATCH v2 09/20] hw/isa/lpc_ich9: Unexport PIRQ functions
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 10/20] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 10/20] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
,
Thomas Huth
,
2023/01/31
[PATCH v2 11/20] hw/isa/lpc_ich9: Reuse memory and io address space of PCI bus
,
Bernhard Beschow
,
2023/01/31
Re: [PATCH v2 11/20] hw/isa/lpc_ich9: Reuse memory and io address space of PCI bus
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 12/20] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 13/20] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 14/20] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 15/20] hw/isa/lpc_ich9: Connect pm stuff to lpc internally
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 16/20] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 17/20] hw/i386/ich9: Remove redundant GSI_NUM_PINS
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 18/20] hw: Move ioapic*.h to intc/
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 19/20] hw/i386/ich9: Clean up includes
,
Bernhard Beschow
,
2023/01/31
[PATCH v2 20/20] hw: Move ich9.h to southbridge/
,
Bernhard Beschow
,
2023/01/31
[PATCH v9 00/11] parallels: Refactor the code of images checks and fix a bug
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 01/12] parallels: Out of image offset in BAT leads to image inflation
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 02/12] parallels: Fix high_off calculation in parallels_co_check()
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
,
Alexander Ivanov
,
2023/01/31
Re: [PATCH v9 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
,
Denis V. Lunev
,
2023/01/31
[PATCH v9 06/12] parallels: Move check of unclean image to a separate function
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 07/12] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
2023/01/31
Re: [PATCH v9 07/12] parallels: Move check of cluster outside image to a separate function
,
Denis V. Lunev
,
2023/01/31
[PATCH v9 08/12] parallels: Fix statistics calculation
,
Alexander Ivanov
,
2023/01/31
Re: [PATCH v9 08/12] parallels: Fix statistics calculation
,
Denis V. Lunev
,
2023/01/31
[PATCH v9 09/12] parallels: Move check of leaks to a separate function
,
Alexander Ivanov
,
2023/01/31
Re: [PATCH v9 09/12] parallels: Move check of leaks to a separate function
,
Denis V. Lunev
,
2023/01/31
[PATCH v9 10/12] parallels: Move statistic collection to a separate function
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
,
Alexander Ivanov
,
2023/01/31
[PATCH v9 12/12] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
2023/01/31
Re: [PATCH v9 12/12] parallels: Incorrect condition in out-of-image check
,
Denis V. Lunev
,
2023/01/31
[PULL 00/27] qtest and misc patches
,
Thomas Huth
,
2023/01/31
[PULL 01/27] tests/qtest: netdev: test stream and dgram backends
,
Thomas Huth
,
2023/01/31
[PULL 06/27] travis.yml: Use the libfdt from the distro instead of the submodule
,
Thomas Huth
,
2023/01/31
[PULL 09/27] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
,
Thomas Huth
,
2023/01/31
[PULL 02/27] tests/qtest/qom-test: Stop spamming the test log
,
Thomas Huth
,
2023/01/31
[PULL 03/27] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Thomas Huth
,
2023/01/31
[PULL 05/27] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
,
Thomas Huth
,
2023/01/31
[PULL 15/27] MAINTAINERS: Abort HAXM maintenance
,
Thomas Huth
,
2023/01/31
[PULL 13/27] qemu/bswap: Use compiler __builtin_bswap() on FreeBSD
,
Thomas Huth
,
2023/01/31
[PULL 17/27] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Thomas Huth
,
2023/01/31
[PULL 08/27] tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
,
Thomas Huth
,
2023/01/31
[PULL 20/27] tests/qtest/vnc-display-test: Disable on Darwin
,
Thomas Huth
,
2023/01/31
[PULL 11/27] qemu/bswap: Remove <byteswap.h> dependency
,
Thomas Huth
,
2023/01/31
[PULL 14/27] qemu/bswap: Use compiler __builtin_bswap() on NetBSD
,
Thomas Huth
,
2023/01/31
[PULL 10/27] qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()
,
Thomas Huth
,
2023/01/31
[PULL 16/27] docs/about/deprecated: Mark HAXM in QEMU as deprecated
,
Thomas Huth
,
2023/01/31
[PULL 19/27] tests/qtest/vnc-display-test: Use the 'none' machine
,
Thomas Huth
,
2023/01/31
[PULL 21/27] tests/qtest/boot-serial-test: Constify tests[] array
,
Thomas Huth
,
2023/01/31
[PULL 12/27] qemu/bswap: Use compiler __builtin_bswap() on Haiku
,
Thomas Huth
,
2023/01/31
[PULL 07/27] travis.yml: Remove the generic addons section
,
Thomas Huth
,
2023/01/31
[PULL 18/27] tests/qtest/vnc-display-test: Suppress build warnings on Windows
,
Thomas Huth
,
2023/01/31
[PULL 22/27] docs/s390x/pcidevices: document pci devices on s390x
,
Thomas Huth
,
2023/01/31
[PULL 23/27] qapi, audio: add query-audiodev command
,
Thomas Huth
,
2023/01/31
[PULL 04/27] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
2023/01/31
[PULL 24/27] qapi, audio: Make introspection reflect build configuration more closely
,
Thomas Huth
,
2023/01/31
[PULL 26/27] tests/qtest/display-vga-test: Add proper checks if a device is available
,
Thomas Huth
,
2023/01/31
[PULL 27/27] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Thomas Huth
,
2023/01/31
[PULL 25/27] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
,
Thomas Huth
,
2023/01/31
[RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
,
Alex Bennée
,
2023/01/31
Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
,
Philippe Mathieu-Daudé
,
2023/01/31
Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
,
Philippe Mathieu-Daudé
,
2023/01/31
Re: [RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
,
Thomas Huth
,
2023/01/31
[PATCH v3 0/9] igb: merge changes from <address@hidden>
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v3 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v3 4/9] igb: implement VFRE and VFTE registers
,
Sriram Yagnaraman
,
2023/01/31
Re: [PATCH v3 4/9] igb: implement VFRE and VFTE registers
,
Akihiko Odaki
,
2023/01/31
[PATCH v3 3/9] igb: add ICR_RXDW
,
Sriram Yagnaraman
,
2023/01/31
Re: [PATCH v3 3/9] igb: add ICR_RXDW
,
Akihiko Odaki
,
2023/01/31
[PATCH v3 5/9] igb: check oversized packets for VMDq
,
Sriram Yagnaraman
,
2023/01/31
Re: [PATCH v3 5/9] igb: check oversized packets for VMDq
,
Akihiko Odaki
,
2023/01/31
[PATCH v3 2/9] igb: handle PF/VF reset properly
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v3 6/9] igb: respect E1000_VMOLR_RSSE
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v3 8/9] igb: respect VT_CTL ignore MAC field
,
Sriram Yagnaraman
,
2023/01/31
Re: [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field
,
Akihiko Odaki
,
2023/01/31
[PATCH v3 7/9] igb: implement VF Tx and Rx stats
,
Sriram Yagnaraman
,
2023/01/31
[PATCH v3 9/9] igb: respect VMVIR and VMOLR for VLAN
,
Sriram Yagnaraman
,
2023/01/31
Re: [PATCH v3 9/9] igb: respect VMVIR and VMOLR for VLAN
,
Akihiko Odaki
,
2023/01/31
[PATCH] target/i386: fix ADOX followed by ADCX
,
Paolo Bonzini
,
2023/01/31
Re: [PATCH] target/i386: fix ADOX followed by ADCX
,
Richard Henderson
,
2023/01/31
[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
,
wlfightup
,
2023/01/31
[PATCH v2] softmmu: Use memmove in flatview_write_continue
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v2] softmmu: Use memmove in flatview_write_continue
,
David Hildenbrand
,
2023/01/31
[PATCH v2] hw/timer/hpet: Fix expiration time overflow
,
Akihiko Odaki
,
2023/01/30
[PATCH] meson: Add missing libdw knobs
,
Ilya Leoshkevich
,
2023/01/30
Re: [PATCH] meson: Add missing libdw knobs
,
Thomas Huth
,
2023/01/31
[PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Helge Deller
,
2023/01/30
Re: [PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Richard Henderson
,
2023/01/30
Re: [PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Laurent Vivier
,
2023/01/31
Re: [PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Laurent Vivier
,
2023/01/31
[PATCH v2 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
2023/01/30
[PATCH v2 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
2023/01/30
Re: [PATCH v2 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Eric Blake
,
2023/01/31
[PATCH v2 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Stefan Hajnoczi
,
2023/01/30
[PATCH v2 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
2023/01/30
Re: [PATCH v2 3/4] qemu-io: add -r option to register I/O buffer
,
Eric Blake
,
2023/01/31
[PATCH v2 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
2023/01/30
[PATCH v6 00/36] tcg: Support for Int128 with helpers
,
Richard Henderson
,
2023/01/30
[PATCH v6 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
,
Richard Henderson
,
2023/01/30
[PATCH v6 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Richard Henderson
,
2023/01/30
[PATCH v6 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
,
Richard Henderson
,
2023/01/30
[PATCH v6 04/36] tcg: Introduce tcg_out_addi_ptr
,
Richard Henderson
,
2023/01/30
[PATCH v6 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
,
Richard Henderson
,
2023/01/30
[PATCH v6 06/36] tcg: Introduce tcg_target_call_oarg_reg
,
Richard Henderson
,
2023/01/30
[PATCH v6 07/36] tcg: Add TCG_CALL_RET_BY_VEC
,
Richard Henderson
,
2023/01/30
[PATCH v6 08/36] include/qemu/int128: Use Int128 structure for TCI
,
Richard Henderson
,
2023/01/30
[PATCH v6 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/30
[PATCH v6 10/36] tcg/tci: Fix big-endian return register ordering
,
Richard Henderson
,
2023/01/30
[PATCH v6 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/30
[PATCH v6 12/36] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/30
[PATCH v6 13/36] tcg: Add temp allocation for TCGv_i128
,
Richard Henderson
,
2023/01/30
[PATCH v6 14/36] tcg: Add basic data movement for TCGv_i128
,
Richard Henderson
,
2023/01/30
[PATCH v6 15/36] tcg: Add guest load/store primitives for TCGv_i128
,
Richard Henderson
,
2023/01/30
[PATCH v6 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Richard Henderson
,
2023/01/30
[PATCH v6 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
,
Richard Henderson
,
2023/01/30
[PATCH v6 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
,
Richard Henderson
,
2023/01/30
[PATCH v6 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
,
Richard Henderson
,
2023/01/30
[PATCH v6 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
,
Richard Henderson
,
2023/01/30
[PATCH v6 21/36] tests/tcg/s390x: Add div.c
,
Richard Henderson
,
2023/01/30
[PATCH v6 22/36] tests/tcg/s390x: Add clst.c
,
Richard Henderson
,
2023/01/30
[PATCH v6 23/36] tests/tcg/s390x: Add long-double.c
,
Richard Henderson
,
2023/01/30
[PATCH v6 24/36] target/s390x: Use a single return for helper_divs32/u32
,
Richard Henderson
,
2023/01/30
[PATCH v6 25/36] target/s390x: Use a single return for helper_divs64/u64
,
Richard Henderson
,
2023/01/30
[PATCH v6 27/36] target/s390x: Use Int128 for return from CKSM
,
Richard Henderson
,
2023/01/30
[PATCH v6 26/36] target/s390x: Use Int128 for return from CLST
,
Richard Henderson
,
2023/01/30
[PATCH v6 28/36] target/s390x: Use Int128 for return from TRE
,
Richard Henderson
,
2023/01/30
[PATCH v6 29/36] target/s390x: Copy wout_x1 to wout_x1_P
,
Richard Henderson
,
2023/01/30
[PATCH v6 30/36] target/s390x: Use Int128 for returning float128
,
Richard Henderson
,
2023/01/30
[PATCH v6 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
Richard Henderson
,
2023/01/30
Re: [PATCH v6 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
David Hildenbrand
,
2023/01/31
[PATCH v6 35/36] target/i386: Inline cmpxchg8b
,
Richard Henderson
,
2023/01/30
Re: [PATCH v6 35/36] target/i386: Inline cmpxchg8b
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH v6 36/36] target/i386: Inline cmpxchg16b
,
Richard Henderson
,
2023/01/30
Re: [PATCH v6 36/36] target/i386: Inline cmpxchg16b
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH v6 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
,
Richard Henderson
,
2023/01/30
[PATCH v6 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
,
Richard Henderson
,
2023/01/30
[PATCH v6 31/36] target/s390x: Use Int128 for passing float128
,
Richard Henderson
,
2023/01/30
[PATCH 00/27] tcg: Simplify temporary usage
,
Richard Henderson
,
2023/01/30
[PATCH 05/27] tcg: Rename TEMP_LOCAL to TEMP_TB
,
Richard Henderson
,
2023/01/30
Re: [PATCH 05/27] tcg: Rename TEMP_LOCAL to TEMP_TB
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 02/27] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
,
Richard Henderson
,
2023/01/30
[PATCH] target/arm: Fix physical address resolution for Stage2
,
Richard Henderson
,
2023/01/30
Re: [PATCH] target/arm: Fix physical address resolution for Stage2
,
Richard Henderson
,
2023/01/30
[PATCH 03/27] accel/tcg: Use more accurate max_insns for tb_overflow
,
Richard Henderson
,
2023/01/30
[PATCH 01/27] tcg: Adjust TCGContext.temps_in_use check
,
Richard Henderson
,
2023/01/30
Re: [PATCH 01/27] tcg: Adjust TCGContext.temps_in_use check
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 06/27] tcg: Add liveness_pass_0
,
Richard Henderson
,
2023/01/30
[PATCH 08/27] tcg: Pass TCGTempKind to tcg_temp_new_internal
,
Richard Henderson
,
2023/01/30
Re: [PATCH 08/27] tcg: Pass TCGTempKind to tcg_temp_new_internal
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 09/27] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
,
Richard Henderson
,
2023/01/30
Re: [PATCH 09/27] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 04/27] tcg: Remove branch-to-next regardless of reference count
,
Richard Henderson
,
2023/01/30
[PATCH 10/27] tcg: Add tcg_gen_movi_ptr
,
Richard Henderson
,
2023/01/30
[PATCH 07/27] tcg: Remove TEMP_NORMAL
,
Richard Henderson
,
2023/01/30
Re: [PATCH 07/27] tcg: Remove TEMP_NORMAL
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 16/27] target/arm: Drop copies in gen_sve_{ldr,str}
,
Richard Henderson
,
2023/01/30
[PATCH 15/27] tcg: Change default temp lifetime to TEMP_TB
,
Richard Henderson
,
2023/01/30
Re: [PATCH 15/27] tcg: Change default temp lifetime to TEMP_TB
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 13/27] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
,
Richard Henderson
,
2023/01/30
Re: [PATCH 13/27] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 11/27] tcg: Use tcg_temp_ebb_new_* in tcg/
,
Richard Henderson
,
2023/01/30
Re: [PATCH 11/27] tcg: Use tcg_temp_ebb_new_* in tcg/
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 14/27] tcg: Don't re-use TEMP_TB temporaries
,
Richard Henderson
,
2023/01/30
[PATCH 19/27] target/hexagon: Don't use tcg_temp_local_new_*
,
Richard Henderson
,
2023/01/30
Re: [PATCH 19/27] target/hexagon: Don't use tcg_temp_local_new_*
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 21/27] target/i386: Don't use tcg_temp_local_new
,
Richard Henderson
,
2023/01/30
[PATCH 22/27] target/mips: Don't use tcg_temp_local_new
,
Richard Henderson
,
2023/01/30
Re: [PATCH 22/27] target/mips: Don't use tcg_temp_local_new
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 25/27] exec/gen-icount: Don't use tcg_temp_local_new_i32
,
Richard Henderson
,
2023/01/30
Re: [PATCH 25/27] exec/gen-icount: Don't use tcg_temp_local_new_i32
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 26/27] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
,
Richard Henderson
,
2023/01/30
Re: [PATCH 26/27] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 27/27] tcg: Update docs/devel/tcg-ops.rst for temporary changes
,
Richard Henderson
,
2023/01/30
[PATCH 20/27] target/hppa: Don't use tcg_temp_local_new
,
Richard Henderson
,
2023/01/30
Re: [PATCH 20/27] target/hppa: Don't use tcg_temp_local_new
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 17/27] target/arm: Don't use tcg_temp_local_new_*
,
Richard Henderson
,
2023/01/30
Re: [PATCH 17/27] target/arm: Don't use tcg_temp_local_new_*
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 18/27] target/cris: Don't use tcg_temp_local_new
,
Richard Henderson
,
2023/01/30
Re: [PATCH 18/27] target/cris: Don't use tcg_temp_local_new
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 24/27] target/xtensa: Don't use tcg_temp_local_new_*
,
Richard Henderson
,
2023/01/30
Re: [PATCH 24/27] target/xtensa: Don't use tcg_temp_local_new_*
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 12/27] accel/tcg/plugin: Use tcg_temp_ebb_*
,
Richard Henderson
,
2023/01/30
[PATCH 23/27] target/ppc: Don't use tcg_temp_local_new
,
Richard Henderson
,
2023/01/30
Re: [PATCH 23/27] target/ppc: Don't use tcg_temp_local_new
,
Philippe Mathieu-Daudé
,
2023/01/30
[PULL 00/56] virtio,pc,pci: features, cleanups, fixes
,
Michael S. Tsirkin
,
2023/01/30
[PULL 02/56] hw/i386/acpi-build: Remove unused attributes
,
Michael S. Tsirkin
,
2023/01/30
[PULL 03/56] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
,
Michael S. Tsirkin
,
2023/01/30
[PULL 05/56] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Michael S. Tsirkin
,
2023/01/30
[PULL 04/56] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
,
Michael S. Tsirkin
,
2023/01/30
[PULL 06/56] vhost-user: Correct a reference of TARGET_AARCH64
,
Michael S. Tsirkin
,
2023/01/30
[PULL 07/56] hw/pci-host: Use register definitions from PCI standard
,
Michael S. Tsirkin
,
2023/01/30
[PULL 08/56] virtio-rng-pci: fix migration compat for vectors
,
Michael S. Tsirkin
,
2023/01/30
[PULL 09/56] intel-iommu: Document iova_tree
,
Michael S. Tsirkin
,
2023/01/30
[PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
Michael S. Tsirkin
,
2023/01/30
Re: [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
Jason A. Donenfeld
,
2023/01/31
Re: [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
Michael S. Tsirkin
,
2023/01/31
Re: [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
H. Peter Anvin
,
2023/01/31
Re: [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
Jason A. Donenfeld
,
2023/01/31
Re: [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
,
Jason A. Donenfeld
,
2023/01/31
[PULL 13/56] tests: acpi: whitelist DSDT blobs for tests that use pci-bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 12/56] tests: acpi: cleanup arguments to make them more readable
,
Michael S. Tsirkin
,
2023/01/30
[PULL 14/56] tests: acpi: extend pcihp with nested bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 15/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 17/56] pci_bridge: remove whitespace
,
Michael S. Tsirkin
,
2023/01/30
[PULL 16/56] tests: acpi: cleanup use_uefi argument usage
,
Michael S. Tsirkin
,
2023/01/30
[PULL 20/56] pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
,
Michael S. Tsirkin
,
2023/01/30
[PULL 01/56] shpc: disallow unplug when power indicator is blinking
,
Michael S. Tsirkin
,
2023/01/30
[PULL 18/56] x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignment
,
Michael S. Tsirkin
,
2023/01/30
[PULL 19/56] pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
,
Michael S. Tsirkin
,
2023/01/30
[PULL 24/56] tests: acpi: extend bridge tests with hotplugged bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 22/56] x86: pcihp: fix invalid AML PCNT calls to hotplugged bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 23/56] tests: boot_sector_test: avoid crashing if status is not available yet
,
Michael S. Tsirkin
,
2023/01/30
[PULL 11/56] tests: qtest: print device_add error before failing test
,
Michael S. Tsirkin
,
2023/01/30
[PULL 28/56] pcihp: drop pcihp_bridge_en dependency when composing PCNT method
,
Michael S. Tsirkin
,
2023/01/30
[PULL 27/56] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
,
Michael S. Tsirkin
,
2023/01/30
[PULL 29/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 21/56] pci: acpihp: assign BSEL only to coldplugged bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 30/56] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
,
Michael S. Tsirkin
,
2023/01/30
[PULL 31/56] pcihp: compose PCNT callchain right before its user _GPE._E01
,
Michael S. Tsirkin
,
2023/01/30
[PULL 33/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 38/56] pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
,
Michael S. Tsirkin
,
2023/01/30
[PULL 35/56] tests: acpi: add endpoint devices to bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 26/56] tests: acpi: add reboot cycle to bridge test
,
Michael S. Tsirkin
,
2023/01/30
[PULL 55/56] Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
,
Michael S. Tsirkin
,
2023/01/30
[PULL 45/56] tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 37/56] x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridges
,
Michael S. Tsirkin
,
2023/01/30
[PULL 46/56] pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slots
,
Michael S. Tsirkin
,
2023/01/30
[PULL 25/56] tests: boot_sector_test(): make it multi-shot
,
Michael S. Tsirkin
,
2023/01/30
[PULL 43/56] pcihp: acpi: decouple hotplug and generic slots description
,
Michael S. Tsirkin
,
2023/01/30
[PULL 40/56] pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier"
,
Michael S. Tsirkin
,
2023/01/30
[PULL 32/56] pcihp: do not put empty PCNT in DSDT
,
Michael S. Tsirkin
,
2023/01/30
[PULL 34/56] whitelist DSDT before adding endpoint devices to bridge testcases
,
Michael S. Tsirkin
,
2023/01/30
[PULL 36/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 39/56] pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
,
Michael S. Tsirkin
,
2023/01/30
[PULL 53/56] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Michael S. Tsirkin
,
2023/01/30
[PULL 47/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 49/56] pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug path
,
Michael S. Tsirkin
,
2023/01/30
[PULL 41/56] pcihp: isolate rule whether slot should be described in DSDT
,
Michael S. Tsirkin
,
2023/01/30
[PULL 42/56] tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slots description
,
Michael S. Tsirkin
,
2023/01/30
[PULL 51/56] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
,
Michael S. Tsirkin
,
2023/01/30
[PULL 48/56] tests: acpi: whitelist DSDT before moving non-hotpluggble slots description from hotplug path
,
Michael S. Tsirkin
,
2023/01/30
[PULL 50/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PULL 56/56] docs/pcie.txt: Replace ioh3420 with pcie-root-port
,
Michael S. Tsirkin
,
2023/01/30
[PULL 54/56] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
,
Michael S. Tsirkin
,
2023/01/30
[PULL 52/56] hw: Use TYPE_PCI_BUS definition where appropriate
,
Michael S. Tsirkin
,
2023/01/30
[PULL 44/56] tests: acpi: update expected blobs
,
Michael S. Tsirkin
,
2023/01/30
[PATCH qemu 0/1] vmxnet3: MAC address falls to permanent
,
~vlaomao
,
2023/01/30
[PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
~vlaomao
,
2023/01/30
Re: [PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
Laurent Vivier
,
2023/01/31
[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
Re: [PATCH v3 5/9] virtio-gpu: Unrealize
,
Alex Bennée
,
2023/01/30
[PATCH v2 00/23] target/arm: Implement FEAT_FGT fine-grained traps
,
Peter Maydell
,
2023/01/30
[PATCH v2 01/23] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
,
Peter Maydell
,
2023/01/30
[PATCH v2 03/23] target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}
,
Peter Maydell
,
2023/01/30
[PATCH v2 02/23] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
,
Peter Maydell
,
2023/01/30
[PATCH v2 05/23] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
,
Peter Maydell
,
2023/01/30
[PATCH v2 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
,
Peter Maydell
,
2023/01/30
Re: [PATCH v2 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
,
Richard Henderson
,
2023/01/30
[PATCH v2 07/23] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
,
Peter Maydell
,
2023/01/30
[PATCH v2 10/23] target/arm: Mark up sysregs for HFGRTR bits 0..11
,
Peter Maydell
,
2023/01/30
[PATCH v2 04/23] target/arm: Move do_coproc_insn() syndrome calculation earlier
,
Peter Maydell
,
2023/01/30
[PATCH v2 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
,
Peter Maydell
,
2023/01/30
[PATCH v2 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
,
Peter Maydell
,
2023/01/30
[PATCH v2 08/23] target/arm: Define the FEAT_FGT registers
,
Peter Maydell
,
2023/01/30
[PATCH v2 09/23] target/arm: Implement FGT trapping infrastructure
,
Peter Maydell
,
2023/01/30
[PATCH v2 11/23] target/arm: Mark up sysregs for HFGRTR bits 12..23
,
Peter Maydell
,
2023/01/30
[PATCH v2 12/23] target/arm: Mark up sysregs for HFGRTR bits 24..35
,
Peter Maydell
,
2023/01/30
[PATCH v2 14/23] target/arm: Mark up sysregs for HDFGRTR bits 0..11
,
Peter Maydell
,
2023/01/30
[PATCH v2 13/23] target/arm: Mark up sysregs for HFGRTR bits 36..63
,
Peter Maydell
,
2023/01/30
[PATCH v2 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
,
Peter Maydell
,
2023/01/30
[PATCH v2 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
,
Peter Maydell
,
2023/01/30
[PATCH v2 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
,
Peter Maydell
,
2023/01/30
[PATCH v2 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
,
Peter Maydell
,
2023/01/30
[PATCH v2 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
,
Peter Maydell
,
2023/01/30
[PATCH v2 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
,
Peter Maydell
,
2023/01/30
[PATCH v2 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
,
Peter Maydell
,
2023/01/30
Re: [PATCH v2 00/23] target/arm: Implement FEAT_FGT fine-grained traps
,
Fuad Tabba
,
2023/01/30
Re: [PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
Laurent Vivier
,
2023/01/30
Re: [PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
Влад Мао
,
2023/01/30
Re: [PATCH qemu 0/1] MAC address falls to permanent
,
Laurent Vivier
,
2023/01/30
[PATCH qemu 0/1] MAC address falls to permanent
,
Vlao Mao
,
2023/01/31
[PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
Vlao Mao
,
2023/01/31
Re: [PATCH qemu 0/1] MAC address falls to permanent
,
Peter Maydell
,
2023/01/31
Re: [PATCH qemu 0/1] MAC address falls to permanent
,
Влад Мао
,
2023/01/31
[PATCH qemu 0/1] MAC address falls to permanent
,
Vlao Mao
,
2023/01/31
[PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
,
Vlao Mao
,
2023/01/31
Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
,
Alex Bennée
,
2023/01/30
Re: [PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
,
Dmitry Osipenko
,
2023/01/31
Re: [PATCH v3 3/9] virtio-gpu: Handle resource blob commands
,
Alex Bennée
,
2023/01/30
Re: [PATCH v3 2/9] virtio-gpu: hostmem
,
Alex Bennée
,
2023/01/30
Re: [PATCH v3 8/9] virtio-gpu: Initialize Venus
,
Alex Bennée
,
2023/01/30
[PATCH v3 0/8] hw/cxl: RAS error emulation and injection
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 2/8] hw/pci/aer: Add missing routing for AER errors
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 5/8] hw/mem/cxl-type3: Add AER extended capability
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use.
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
,
Jonathan Cameron
,
2023/01/30
Re: [PATCH v3 9/9] virtio-gpu: Get EGL Display callback
,
Alex Bennée
,
2023/01/30
[PATCH v3 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 01/10] hw/mem/cxl_type3: Improve error handling in realize()
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 02/10] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 03/10] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 04/10] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 05/10] tests/acpi: Allow update of q35/DSDT.cxl
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 06/10] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 07/10] tests/acpi: Update q35/DSDT.cxl for removed duplicate _UID
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 08/10] qemu/bswap: Add const_le64()
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 09/10] qemu/uuid: Add UUID static initializer
,
Jonathan Cameron
,
2023/01/30
[PATCH v3 10/10] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
,
Jonathan Cameron
,
2023/01/30
Re: [PATCH v3 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
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] vhost-user-rng: Back up vqs before cleaning up vhost_dev
,
Akihiko Odaki
,
2023/01/30
[PATCH] vhost-user-i2c: Back up vqs before cleaning up vhost_dev
,
Akihiko Odaki
,
2023/01/30
[PATCH] vhost-user-gpio: Configure vhost_dev when connecting
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH] vhost-user-gpio: Configure vhost_dev when connecting
,
Viresh Kumar
,
2023/01/30
Re: [PATCH] vhost-user-gpio: Configure vhost_dev when connecting
,
Alex Bennée
,
2023/01/31
[PATCH] vhost-user-fs: Back up vqs before cleaning up vhost_dev
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH] vhost-user-fs: Back up vqs before cleaning up vhost_dev
,
Stefan Hajnoczi
,
2023/01/30
Re: [PATCH] vhost-user-fs: Back up vqs before cleaning up vhost_dev
,
Michael S. Tsirkin
,
2023/01/30
[PATCH] softmmu: Use memmove in flatview_write_continue
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH] softmmu: Use memmove in flatview_write_continue
,
Peter Xu
,
2023/01/30
Re: [PATCH] softmmu: Use memmove in flatview_write_continue
,
Alexander Bulekov
,
2023/01/30
Re: [PATCH] softmmu: Use memmove in flatview_write_continue
,
Peter Xu
,
2023/01/30
Re: [PATCH] softmmu: Use memmove in flatview_write_continue
,
Alexander Bulekov
,
2023/01/30
Re: [PATCH] softmmu: Use memmove in flatview_write_continue
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH] hw/timer/hpet: Fix expiration time overflow
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH] hw/timer/hpet: Fix expiration time overflow
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH] hw/timer/hpet: Fix expiration time overflow
,
Philippe Mathieu-Daudé
,
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 04/28] e1000: Use hw/net/mii.h
,
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 09/28] e1000: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 07/28] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 08/28] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 06/28] e1000e: Mask registers when writing
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 10/28] e1000e: Use memcpy to intialize registers
,
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 13/28] e1000: Configure ResettableClass
,
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 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 19/28] e1000x: Alter the signature of e1000x_is_vlan_packet
,
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 28/28] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 24/28] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/30
[PATCH v4 27/28] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
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 23/28] e1000e: Perform software segmentation for loopback
,
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 v2 0/9] igb: merge changes from <address@hidden>
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 2/9] igb: handle PF/VF reset properly
,
Sriram Yagnaraman
,
2023/01/30
Re: [PATCH v2 2/9] igb: handle PF/VF reset properly
,
Akihiko Odaki
,
2023/01/30
[PATCH v2 8/9] igb: respect VT_CTL ignore MAC field
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 9/9] igb: respect VMVIR and VMOLR for VLAN
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 4/9] igb: add ICR_RXDW
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 3/9] igb: implement VFRE and VFTE registers
,
Sriram Yagnaraman
,
2023/01/30
Re: [PATCH v2 3/9] igb: implement VFRE and VFTE registers
,
Akihiko Odaki
,
2023/01/30
Re: [PATCH v2 3/9] igb: implement VFRE and VFTE registers
,
Akihiko Odaki
,
2023/01/30
[PATCH v2 5/9] igb: check oversized packets for VMDq
,
Sriram Yagnaraman
,
2023/01/30
Re: [PATCH v2 5/9] igb: check oversized packets for VMDq
,
Akihiko Odaki
,
2023/01/30
[PATCH v2 6/9] igb: respect E1000_VMOLR_RSSE
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v2 7/9] igb: implement VF Tx and Rx stats
,
Sriram Yagnaraman
,
2023/01/30
[PATCH v5 00/20] Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 08/20] hw/input: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 14/20] riscv: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 04/20] scripts/clean-includes: Improve --git commit message
,
Markus Armbruster
,
2023/01/30
Re: [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message
,
Juan Quintela
,
2023/01/30
[PATCH v5 15/20] block: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 05/20] bsd-user: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 01/20] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
2023/01/30
[PATCH v5 16/20] accel: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 07/20] hw/cxl: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 13/20] target/hexagon: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 11/20] migration: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 09/20] hw/tricore: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 02/20] scripts/clean-includes: Don't claim duplicate headers found when not
,
Markus Armbruster
,
2023/01/30
[PATCH v5 17/20] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
2023/01/30
[PATCH v5 03/20] scripts/clean-includes: Skip symbolic links
,
Markus Armbruster
,
2023/01/30
[PATCH v5 06/20] crypto: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 12/20] net: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 10/20] qga: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v5 20/20] Drop duplicate #include
,
Markus Armbruster
,
2023/01/30
[PATCH v5 18/20] Don't include headers already included by qemu/osdep.h
,
Markus Armbruster
,
2023/01/30
[PATCH v5 19/20] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
2023/01/30
Re: [PATCH v2] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v2] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v3 1/9] virtio: Add shared memory capability
,
Alex Bennée
,
2023/01/30
[PATCH v2] backends/vhost-user: remove the ioeventfd check
,
Alex Bennée
,
2023/01/30
Re: [PATCH v2] backends/vhost-user: remove the ioeventfd check
,
Stefan Hajnoczi
,
2023/01/30
[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Thomas Huth
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Peter Maydell
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Daniel P . Berrangé
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Thomas Huth
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Daniel P . Berrangé
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Thomas Huth
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Richard Henderson
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Philippe Mathieu-Daudé
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Richard Henderson
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Philippe Mathieu-Daudé
,
2023/01/30
Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
,
Alex Bennée
,
2023/01/30
[PATCH 00/11] ui: dbus & misc fixes
,
marcandre . lureau
,
2023/01/30
[PATCH 01/11] ui/dbus: unregister clipboard on connection close
,
marcandre . lureau
,
2023/01/30
[PATCH 02/11] audio/dbus: there are no sender for p2p mode
,
marcandre . lureau
,
2023/01/30
[PATCH 03/11] ui/dbus: set mouse is-absolute during console creation
,
marcandre . lureau
,
2023/01/30
[PATCH 04/11] ui/dbus: update the display when switching surface
,
marcandre . lureau
,
2023/01/30
[PATCH 05/11] meson: ensure dbus-display generated code is built before other units
,
marcandre . lureau
,
2023/01/30
[PATCH 06/11] ui: rename cursor_{put->unref}
,
marcandre . lureau
,
2023/01/30
[PATCH 08/11] ui: keep current cursor with QemuConsole
,
marcandre . lureau
,
2023/01/30
[PATCH 10/11] ui: set cursor position upon listener registration
,
marcandre . lureau
,
2023/01/30
[PATCH 09/11] ui: set cursor upon listener registration
,
marcandre . lureau
,
2023/01/30
[PATCH 07/11] ui: rename cursor_{get->ref}, return it
,
marcandre . lureau
,
2023/01/30
[PATCH 11/11] ui/sdl: get the GL context from the window
,
marcandre . lureau
,
2023/01/30
[PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
,
Maxime Coquelin
,
2023/01/30
[PATCH 3/3] vhost-user: Adopt new backend naming
,
Maxime Coquelin
,
2023/01/30
Re: [PATCH 3/3] vhost-user: Adopt new backend naming
,
Michael S. Tsirkin
,
2023/01/30
[PATCH 1/3] docs: vhost-user: replace _SLAVE_ with _BACKEND_
,
Maxime Coquelin
,
2023/01/30
Re: [PATCH 1/3] docs: vhost-user: replace _SLAVE_ with _BACKEND_
,
Michael S. Tsirkin
,
2023/01/30
[PATCH 2/3] libvhost-user: Adopt new backend naming
,
Maxime Coquelin
,
2023/01/30
Re: [PATCH 2/3] libvhost-user: Adopt new backend naming
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
,
Maxime Coquelin
,
2023/01/30
Re: [PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
,
Stephen Hemminger
,
2023/01/30
[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
,
Thomas Huth
,
2023/01/30
[PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs
,
Thomas Huth
,
2023/01/30
Re: [PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs
,
Alex Bennée
,
2023/01/30
Re: [PATCH 5/6] gitlab-ci.d/buildtest: Merge the two gprof-gcov jobs
,
Thomas Huth
,
2023/01/31
[PATCH 3/6] tests/qtest/display-vga-test: Add proper checks if a device is available
,
Thomas Huth
,
2023/01/30
Re: [PATCH 3/6] tests/qtest/display-vga-test: Add proper checks if a device is available
,
Richard Henderson
,
2023/01/30
[PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
,
Thomas Huth
,
2023/01/30
Re: [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
,
Daniel P . Berrangé
,
2023/01/30
Re: [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
,
Thomas Huth
,
2023/01/30
[PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
,
Thomas Huth
,
2023/01/30
Re: [PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH 2/6] gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job
,
Thomas Huth
,
2023/01/30
[PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Thomas Huth
,
2023/01/30
Re: [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Fabiano Rosas
,
2023/01/30
Re: [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Thomas Huth
,
2023/01/31
Re: [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Alex Bennée
,
2023/01/30
Re: [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
,
Philippe Mathieu-Daudé
,
2023/01/30
[PATCH] target/riscv: set tval for triggered watchpoints
,
Sergey Matyukevich
,
2023/01/30
Re: [PATCH] target/riscv: set tval for triggered watchpoints
,
Richard Henderson
,
2023/01/30
Re: [PATCH] target/riscv: set tval for triggered watchpoints
,
Alistair Francis
,
2023/01/30
Re: [PATCH] target/riscv: set tval for triggered watchpoints
,
Alistair Francis
,
2023/01/30
Re: [PATCH] target/riscv: set tval for triggered watchpoints
,
Bin Meng
,
2023/01/30
Re: [PATCH] target/riscv: set tval for triggered watchpoints
,
Sergey Matyukevich
,
2023/01/31
unable to use "-net user" argument after building from master branch
,
Neal Elliott
,
2023/01/30
Re: unable to use "-net user" argument after building from master branch
,
Bin Meng
,
2023/01/30
Re: unable to use "-net user" argument after building from master branch
,
Neal Elliott
,
2023/01/30
[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 01/16] hw/9pfs: Add missing definitions for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 03/16] hw/9pfs: Replace the direct call to xxxdir() APIs with a wrapper
,
Bin Meng
,
2023/01/30
[PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs
,
Bin Meng
,
2023/01/30
[PATCH v4 05/16] hw/9pfs: Update the local fs driver to support Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 08/16] hw/9pfs: Add a helper qemu_stat_blksize()
,
Bin Meng
,
2023/01/30
[PATCH v4 02/16] hw/9pfs: Implement Windows specific utilities functions for 9pfs
,
Bin Meng
,
2023/01/30
[PATCH v4 07/16] hw/9pfs: Update helper qemu_stat_rdev()
,
Bin Meng
,
2023/01/30
[PATCH v4 10/16] hw/9pfs: Update v9fs_set_fd_limit() for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 06/16] hw/9pfs: Support getting current directory offset for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 09/16] hw/9pfs: Disable unsupported flags and features for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 13/16] fsdev: Disable proxy fs driver on Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 11/16] hw/9pfs: Add Linux error number definition
,
Bin Meng
,
2023/01/30
[PATCH v4 12/16] hw/9pfs: Translate Windows errno to Linux value
,
Bin Meng
,
2023/01/30
[PATCH v4 16/16] meson.build: Turn on virtfs for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 14/16] hw/9pfs: Update synth fs driver for Windows
,
Bin Meng
,
2023/01/30
[PATCH v4 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32
,
Bin Meng
,
2023/01/30
Re: [PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
,
Marc-André Lureau
,
2023/01/31
Re: [PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
,
Daniel P . Berrangé
,
2023/01/31
Re: [PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
,
Marc-André Lureau
,
2023/01/31
Re: Crash in RTC
,
Konstantin Kostiuk
,
2023/01/30
[PATCH v2 00/11] Multifd zero page support
,
Juan Quintela
,
2023/01/30
[PATCH v2 01/11] migration: Update atomic stats out of the mutex
,
Juan Quintela
,
2023/01/30
[PATCH v2 02/11] migration: Make multifd_bytes atomic
,
Juan Quintela
,
2023/01/30
[PATCH v2 03/11] multifd: We already account for this packet on the multifd thread
,
Juan Quintela
,
2023/01/30
[PATCH v2 04/11] multifd: Count the number of bytes sent correctly
,
Juan Quintela
,
2023/01/30
[PATCH v2 05/11] migration: Make ram_save_target_page() a pointer
,
Juan Quintela
,
2023/01/30
[PATCH v2 06/11] multifd: Make flags field thread local
,
Juan Quintela
,
2023/01/30
[PATCH v2 07/11] multifd: Prepare to send a packet without the mutex held
,
Juan Quintela
,
2023/01/30
[PATCH v2 08/11] multifd: Add capability to enable/disable zero_page
,
Juan Quintela
,
2023/01/30
Re: [PATCH v2 08/11] multifd: Add capability to enable/disable zero_page
,
Markus Armbruster
,
2023/01/30
Re: [PATCH v2 08/11] multifd: Add capability to enable/disable zero_page
,
Juan Quintela
,
2023/01/30
Re: [PATCH v2 08/11] multifd: Add capability to enable/disable zero_page
,
Juan Quintela
,
2023/01/30
[PATCH v2 10/11] multifd: Zero pages transmission
,
Juan Quintela
,
2023/01/30
[PATCH v2 09/11] multifd: Support for zero pages transmission
,
Juan Quintela
,
2023/01/30
[PATCH v2 11/11] So we use multifd to transmit zero pages.
,
Juan Quintela
,
2023/01/30
[PATCH v3] migration: Remove res_compatible parameter
,
Juan Quintela
,
2023/01/30
Re: [PATCH v3] migration: Remove res_compatible parameter
,
Vladimir Sementsov-Ogievskiy
,
2023/01/31
[PULL 0/5] Next patches
,
Juan Quintela
,
2023/01/30
[PULL 2/5] migration: No save_live_pending() method uses the QEMUFile parameter
,
Juan Quintela
,
2023/01/30
[PULL 3/5] migration: Split save_live_pending() into state_pending_*
,
Juan Quintela
,
2023/01/30
[PULL 1/5] migration: Fix migration crash when target psize larger than host
,
Juan Quintela
,
2023/01/30
[PULL 4/5] migration: Remove unused threshold_size parameter
,
Juan Quintela
,
2023/01/30
[PULL 5/5] migration: simplify migration_iteration_run()
,
Juan Quintela
,
2023/01/30
Re: [PULL 5/5] migration: simplify migration_iteration_run()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/31
Re: [PATCH] linux-user,bsd-user: re-exec with G_SLICE=always-malloc
,
Emilio Cota
,
2023/01/29
virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/29
Re: virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Alex Bennée
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Alex Bennée
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Marc-André Lureau
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Marc-André Lureau
,
2023/01/31
Re: virtio-sound Google Summer of Code project?
,
Stefan Hajnoczi
,
2023/01/31
[PATCH 0/3] VIA PM Improvements
,
Bernhard Beschow
,
2023/01/29
[PATCH 1/3] hw/isa/vt82c686: Fix SCI routing
,
Bernhard Beschow
,
2023/01/29
Re: [PATCH 1/3] hw/isa/vt82c686: Fix SCI routing
,
BALATON Zoltan
,
2023/01/31
[PATCH 2/3] hw/isa/vt82c686: Allow PM controller to switch to ACPI mode
,
Bernhard Beschow
,
2023/01/29
Re: [PATCH 2/3] hw/isa/vt82c686: Allow PM controller to switch to ACPI mode
,
BALATON Zoltan
,
2023/01/31
[PATCH 3/3] hw/isa/vt82c686: Implement ACPI powerdown
,
Bernhard Beschow
,
2023/01/29
Re: [PATCH 3/3] hw/isa/vt82c686: Implement ACPI powerdown
,
BALATON Zoltan
,
2023/01/31
Re: [PATCH 0/3] VIA PM Improvements
,
BALATON Zoltan
,
2023/01/31
[PATCH v2 0/9] Various win32 fixes & teach 'getfd' QMP command to import sockets
,
marcandre . lureau
,
2023/01/29
[PATCH v2 1/9] tests: fix path separator, use g_build_filename()
,
marcandre . lureau
,
2023/01/29
[PATCH v2 2/9] tests: fix test-io-channel-command on win32
,
marcandre . lureau
,
2023/01/29
[PATCH v2 3/9] tests/docker: fix a win32 error due to portability
,
marcandre . lureau
,
2023/01/29
[PATCH v2 4/9] osdep: implement qemu_socketpair() for win32
,
marcandre . lureau
,
2023/01/29
[PATCH v2 5/9] qmp: 'add_client' actually expects sockets
,
marcandre . lureau
,
2023/01/29
[PATCH v2 6/9] qapi: implement conditional command arguments
,
marcandre . lureau
,
2023/01/29
[PATCH v2 9/9] qtest: enable vnc-display test on win32
,
marcandre . lureau
,
2023/01/29
[PATCH v2 7/9] qmp: teach 'getfd' to import sockets on win32
,
marcandre . lureau
,
2023/01/29
[PATCH v2 8/9] libqtest: make qtest_qmp_add_client work on win32
,
marcandre . lureau
,
2023/01/29
[PATCH v6 0/3] block/rbd: Add support for layered encryption
,
address@hidden
,
2023/01/29
[PATCH v6 1/3] block/rbd: Remove redundant stack variable passphrase_len
,
address@hidden
,
2023/01/30
[PATCH v6 2/3] block/rbd: Add luks-any encryption opening option
,
address@hidden
,
2023/01/30
[PATCH v6 3/3] block/rbd: Add support for layered encryption
,
address@hidden
,
2023/01/30
Re: [PATCH v6 0/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
2023/01/30
Please review a important patch abort fix setting of CPUX86State::gdt::base
,
fanwj
,
2023/01/29
Re: Please review a important patch abort fix setting of CPUX86State::gdt::base
,
Peter Maydell
,
2023/01/29
Re: Re: Please review a important patch abort fix setting of CPUX86State::gdt::base
,
fanwj
,
2023/01/30
Re: Please review a important patch abort fix setting of CPUX86State::gdt::base
,
Richard Henderson
,
2023/01/30
[PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)
,
Qiang Liu
,
2023/01/29
Re: [PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)
,
Qiang Liu
,
2023/01/30
[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
,
Sam Li
,
2023/01/29
[RFC v6 1/4] include: update virtio_blk headers
,
Sam Li
,
2023/01/29
[RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Sam Li
,
2023/01/29
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Daniel P . Berrangé
,
2023/01/30
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Stefan Hajnoczi
,
2023/01/30
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Daniel P . Berrangé
,
2023/01/30
Re: [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
,
Stefan Hajnoczi
,
2023/01/31
[RFC v6 3/4] block: add accounting for zone append operation
,
Sam Li
,
2023/01/29
[RFC v6 4/4] virtio-blk: add some trace events for zoned emulation
,
Sam Li
,
2023/01/29
[PATCH v15 0/8] Add support for zoned device
,
Sam Li
,
2023/01/29
[PATCH v15 2/8] file-posix: introduce helper functions for sysfs attributes
,
Sam Li
,
2023/01/29
[PATCH v15 1/8] include: add zoned device structs
,
Sam Li
,
2023/01/29
[PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
,
Sam Li
,
2023/01/29
[PATCH v15 4/8] raw-format: add zone operations to pass through requests
,
Sam Li
,
2023/01/29
[PATCH v15 5/8] config: add check to block layer
,
Sam Li
,
2023/01/29
[PATCH v15 7/8] block: add some trace events for new block layer APIs
,
Sam Li
,
2023/01/29
[PATCH v15 6/8] qemu-iotests: test new zone operations
,
Sam Li
,
2023/01/29
[PATCH v15 8/8] docs/zoned-storage: add zoned device documentation
,
Sam Li
,
2023/01/29
[PATCH v4 00/12] Refactor cryptodev
,
zhenwei pi
,
2023/01/28
[PATCH v4 01/12] cryptodev: Introduce cryptodev.json
,
zhenwei pi
,
2023/01/28
[PATCH v4 02/12] cryptodev: Remove 'name' & 'model' fields
,
zhenwei pi
,
2023/01/28
[PATCH v4 03/12] cryptodev: Introduce cryptodev alg type in QAPI
,
zhenwei pi
,
2023/01/28
[PATCH v4 04/12] cryptodev: Introduce server type in QAPI
,
zhenwei pi
,
2023/01/28
[PATCH v4 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
,
zhenwei pi
,
2023/01/28
[PATCH v4 06/12] cryptodev-builtin: Detect akcipher capability
,
zhenwei pi
,
2023/01/28
[PATCH v4 07/12] hmp: add cryptodev info command
,
zhenwei pi
,
2023/01/28
[PATCH v4 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
,
zhenwei pi
,
2023/01/28
[PATCH v4 09/12] cryptodev: Account statistics
,
zhenwei pi
,
2023/01/28
[PATCH v4 10/12] cryptodev: support QoS
,
zhenwei pi
,
2023/01/28
[PATCH v4 11/12] cryptodev: Support query-stats QMP command
,
zhenwei pi
,
2023/01/28
[PATCH v4 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
,
zhenwei pi
,
2023/01/28
[PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
,
Xuan Zhuo
,
2023/01/28
[PATCH v1 1/2] virtio: struct VirtQueue introduce reset
,
Xuan Zhuo
,
2023/01/28
Re: [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 1/2] virtio: struct VirtQueue introduce reset
,
Xuan Zhuo
,
2023/01/29
[PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/28
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/29
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Jason Wang
,
2023/01/30
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/31
Re: [PATCH v1 2/2] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/31
Re: [PATCH v1 0/2] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
,
Michael S. Tsirkin
,
2023/01/29
[PATCH] linux-user: move target_flat.h to target subdirs
,
Mike Frysinger
,
2023/01/28
Re: [PATCH] linux-user: move target_flat.h to target subdirs
,
Richard Henderson
,
2023/01/29
Re: [PATCH] linux-user: move target_flat.h to target subdirs
,
Laurent Vivier
,
2023/01/30
[PATCH v2] hvf: arm: Add support for GICv3
,
Alexander Graf
,
2023/01/28
[PATCH 0/9] igb: add missing feature set from
,
Sriram Yagnaraman
,
2023/01/28
[PATCH 4/9] igb: check oversized packets for VMDq
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH 4/9] igb: check oversized packets for VMDq
,
Akihiko Odaki
,
2023/01/29
[PATCH 2/9] igb: handle PF/VF reset properly
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH 2/9] igb: handle PF/VF reset properly
,
Akihiko Odaki
,
2023/01/29
Re: [PATCH 2/9] igb: handle PF/VF reset properly
,
Akihiko Odaki
,
2023/01/29
[PATCH 5/9] igb: respect E1000_VMOLR_RSSE
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH 5/9] igb: respect E1000_VMOLR_RSSE
,
Akihiko Odaki
,
2023/01/29
RE: [PATCH 5/9] igb: respect E1000_VMOLR_RSSE
,
Sriram Yagnaraman
,
2023/01/30
Re: [PATCH 5/9] igb: respect E1000_VMOLR_RSSE
,
Akihiko Odaki
,
2023/01/30
[PATCH 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
,
Sriram Yagnaraman
,
2023/01/28
[PATCH 3/9] igb: implement VFRE and VFTE registers
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH 3/9] igb: implement VFRE and VFTE registers
,
Akihiko Odaki
,
2023/01/29
RE: [PATCH 3/9] igb: implement VFRE and VFTE registers
,
Sriram Yagnaraman
,
2023/01/30
Re: [PATCH 3/9] igb: implement VFRE and VFTE registers
,
Akihiko Odaki
,
2023/01/30
[PATCH 8/9] igb: respect VT_CTL ignore MAC field
,
Sriram Yagnaraman
,
2023/01/28
[PATCH 7/9] igb: implement VF Tx and Rx stats
,
Sriram Yagnaraman
,
2023/01/28
[PATCH 9/9] igb: respect VMVIR and VMOLR for VLAN
,
Sriram Yagnaraman
,
2023/01/28
Re: [PATCH 9/9] igb: respect VMVIR and VMOLR for VLAN
,
Akihiko Odaki
,
2023/01/29
[PATCH 6/9] igb: add ICR_RXDW
,
Sriram Yagnaraman
,
2023/01/28
[PATCH v9 00/58] Xen HVM support under KVM
,
David Woodhouse
,
2023/01/28
[PATCH v9 08/58] xen-platform: allow its creation with XEN_EMULATE mode
,
David Woodhouse
,
2023/01/28
[PATCH v9 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
,
David Woodhouse
,
2023/01/28
[PATCH v9 33/58] hw/xen: Implement EVTCHNOP_send
,
David Woodhouse
,
2023/01/28
[PATCH v9 45/58] hw/xen: Implement GNTTABOP_query_size
,
David Woodhouse
,
2023/01/28
[PATCH v9 42/58] hw/xen: Add xen_gnttab device for grant table emulation
,
David Woodhouse
,
2023/01/28
[PATCH v9 57/58] hw/xen: Support MSI mapping to PIRQ
,
David Woodhouse
,
2023/01/28
[PATCH v9 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
,
David Woodhouse
,
2023/01/28
[PATCH v9 09/58] i386/xen: handle guest hypercalls
,
David Woodhouse
,
2023/01/28
[PATCH v9 05/58] i386/kvm: handle Xen HVM cpuid leaves
,
David Woodhouse
,
2023/01/28
[PATCH v9 51/58] hw/xen: Add basic ring handling to xenstore
,
David Woodhouse
,
2023/01/28
[PATCH v9 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
,
David Woodhouse
,
2023/01/28
[PATCH v9 46/58] i386/xen: handle PV timer hypercalls
,
David Woodhouse
,
2023/01/28
[PATCH v9 24/58] i386/xen: implement HVMOP_set_evtchn_upcall_vector
,
David Woodhouse
,
2023/01/28
[PATCH v9 29/58] hw/xen: Implement EVTCHNOP_close
,
David Woodhouse
,
2023/01/28
[PATCH v9 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
,
David Woodhouse
,
2023/01/28
[PATCH v9 27/58] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/28
[PATCH v9 03/58] xen: Add XEN_DISABLED mode and make it default
,
David Woodhouse
,
2023/01/28
[PATCH v9 23/58] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/28
[PATCH v9 48/58] i386/xen: handle HVMOP_get_param
,
David Woodhouse
,
2023/01/28
[PATCH v9 30/58] hw/xen: Implement EVTCHNOP_unmask
,
David Woodhouse
,
2023/01/28
[PATCH v9 28/58] hw/xen: Implement EVTCHNOP_status
,
David Woodhouse
,
2023/01/28
[PATCH v9 02/58] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
,
David Woodhouse
,
2023/01/28
[PATCH v9 41/58] kvm/i386: Add xen-gnttab-max-frames property
,
David Woodhouse
,
2023/01/28
[PATCH v9 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
,
David Woodhouse
,
2023/01/28
[PATCH v9 44/58] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
,
David Woodhouse
,
2023/01/28
[PATCH v9 40/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
,
David Woodhouse
,
2023/01/28
[PATCH v9 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
,
David Woodhouse
,
2023/01/28
[PATCH v9 37/58] hw/xen: Implement EVTCHNOP_reset
,
David Woodhouse
,
2023/01/28
[PATCH v9 26/58] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/28
[PATCH v9 01/58] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/28
Re: [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/
,
Thomas Huth
,
2023/01/30
Re: [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/31
[PATCH v9 43/58] hw/xen: Support mapping grant frames
,
David Woodhouse
,
2023/01/28
[PATCH v9 14/58] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
David Woodhouse
,
2023/01/28
[PATCH v9 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
,
David Woodhouse
,
2023/01/28
[PATCH v9 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
,
David Woodhouse
,
2023/01/28
[PATCH v9 55/58] hw/xen: Implement emulated PIRQ hypercall support
,
David Woodhouse
,
2023/01/28
[PATCH v9 04/58] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
,
David Woodhouse
,
2023/01/28
[PATCH v9 52/58] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
,
David Woodhouse
,
2023/01/28
[PATCH v9 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
,
David Woodhouse
,
2023/01/28
[PATCH v9 18/58] i386/xen: implement HYPERVISOR_hvm_op
,
David Woodhouse
,
2023/01/28
[PATCH v9 49/58] hw/xen: Add backend implementation of interdomain event channel support
,
David Woodhouse
,
2023/01/28
[PATCH v9 17/58] i386/xen: implement XENMEM_add_to_physmap_batch
,
David Woodhouse
,
2023/01/28
[PATCH v9 35/58] hw/xen: Implement EVTCHNOP_bind_interdomain
,
David Woodhouse
,
2023/01/28
[PATCH v9 19/58] i386/xen: implement HYPERVISOR_vcpu_op
,
David Woodhouse
,
2023/01/28
[PATCH v9 54/58] i386/xen: Implement HYPERVISOR_physdev_op
,
David Woodhouse
,
2023/01/28
[PATCH v9 06/58] i386/hvm: Set Xen vCPU ID in KVM
,
David Woodhouse
,
2023/01/28
[PATCH v9 20/58] i386/xen: handle VCPUOP_register_vcpu_info
,
David Woodhouse
,
2023/01/28
[PATCH v9 31/58] hw/xen: Implement EVTCHNOP_bind_virq
,
David Woodhouse
,
2023/01/28
[PATCH v9 25/58] i386/xen: implement HVMOP_set_param
,
David Woodhouse
,
2023/01/28
[PATCH v9 53/58] i386/xen: Document Xen HVM emulation
,
David Woodhouse
,
2023/01/28
[PATCH v9 56/58] hw/xen: Support GSI mapping to PIRQ
,
David Woodhouse
,
2023/01/28
[PATCH v9 38/58] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/28
[PATCH v9 58/58] kvm/i386: Add xen-evtchn-max-pirq property
,
David Woodhouse
,
2023/01/28
[PATCH v9 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
,
David Woodhouse
,
2023/01/28
[PATCH v9 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
,
David Woodhouse
,
2023/01/28
[PATCH v9 36/58] hw/xen: Implement EVTCHNOP_bind_vcpu
,
David Woodhouse
,
2023/01/28
[PATCH v9 10/58] i386/xen: implement HYPERVISOR_xen_version
,
David Woodhouse
,
2023/01/28
[PATCH v9 12/58] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
,
David Woodhouse
,
2023/01/28
[PATCH v9 16/58] i386/xen: implement HYPERVISOR_memory_op
,
David Woodhouse
,
2023/01/28
[PATCH 0/3] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
,
Xuan Zhuo
,
2023/01/28
[PATCH 3/3] virtio-net: virtio_net_flush_tx() check for per-queue reset
,
Xuan Zhuo
,
2023/01/28
[PATCH 2/3] virtio: struct VirtQueue introduce reset
,
Xuan Zhuo
,
2023/01/28
Re: [PATCH 2/3] virtio: struct VirtQueue introduce reset
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH 2/3] virtio: struct VirtQueue introduce reset
,
Xuan Zhuo
,
2023/01/28
Re: [PATCH 2/3] virtio: struct VirtQueue introduce reset
,
Michael S. Tsirkin
,
2023/01/28
[PATCH 1/3] virtio: move struct VirtQueue to include file
,
Xuan Zhuo
,
2023/01/28
Re: [PATCH 1/3] virtio: move struct VirtQueue to include file
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH 1/3] virtio: move struct VirtQueue to include file
,
Xuan Zhuo
,
2023/01/28
[PATCH v5 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/28
[PATCH v5 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/28
[PATCH v5 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/28
[PATCH v5 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/28
[PATCH v5 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/28
[PATCH v5 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/28
Re: [PATCH v2 02/12] block/file: Add file-specific image info
,
Eric Blake
,
2023/01/27
RFC: towards systemd socket activation in q-s-d
,
Eric Blake
,
2023/01/27
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
2023/01/28
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
2023/01/30
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
2023/01/30
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
2023/01/30
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
2023/01/30
Re: RFC: towards systemd socket activation in q-s-d
,
Richard W.M. Jones
,
2023/01/30
Re: RFC: towards systemd socket activation in q-s-d
,
Kevin Wolf
,
2023/01/31
Re: RFC: towards systemd socket activation in q-s-d
,
Daniel P . Berrangé
,
2023/01/31
[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Helge Deller
,
2023/01/27
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Richard Henderson
,
2023/01/27
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Helge Deller
,
2023/01/30
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Laurent Vivier
,
2023/01/31
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Helge Deller
,
2023/01/31
Re: [PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
,
Laurent Vivier
,
2023/01/31
[PATCH: fix for virt instr exception] target/riscv: fix for virtual instr exception
,
Deepak Gupta
,
2023/01/27
Re: [PATCH: fix for virt instr exception] target/riscv: fix for virtual instr exception
,
Deepak Gupta
,
2023/01/27
Re: [PATCH: fix for virt instr exception] target/riscv: fix for virtual instr exception
,
Alistair Francis
,
2023/01/29
[PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
,
Peter Maydell
,
2023/01/27
[PATCH 01/23] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
,
Peter Maydell
,
2023/01/27
Re: [PATCH 01/23] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
,
Richard Henderson
,
2023/01/27
[PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
,
Peter Maydell
,
2023/01/27
Re: [PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
,
Richard Henderson
,
2023/01/28
[PATCH 02/23] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
,
Peter Maydell
,
2023/01/27
Re: [PATCH 02/23] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
,
Richard Henderson
,
2023/01/27
[PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
,
Peter Maydell
,
2023/01/27
Re: [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
,
Richard Henderson
,
2023/01/28
[PATCH 05/23] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
,
Peter Maydell
,
2023/01/27
Re: [PATCH 05/23] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
,
Richard Henderson
,
2023/01/27
[PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
,
Peter Maydell
,
2023/01/27
Re: [PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
,
Richard Henderson
,
2023/01/27
Re: [PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
,
Peter Maydell
,
2023/01/28
[PATCH 14/23] target/arm: Mark up sysregs for HDFGRTR bits 0..11
,
Peter Maydell
,
2023/01/27
Re: [PATCH 14/23] target/arm: Mark up sysregs for HDFGRTR bits 0..11
,
Richard Henderson
,
2023/01/27
[PATCH 13/23] target/arm: Mark up sysregs for HFGRTR bits 36..63
,
Peter Maydell
,
2023/01/27
Re: [PATCH 13/23] target/arm: Mark up sysregs for HFGRTR bits 36..63
,
Richard Henderson
,
2023/01/27
[PATCH 04/23] target/arm: Move do_coproc_insn() syndrome calculation earlier
,
Peter Maydell
,
2023/01/27
Re: [PATCH 04/23] target/arm: Move do_coproc_insn() syndrome calculation earlier
,
Richard Henderson
,
2023/01/27
[PATCH 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
,
Peter Maydell
,
2023/01/27
Re: [PATCH 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
,
Richard Henderson
,
2023/01/28
[PATCH 12/23] target/arm: Mark up sysregs for HFGRTR bits 24..35
,
Peter Maydell
,
2023/01/27
Re: [PATCH 12/23] target/arm: Mark up sysregs for HFGRTR bits 24..35
,
Richard Henderson
,
2023/01/27
[PATCH 09/23] target/arm: Implement FGT trapping infrastructure
,
Peter Maydell
,
2023/01/27
Re: [PATCH 09/23] target/arm: Implement FGT trapping infrastructure
,
Richard Henderson
,
2023/01/27
[PATCH 11/23] target/arm: Mark up sysregs for HFGRTR bits 12..23
,
Peter Maydell
,
2023/01/27
Re: [PATCH 11/23] target/arm: Mark up sysregs for HFGRTR bits 12..23
,
Richard Henderson
,
2023/01/27
[PATCH 07/23] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
,
Peter Maydell
,
2023/01/27
Re: [PATCH 07/23] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
,
Richard Henderson
,
2023/01/27
[PATCH 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
,
Peter Maydell
,
2023/01/27
Re: [PATCH 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
,
Richard Henderson
,
2023/01/28
[PATCH 10/23] target/arm: Mark up sysregs for HFGRTR bits 0..11
,
Peter Maydell
,
2023/01/27
Re: [PATCH 10/23] target/arm: Mark up sysregs for HFGRTR bits 0..11
,
Richard Henderson
,
2023/01/27
[PATCH 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
,
Peter Maydell
,
2023/01/27
Re: [PATCH 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
,
Richard Henderson
,
2023/01/28
[PATCH 08/23] target/arm: Define the FEAT_FGT registers
,
Peter Maydell
,
2023/01/27
Re: [PATCH 08/23] target/arm: Define the FEAT_FGT registers
,
Richard Henderson
,
2023/01/27
[PATCH 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
,
Peter Maydell
,
2023/01/27
Re: [PATCH 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
,
Richard Henderson
,
2023/01/28
[PATCH 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
,
Peter Maydell
,
2023/01/27
Re: [PATCH 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
,
Richard Henderson
,
2023/01/28
[PATCH 03/23] target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}
,
Peter Maydell
,
2023/01/27
Re: [PATCH 03/23] target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}
,
Richard Henderson
,
2023/01/27
[PATCH 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
,
Peter Maydell
,
2023/01/27
Re: [PATCH 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
,
Richard Henderson
,
2023/01/28
[PATCH 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
,
Peter Maydell
,
2023/01/27
Re: [PATCH 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
,
Richard Henderson
,
2023/01/28
Re: [PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
,
Peter Maydell
,
2023/01/27
[PATCH 0/7] PC cleanups
,
Bernhard Beschow
,
2023/01/27
[PATCH 3/7] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
,
Bernhard Beschow
,
2023/01/27
[PATCH 1/7] hw/pci-host/i440fx: Inline sysbus_add_io()
,
Bernhard Beschow
,
2023/01/27
[PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
,
Bernhard Beschow
,
2023/01/27
Re: [PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
,
BALATON Zoltan
,
2023/01/27
Re: [PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
,
Bernhard Beschow
,
2023/01/29
[PATCH 5/7] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
,
Bernhard Beschow
,
2023/01/27
Re: [PATCH 5/7] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
,
Philippe Mathieu-Daudé
,
2023/01/27
[PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
,
Bernhard Beschow
,
2023/01/27
Re: [PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
,
BALATON Zoltan
,
2023/01/27
Re: [PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
,
Bernhard Beschow
,
2023/01/29
Re: [PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
,
BALATON Zoltan
,
2023/01/29
[PATCH 7/7] hw/i386/pc: Initialize ram_memory variable directly
,
Bernhard Beschow
,
2023/01/27
Re: [PATCH 7/7] hw/i386/pc: Initialize ram_memory variable directly
,
Philippe Mathieu-Daudé
,
2023/01/27
[PATCH 2/7] hw/pci-host/q35: Inline sysbus_add_io()
,
Bernhard Beschow
,
2023/01/27
Call for GSoC and Outreachy project ideas for summer 2023
,
Stefan Hajnoczi
,
2023/01/27
Re: Call for GSoC and Outreachy project ideas for summer 2023
,
Warner Losh
,
2023/01/27
Re: Call for GSoC and Outreachy project ideas for summer 2023
,
Stefan Hajnoczi
,
2023/01/27
[RFC PATCH 00/16] arm: Run Arm CCA VMs with KVM
,
Jean-Philippe Brucker
,
2023/01/27
[RFC PATCH 03/16] target/arm/kvm-rme: Initialize realm
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 03/16] target/arm/kvm-rme: Initialize realm
,
Richard Henderson
,
2023/01/27
[RFC PATCH 01/16] NOMERGE: Add KVM Arm RME definitions to Linux headers
,
Jean-Philippe Brucker
,
2023/01/27
[RFC PATCH 07/16] target/arm/kvm: Select RME VM type for the scratch VM
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 07/16] target/arm/kvm: Select RME VM type for the scratch VM
,
Richard Henderson
,
2023/01/27
[RFC PATCH 02/16] target/arm: Add confidential guest support
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 02/16] target/arm: Add confidential guest support
,
Richard Henderson
,
2023/01/27
Re: [RFC PATCH 02/16] target/arm: Add confidential guest support
,
Philippe Mathieu-Daudé
,
2023/01/27
[RFC PATCH 04/16] hw/arm/virt: Add support for Arm RME
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 04/16] hw/arm/virt: Add support for Arm RME
,
Richard Henderson
,
2023/01/27
[RFC PATCH 05/16] target/arm/kvm: Split kvm_arch_get/put_registers
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 05/16] target/arm/kvm: Split kvm_arch_get/put_registers
,
Richard Henderson
,
2023/01/27
[RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
,
Richard Henderson
,
2023/01/27
Re: [RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
,
Richard Henderson
,
2023/01/27
Re: [RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
,
Richard Henderson
,
2023/01/27
[RFC PATCH 08/16] target/arm/kvm-rme: Populate the realm with boot images
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 08/16] target/arm/kvm-rme: Populate the realm with boot images
,
Richard Henderson
,
2023/01/27
[RFC PATCH 09/16] hw/arm/boot: Populate realm memory with boot images
,
Jean-Philippe Brucker
,
2023/01/27
[RFC PATCH 13/16] target/arm/kvm-rme: Add breakpoints and watchpoints parameters
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 13/16] target/arm/kvm-rme: Add breakpoints and watchpoints parameters
,
Richard Henderson
,
2023/01/27
[RFC PATCH 10/16] target/arm/kvm-rme: Add measurement algorithm property
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 10/16] target/arm/kvm-rme: Add measurement algorithm property
,
Richard Henderson
,
2023/01/27
[RFC PATCH 11/16] target/arm/kvm-rme: Add Realm Personalization Value parameter
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 11/16] target/arm/kvm-rme: Add Realm Personalization Value parameter
,
Richard Henderson
,
2023/01/27
[RFC PATCH 12/16] target/arm/kvm-rme: Add Realm SVE vector length
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 12/16] target/arm/kvm-rme: Add Realm SVE vector length
,
Richard Henderson
,
2023/01/27
Re: [RFC PATCH 12/16] target/arm/kvm-rme: Add Realm SVE vector length
,
Richard Henderson
,
2023/01/27
[RFC PATCH 14/16] target/arm/kvm-rme: Add PMU num counters parameters
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 14/16] target/arm/kvm-rme: Add PMU num counters parameters
,
Richard Henderson
,
2023/01/27
[RFC PATCH 15/16] target/arm/kvm: Disable Realm reboot
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 15/16] target/arm/kvm: Disable Realm reboot
,
Richard Henderson
,
2023/01/27
[RFC PATCH 16/16] target/arm/kvm-rme: Disable readonly mappings
,
Jean-Philippe Brucker
,
2023/01/27
Re: [RFC PATCH 16/16] target/arm/kvm-rme: Disable readonly mappings
,
Richard Henderson
,
2023/01/27
[PATCH v3] docs/s390x/pcidevices: document pci devices on s390x
,
Sebastian Mitterle
,
2023/01/27
Re: [PATCH v3] docs/s390x/pcidevices: document pci devices on s390x
,
Cornelia Huck
,
2023/01/27
Re: [PATCH v3] docs/s390x/pcidevices: document pci devices on s390x
,
Thomas Huth
,
2023/01/30
[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 0/5] TriCore instruction bugfixes
,
Bastian Koppelmann
,
2023/01/27
[PATCH 3/5] target/tricore: Fix RRPW_DEXTR
,
Bastian Koppelmann
,
2023/01/27
Re: [PATCH 3/5] target/tricore: Fix RRPW_DEXTR
,
Richard Henderson
,
2023/01/27
[PATCH 2/5] target/tricore: Fix OPC2_32_RCRW_INSERT translation
,
Bastian Koppelmann
,
2023/01/27
Re: [PATCH 2/5] target/tricore: Fix OPC2_32_RCRW_INSERT translation
,
Richard Henderson
,
2023/01/27
[PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation
,
Bastian Koppelmann
,
2023/01/27
Re: [PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation
,
Richard Henderson
,
2023/01/27
[PATCH 4/5] target/tricore: Fix OPC2_32_RRRR_DEXTR
,
Bastian Koppelmann
,
2023/01/27
Re: [PATCH 4/5] target/tricore: Fix OPC2_32_RRRR_DEXTR
,
Richard Henderson
,
2023/01/27
[PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
,
Bastian Koppelmann
,
2023/01/27
Re: [PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
,
Richard Henderson
,
2023/01/27
[PATCH] target/i386: Change CR4 before CR0 in SVM
,
Bernhard Kauer
,
2023/01/27
[PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Sebastian Mitterle
,
2023/01/27
Re: [PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Thomas Huth
,
2023/01/27
Re: [PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Sebastian Mitterle
,
2023/01/27
Re: [PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Cornelia Huck
,
2023/01/27
Re: [PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Sebastian Mitterle
,
2023/01/27
Re: [PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
,
Cédric Le Goater
,
2023/01/27
[PATCH] microvm: update outdated docs
,
Gerd Hoffmann
,
2023/01/27
Re: [PATCH] microvm: update outdated docs
,
Stefan Hajnoczi
,
2023/01/27
[PATCH] hw/xen/xen_pt: fix uninitialized variable
,
Marek Marczykowski-Górecki
,
2023/01/27
Re: [PATCH] hw/xen/xen_pt: fix uninitialized variable
,
Stefano Stabellini
,
2023/01/27
[PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Dave Jiang
,
2023/01/26
Re: [PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Jonathan Cameron
,
2023/01/26
Re: [PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Dave Jiang
,
2023/01/26
Re: [PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Dave Jiang
,
2023/01/26
Re: [PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Jonathan Cameron
,
2023/01/26
Re: [PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
,
Dave Jiang
,
2023/01/26
[PATCH] target/arm: Fix physical address resolution for Stage2
,
Richard Henderson
,
2023/01/26
Re: [PATCH] target/arm: Fix physical address resolution for Stage2
,
Philippe Mathieu-Daudé
,
2023/01/26
[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 03/10] softmmu/ioport: Remove unused functions
,
Bernhard Beschow
,
2023/01/26
[PATCH v2 02/10] softmmu/ioport: Merge portio_list_add() into portio_list_init()
,
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
[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 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 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 10/10] hw/isa/isa-bus: Resolve isabus global
,
Bernhard Beschow
,
2023/01/26
Re: [PATCH v2 00/10] Resolve isabus global
,
Bernhard Beschow
,
2023/01/30
Outdated QEMU microvm documentation
,
Stefan Hajnoczi
,
2023/01/26
Migration of download.qemu.org server in progress
,
Stefan Hajnoczi
,
2023/01/26
Re: Migration of download.qemu.org server in progress
,
Stefan Hajnoczi
,
2023/01/26
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
2023/01/26
[PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Stefan Hajnoczi
,
2023/01/26
Re: [PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
,
Eric Blake
,
2023/01/27
[PATCH 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Stefan Hajnoczi
,
2023/01/26
Re: [PATCH 1/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
,
Fiona Ebner
,
2023/01/27
[PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
2023/01/26
Re: [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Eric Blake
,
2023/01/27
Re: [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
,
Stefan Hajnoczi
,
2023/01/30
[PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
2023/01/26
Re: [PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Eric Blake
,
2023/01/27
Re: [PATCH 3/4] qemu-io: add -r option to register I/O buffer
,
Stefan Hajnoczi
,
2023/01/30
[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
,
Avihai Horon
,
2023/01/26
[PATCH 02/18] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
,
Avihai Horon
,
2023/01/26
[PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Avihai Horon
,
2023/01/26
Re: [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Alex Williamson
,
2023/01/26
Re: [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Avihai Horon
,
2023/01/31
Re: [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Alex Williamson
,
2023/01/31
Re: [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Jason Gunthorpe
,
2023/01/31
Re: [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
,
Alex Williamson
,
2023/01/31
[PATCH 03/18] vfio/common: Fix wrong %m usages
,
Avihai Horon
,
2023/01/26
[PATCH 04/18] vfio/common: Abort migration if dirty log start/stop/sync fails
,
Avihai Horon
,
2023/01/26
[PATCH 07/18] util: Extend iova_tree_foreach() to take data argument
,
Avihai Horon
,
2023/01/26
[PATCH 05/18] vfio/common: Add VFIOBitmap and (de)alloc functions
,
Avihai Horon
,
2023/01/26
Re: [PATCH 05/18] vfio/common: Add VFIOBitmap and (de)alloc functions
,
Alex Williamson
,
2023/01/27
[PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
,
Avihai Horon
,
2023/01/26
Re: [PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
,
Alex Williamson
,
2023/01/27
[PATCH 09/18] vfio/common: Add device dirty page tracking start/stop
,
Avihai Horon
,
2023/01/26
[PATCH 06/18] util: Add iova_tree_nnodes()
,
Avihai Horon
,
2023/01/26
[PATCH 17/18] vfio/migration: Query device dirty page tracking support
,
Avihai Horon
,
2023/01/26
[PATCH 11/18] vfio/common: Add device dirty page bitmap sync
,
Avihai Horon
,
2023/01/26
Re: [PATCH 11/18] vfio/common: Add device dirty page bitmap sync
,
Alex Williamson
,
2023/01/27
[PATCH 13/18] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
,
Avihai Horon
,
2023/01/26
[PATCH 16/18] vfio/common: Optimize device dirty page tracking with vIOMMU
,
Avihai Horon
,
2023/01/26
[PATCH 12/18] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
,
Avihai Horon
,
2023/01/26
[PATCH 14/18] intel-iommu: Implement get_attr() method
,
Avihai Horon
,
2023/01/26
[PATCH 15/18] vfio/common: Support device dirty page tracking with vIOMMU
,
Avihai Horon
,
2023/01/26
[PATCH 10/18] vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
,
Avihai Horon
,
2023/01/26
[PATCH 18/18] docs/devel: Document VFIO device dirty page tracking
,
Avihai Horon
,
2023/01/26
[PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
,
Kevin Wolf
,
2023/01/26
[PATCH 01/13] block-coroutine-wrapper: Introduce no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 02/13] block: Create no_co_wrappers for open functions
,
Kevin Wolf
,
2023/01/26
[PATCH 03/13] luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 06/13] qcow2: Fix open/create to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 04/13] parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 07/13] qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 08/13] vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 09/13] vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 05/13] qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 10/13] vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 12/13] block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 11/13] vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
,
Kevin Wolf
,
2023/01/26
[PATCH 13/13] block: Assert non-coroutine context for bdrv_open_inherit()
,
Kevin Wolf
,
2023/01/26
Re: [PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
,
Emanuele Giuseppe Esposito
,
2023/01/27
Re: [PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
,
Laurent Vivier
,
2023/01/26
Re: [PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
,
Helge Deller
,
2023/01/26
Re: [PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
,
Laurent Vivier
,
2023/01/26
[PATCH v2] linux-user: Fix SO_ERROR return code of getsockopt()
,
Helge Deller
,
2023/01/27
Re: [PATCH v2] linux-user: Fix SO_ERROR return code of getsockopt()
,
Richard Henderson
,
2023/01/27
Re: [PATCH v2] linux-user: Fix SO_ERROR return code of getsockopt()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v2] linux-user: Fix SO_ERROR return code of getsockopt()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH] linux-user: Improve strace output of personality() and sysinfo()
,
Laurent Vivier
,
2023/01/26
[PATCH v2] linux-user: Improve strace output of personality() and sysinfo()
,
Helge Deller
,
2023/01/27
Re: [PATCH v2] linux-user: Improve strace output of personality() and sysinfo()
,
Richard Henderson
,
2023/01/27
Re: [PATCH v2] linux-user: Improve strace output of personality() and sysinfo()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v2] linux-user: Improve strace output of personality() and sysinfo()
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
,
Laurent Vivier
,
2023/01/26
[PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
,
Helge Deller
,
2023/01/27
Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
,
Richard Henderson
,
2023/01/27
Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
,
Laurent Vivier
,
2023/01/30
Re: [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
,
Laurent Vivier
,
2023/01/30
[PATCH v2] hw/arm/smmuv3: Add GBPA register
,
Mostafa Saleh
,
2023/01/26
[PATCH v4 0/3] riscv_load_fdt() semantics change
,
Daniel Henrique Barboza
,
2023/01/26
[PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Daniel Henrique Barboza
,
2023/01/26
Re: [PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Bin Meng
,
2023/01/28
Re: [PATCH v4 1/3] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Bin Meng
,
2023/01/28
[PATCH v4 2/3] hw/riscv: split fdt address calculation from fdt load
,
Daniel Henrique Barboza
,
2023/01/26
Re: [PATCH v4 2/3] hw/riscv: split fdt address calculation from fdt load
,
Bin Meng
,
2023/01/29
[PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Daniel Henrique Barboza
,
2023/01/26
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Bin Meng
,
2023/01/29
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Daniel Henrique Barboza
,
2023/01/30
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Daniel Henrique Barboza
,
2023/01/30
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Bin Meng
,
2023/01/30
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Daniel Henrique Barboza
,
2023/01/31
Re: [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics
,
Bin Meng
,
2023/01/31
Re: [PATCH v4 0/3] riscv_load_fdt() semantics change
,
Conor Dooley
,
2023/01/26
no more pullreq processing til February
,
Peter Maydell
,
2023/01/26
Re: no more pullreq processing til February
,
Eldon Stegall
,
2023/01/26
Re: no more pullreq processing til February
,
Alex Bennée
,
2023/01/26
Re: no more pullreq processing til February
,
Peter Maydell
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/26
Re: no more pullreq processing til February
,
Eldon Stegall
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/27
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/26
Re: no more pullreq processing til February
,
Gerd Hoffmann
,
2023/01/27
Re: no more pullreq processing til February
,
Alex Bennée
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel Henrique Barboza
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/26
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/26
Re: no more pullreq processing til February
,
Peter Maydell
,
2023/01/26
Re: no more pullreq processing til February
,
Thomas Huth
,
2023/01/26
Re: no more pullreq processing til February
,
Alex Bennée
,
2023/01/26
Re: no more pullreq processing til February
,
Stefan Hajnoczi
,
2023/01/26
Re: no more pullreq processing til February
,
Peter Maydell
,
2023/01/26
Re: no more pullreq processing til February
,
Thomas Huth
,
2023/01/27
Re: no more pullreq processing til February
,
Kevin Wolf
,
2023/01/27
Re: no more pullreq processing til February
,
Daniel P . Berrangé
,
2023/01/27
Re: no more pullreq processing til February
,
Peter Maydell
,
2023/01/27
Re: no more pullreq processing til February
,
Peter Maydell
,
2023/01/27
Re: no more pullreq processing til February
,
Markus Armbruster
,
2023/01/27
[PATCH] m68k: fix 'bkpt' instruction in softmmu mode
,
Laurent Vivier
,
2023/01/26
Re: [PATCH] m68k: fix 'bkpt' instruction in softmmu mode
,
Richard Henderson
,
2023/01/26
Re: [PATCH] m68k: fix 'bkpt' instruction in softmmu mode
,
Mark Cave-Ayland
,
2023/01/26
Re: [PATCH] m68k: fix 'bkpt' instruction in softmmu mode
,
Laurent Vivier
,
2023/01/27
[PATCH v2] docs/about/deprecated: Mark HAXM in QEMU as deprecated
,
Thomas Huth
,
2023/01/26
Re: [PATCH v2] docs/about/deprecated: Mark HAXM in QEMU as deprecated
,
Daniel P . Berrangé
,
2023/01/26
[PATCH] sbsa-ref: remove cortex-a76 from list of supported cpus
,
Marcin Juszkiewicz
,
2023/01/26
Re: [PATCH] sbsa-ref: remove cortex-a76 from list of supported cpus
,
Alex Bennée
,
2023/01/26
Re: [PATCH] sbsa-ref: remove cortex-a76 from list of supported cpus
,
Richard Henderson
,
2023/01/26
[PULL 00/35] Testing, docs, semihosting and plugin updates
,
Alex Bennée
,
2023/01/26
[PULL 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Alex Bennée
,
2023/01/26
[PULL 04/35] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Alex Bennée
,
2023/01/26
[PULL 01/35] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/26
[PULL 03/35] gitlab: just use plain --cc=clang for custom runner build
,
Alex Bennée
,
2023/01/26
[PULL 05/35] build-sys: fix crlf-ending C code
,
Alex Bennée
,
2023/01/26
[PULL 10/35] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/26
[PULL 12/35] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/26
[PULL 07/35] meson: replace Perl usage with Python
,
Alex Bennée
,
2023/01/26
[PULL 08/35] docs: drop texinfo options
,
Alex Bennée
,
2023/01/26
[PULL 17/35] gitlab: wrap up test results for custom runners
,
Alex Bennée
,
2023/01/26
[PULL 11/35] lcitool: drop perl from QEMU project/dependencies
,
Alex Bennée
,
2023/01/26
[PULL 06/35] .gitlab-ci.d/windows: do not disable opengl
,
Alex Bennée
,
2023/01/26
[PULL 18/35] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Alex Bennée
,
2023/01/26
[PULL 14/35] tests/docker: drop debian-tricore-cross's partial status
,
Alex Bennée
,
2023/01/26
[PULL 28/35] thread: de-const qemu_spin_destroy
,
Alex Bennée
,
2023/01/26
[PULL 13/35] tests/docker: Install flex in debian-tricore-cross
,
Alex Bennée
,
2023/01/26
[PULL 15/35] tests/tcg: skip the vma-pthread test on CI
,
Alex Bennée
,
2023/01/26
[PULL 20/35] docs: add a new section to outline emulation support
,
Alex Bennée
,
2023/01/26
[PULL 29/35] util/qht: use striped locks under TSAN
,
Alex Bennée
,
2023/01/26
[PULL 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
,
Alex Bennée
,
2023/01/26
[PULL 16/35] tests/tcg: Use SIGKILL for timeout
,
Alex Bennée
,
2023/01/26
[PULL 30/35] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Alex Bennée
,
2023/01/26
[PULL 26/35] cpu: free cpu->tb_jmp_cache with RCU
,
Alex Bennée
,
2023/01/26
[PULL 34/35] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Alex Bennée
,
2023/01/26
[PULL 32/35] translator: always pair plugin_gen_insn_{start, end} calls
,
Alex Bennée
,
2023/01/26
[PULL 31/35] plugins: fix optimization in plugin_gen_disable_mem_helpers
,
Alex Bennée
,
2023/01/26
[PULL 24/35] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/26
[PULL 23/35] semihosting: Write back semihosting data before completion callback
,
Alex Bennée
,
2023/01/26
[PULL 19/35] docs: add hotlinks to about preface text
,
Alex Bennée
,
2023/01/26
[PULL 35/35] plugins: Iterate on cb_lists in qemu_plugin_user_exit
,
Alex Bennée
,
2023/01/26
[PULL 27/35] util/qht: add missing atomic_set(hashes[i])
,
Alex Bennée
,
2023/01/26
[PULL 21/35] semihosting: add semihosting section to the docs
,
Alex Bennée
,
2023/01/26
[PULL 33/35] tcg: exclude non-memory effecting helpers from instrumentation
,
Alex Bennée
,
2023/01/26
[PULL 22/35] docs: add an introduction to the system docs
,
Alex Bennée
,
2023/01/26
[PULL 25/35] tests/tcg: add memory-sve test for aarch64
,
Alex Bennée
,
2023/01/26
[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 02/26] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 05/26] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 04/26] e1000: Use hw/net/mii.h
,
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 08/26] e1000e: Use more constant definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 10/26] e1000e: Use memcpy to intialize registers
,
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 13/26] e1000: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 07/26] e1000: Use more constant definitions
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 15/26] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 18/26] net: Check L4 header size
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 14/26] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 12/26] e1000e: Improve software reset
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 17/26] e1000e: Remove extra pointer indirection
,
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 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 03/26] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 16/26] e1000e: Set MII_ANER_NWAY
,
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 24/26] hw/net/net_tx_pkt: Implement TCP segmentation
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 23/26] e1000e: Perform software segmentation for loopback
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 25/26] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
,
Akihiko Odaki
,
2023/01/26
[PATCH v3 26/26] MAINTAINERS: Add e1000e test files
,
Akihiko Odaki
,
2023/01/26
[PATCH qemu 0/1] Minor doc patch
,
~gurjeet
,
2023/01/26
[PATCH qemu 1/1] Remove a stray "@end table" marker
,
~gurjeet
,
2023/01/26
Re: [PATCH qemu 1/1] Remove a stray "@end table" marker
,
Richard Henderson
,
2023/01/25
[PATCH qemu] Remove a stray "@end table" marker
,
~gurjeet
,
2023/01/26
[PATCH 0/2] hw/cxl: CXL Event processing fixups
,
Ira Weiny
,
2023/01/26
[PATCH 1/2] hw/cxl: Fix event log time stamp fields
,
Ira Weiny
,
2023/01/26
Re: [PATCH 1/2] hw/cxl: Fix event log time stamp fields
,
Jonathan Cameron
,
2023/01/26
Re: [PATCH 1/2] hw/cxl: Fix event log time stamp fields
,
Ira Weiny
,
2023/01/26
[PATCH 2/2] hw/cxl: Remove check for g_new0() failure
,
Ira Weiny
,
2023/01/26
Re: [PATCH 2/2] hw/cxl: Remove check for g_new0() failure
,
Jonathan Cameron
,
2023/01/26
[PATCH v5 0/4] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/26
[PATCH v5 1/4] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/26
[PATCH v5 0/4] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/26
[PATCH v5 1/4] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/26
Re: [PATCH v5 1/4] memory: prevent dma-reentracy issues
,
Peter Xu
,
2023/01/26
[PATCH v5 2/4] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
2023/01/26
[PATCH v5 3/4] checkpatch: add qemu_bh_new/aio_bh_new checks
,
Alexander Bulekov
,
2023/01/26
Re: [PATCH v5 3/4] checkpatch: add qemu_bh_new/aio_bh_new checks
,
Stefan Hajnoczi
,
2023/01/26
[PATCH v5 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
,
Alexander Bulekov
,
2023/01/26
Re: [PATCH v5 0/4] memory: prevent dma-reentracy issues
,
Darren Kenny
,
2023/01/26
[PATCH v5 00/36] tcg: Support for Int128 with helpers
,
Richard Henderson
,
2023/01/25
[PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Alex Bennée
,
2023/01/26
Re: [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
,
Richard Henderson
,
2023/01/26
[PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
,
Alex Bennée
,
2023/01/27
Re: [PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
,
Richard Henderson
,
2023/01/27
[PATCH v5 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
,
Richard Henderson
,
2023/01/25
[PATCH v5 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
,
Richard Henderson
,
2023/01/25
[PATCH v5 04/36] tcg: Introduce tcg_out_addi_ptr
,
Richard Henderson
,
2023/01/25
[PATCH v5 07/36] tcg: Add TCG_CALL_RET_BY_VEC
,
Richard Henderson
,
2023/01/25
[PATCH v5 06/36] tcg: Introduce tcg_target_call_oarg_reg
,
Richard Henderson
,
2023/01/25
[PATCH v5 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Alex Bennée
,
2023/01/27
[PATCH v5 08/36] include/qemu/int128: Use Int128 structure for TCI
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 08/36] include/qemu/int128: Use Int128 structure for TCI
,
Alex Bennée
,
2023/01/27
[PATCH v5 10/36] tcg/tci: Fix big-endian return register ordering
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 10/36] tcg/tci: Fix big-endian return register ordering
,
Alex Bennée
,
2023/01/27
[PATCH v5 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Alex Bennée
,
2023/01/27
Re: [PATCH v5 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/27
[PATCH v5 12/36] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 12/36] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Alex Bennée
,
2023/01/27
[PATCH v5 14/36] tcg: Add basic data movement for TCGv_i128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 14/36] tcg: Add basic data movement for TCGv_i128
,
Alex Bennée
,
2023/01/27
[PATCH v5 13/36] tcg: Add temp allocation for TCGv_i128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 13/36] tcg: Add temp allocation for TCGv_i128
,
Alex Bennée
,
2023/01/27
Re: [PATCH v5 13/36] tcg: Add temp allocation for TCGv_i128
,
Richard Henderson
,
2023/01/27
[PATCH v5 15/36] tcg: Add guest load/store primitives for TCGv_i128
,
Richard Henderson
,
2023/01/25
[PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Philippe Mathieu-Daudé
,
2023/01/26
Re: [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Richard Henderson
,
2023/01/27
Re: [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
Philippe Mathieu-Daudé
,
2023/01/27
[PATCH v5 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
,
Philippe Mathieu-Daudé
,
2023/01/26
Re: [PATCH v5 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
,
Richard Henderson
,
2023/01/27
[PATCH v5 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
,
Richard Henderson
,
2023/01/25
[PATCH v5 23/36] tests/tcg/s390x: Add long-double.c
,
Richard Henderson
,
2023/01/25
[PATCH v5 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
,
Richard Henderson
,
2023/01/25
[PATCH v5 22/36] tests/tcg/s390x: Add clst.c
,
Richard Henderson
,
2023/01/25
[PATCH v5 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
,
Richard Henderson
,
2023/01/25
[PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
,
David Hildenbrand
,
2023/01/26
Re: [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
,
Philippe Mathieu-Daudé
,
2023/01/26
[PATCH v5 26/36] target/s390x: Use Int128 for return from CLST
,
Richard Henderson
,
2023/01/25
[PATCH v5 28/36] target/s390x: Use Int128 for return from TRE
,
Richard Henderson
,
2023/01/25
[PATCH v5 25/36] target/s390x: Use a single return for helper_divs64/u64
,
Richard Henderson
,
2023/01/25
[PATCH v5 27/36] target/s390x: Use Int128 for return from CKSM
,
Richard Henderson
,
2023/01/25
[PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
David Hildenbrand
,
2023/01/26
Re: [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
Richard Henderson
,
2023/01/26
Re: [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
,
David Hildenbrand
,
2023/01/27
[PATCH v5 21/36] tests/tcg/s390x: Add div.c
,
Richard Henderson
,
2023/01/25
[PATCH v5 35/36] target/i386: Inline cmpxchg8b
,
Richard Henderson
,
2023/01/25
[PATCH v5 29/36] target/s390x: Copy wout_x1 to wout_x1_P
,
Richard Henderson
,
2023/01/25
[PATCH v5 30/36] target/s390x: Use Int128 for returning float128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 30/36] target/s390x: Use Int128 for returning float128
,
David Hildenbrand
,
2023/01/26
[PATCH v5 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
,
Richard Henderson
,
2023/01/25
[PATCH v5 36/36] target/i386: Inline cmpxchg16b
,
Richard Henderson
,
2023/01/25
[PATCH v5 31/36] target/s390x: Use Int128 for passing float128
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 31/36] target/s390x: Use Int128 for passing float128
,
David Hildenbrand
,
2023/01/26
[PATCH v5 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
,
Richard Henderson
,
2023/01/25
Re: [PATCH v5 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
,
David Hildenbrand
,
2023/01/26
[PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/25
[PATCH 1/3] linux-headers: Update to v6.1
,
Peter Xu
,
2023/01/25
[PATCH 2/3] util/userfaultfd: Add uffd_open()
,
Peter Xu
,
2023/01/25
Re: [PATCH 2/3] util/userfaultfd: Add uffd_open()
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [PATCH 2/3] util/userfaultfd: Add uffd_open()
,
Peter Xu
,
2023/01/26
[PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/25
Re: [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/26
Re: [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Daniel P . Berrangé
,
2023/01/26
Re: [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Daniel P . Berrangé
,
2023/01/26
Re: [PATCH 3/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Michal Prívozník
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Dr. David Alan Gilbert
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Michal Prívozník
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Daniel P . Berrangé
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/26
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/31
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Daniel P . Berrangé
,
2023/01/31
Re: [PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
,
Peter Xu
,
2023/01/31
[PATCH] docs/s390x/pcidevices: document pci devices on s390x
,
Sebastian Mitterle
,
2023/01/25
Re: [PATCH] docs/s390x/pcidevices: document pci devices on s390x
,
Cédric Le Goater
,
2023/01/26
[PATCH v8 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/25
[PATCH v8 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v8 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Bin Meng
,
2023/01/29
[PATCH v8 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v8 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Bin Meng
,
2023/01/29
[PATCH v8 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v8 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/25
Re: [PATCH v8 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/31
Re: [PATCH v8 3/5] riscv: Allow user to set the satp mode
,
Bin Meng
,
2023/01/29
Re: [PATCH v8 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/31
[PATCH v8 4/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v8 4/5] riscv: Introduce satp mode hw capabilities
,
Bin Meng
,
2023/01/29
Re: [PATCH v8 4/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/31
[PATCH v8 5/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v8 5/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Bin Meng
,
2023/01/29
[PATCH V1] meson: fix dependency on qemu-keymap
,
Steve Sistare
,
2023/01/25
[PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
,
Jonathan Cameron
,
2023/01/25
[PATCH 1/2] hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpers
,
Jonathan Cameron
,
2023/01/25
[PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Jonathan Cameron
,
2023/01/25
Message not available
Re: [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Fan Ni
,
2023/01/26
Re: [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Jonathan Cameron
,
2023/01/27
Re: [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Fan Ni
,
2023/01/27
Re: [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Jonathan Cameron
,
2023/01/27
[PATCH 1/2] linux-user: Show SIGCHLD in clone() strace output
,
Helge Deller
,
2023/01/25
[PATCH 2/2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Helge Deller
,
2023/01/25
Re: [PATCH 2/2] linux-user: Show 4th argument of rt_sigprocmask() in strace
,
Laurent Vivier
,
2023/01/30
Re: [PATCH 1/2] linux-user: Show SIGCHLD in clone() strace output
,
Helge Deller
,
2023/01/25
Re: [PATCH v2] linux-user: fix getgroups/setgroups allocations
,
Laurent Vivier
,
2023/01/25
Re: [PATCH] linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
,
Laurent Vivier
,
2023/01/25
Re: [PATCH] linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
,
Laurent Vivier
,
2023/01/25
[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 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 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 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] docs/about/deprecated: Mark HAXM as deprecated
,
Thomas Huth
,
2023/01/25
Re: [PATCH] docs/about/deprecated: Mark HAXM as deprecated
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [PATCH] docs/about/deprecated: Mark HAXM as deprecated
,
Daniel P . Berrangé
,
2023/01/25
Re: [PATCH] docs/about/deprecated: Mark HAXM as deprecated
,
Thomas Huth
,
2023/01/25
Re: [PATCH v5 0/5] linux-user: implement execveat
,
Laurent Vivier
,
2023/01/25
Re: [PATCH v5 0/5] linux-user: implement execveat
,
Drew DeVault
,
2023/01/25
Re: [PATCH v5 4/5] linux-user/syscall: Extract do_execve() from do_syscall1()
,
Laurent Vivier
,
2023/01/25
Re: [PATCH v5 3/5] linux-user/strace: Add output for execveat() syscall
,
Laurent Vivier
,
2023/01/25
Re: [PATCH v5 2/5] linux-user/strace: Extract print_execve_argv() from print_execve()
,
Laurent Vivier
,
2023/01/25
Re: [PATCH v5 1/5] linux-user/strace: Constify struct flags
,
Laurent Vivier
,
2023/01/25
[QEMU][PATCH v4 00/10] Introduce xenpvh machine for arm architecture
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [QEMU][PATCH v4 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
,
Stefano Stabellini
,
2023/01/25
[QEMU][PATCH v4 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
,
Stefano Stabellini
,
2023/01/25
[QEMU][PATCH v4 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Stefano Stabellini
,
2023/01/25
Re: [QEMU][PATCH v4 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v4 07/10] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 07/10] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
,
Stefano Stabellini
,
2023/01/25
Re: [QEMU][PATCH v4 07/10] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
,
Frediano Ziglio
,
2023/01/26
[QEMU][PATCH v4 09/10] hw/arm: introduce xenpvh machine
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 09/10] hw/arm: introduce xenpvh machine
,
Stefano Stabellini
,
2023/01/25
Re: [QEMU][PATCH v4 09/10] hw/arm: introduce xenpvh machine
,
Vikram Garhwal
,
2023/01/25
Re: [QEMU][PATCH v4 09/10] hw/arm: introduce xenpvh machine
,
Stefano Stabellini
,
2023/01/26
[QEMU][PATCH v4 10/10] meson.build: enable xenpv machine build for ARM
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 00/10] Introduce xenpvh machine for arm architecture
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 07/10] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 04/12] xen_arm: Add "accel = xen" and drop extra interface openings
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 09/10] hw/arm: introduce xenpvh machine
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
,
Vikram Garhwal
,
2023/01/25
[QEMU][PATCH v3 10/10] meson.build: enable xenpv machine build for ARM
,
Vikram Garhwal
,
2023/01/25
[PATCH v7 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/25
[PATCH v7 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/01/25
[PATCH v7 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alexandre Ghiti
,
2023/01/25
[PATCH v7 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v7 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/25
Re: [PATCH v7 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v7 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/25
[PATCH v7 4/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/25
Re: [PATCH v7 4/5] riscv: Introduce satp mode hw capabilities
,
Andrew Jones
,
2023/01/25
[PATCH v7 5/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alexandre Ghiti
,
2023/01/25
[PATCH v4 00/13] Hexagon: COF overrides, new generator, test/bug update
,
Taylor Simpson
,
2023/01/24
[PATCH v4 03/13] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
,
Taylor Simpson
,
2023/01/24
[PATCH v4 07/13] Hexagon (tests/tcg/hexagon) Update preg_alias.c
,
Taylor Simpson
,
2023/01/24
[PATCH v4 10/13] Hexagon (target/hexagon) Change subtract from zero to change sign
,
Taylor Simpson
,
2023/01/24
[PATCH v4 13/13] Hexagon (target/hexagon) Improve code gen for predicated HVX instructions
,
Taylor Simpson
,
2023/01/24
[PATCH v4 09/13] Hexagon (tests/tcg/hexagon) Enable HVX tests
,
Taylor Simpson
,
2023/01/24
[PATCH v4 02/13] Hexagon (target/hexagon) Add overrides for callr
,
Taylor Simpson
,
2023/01/24
[PATCH v4 05/13] Hexagon (target/hexagon) Analyze packet before generating TCG
,
Taylor Simpson
,
2023/01/24
[PATCH v4 12/13] Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
,
Taylor Simpson
,
2023/01/24
[PATCH v4 06/13] Hexagon (target/hexagon) Analyze packet for HVX
,
Taylor Simpson
,
2023/01/24
[PATCH v4 08/13] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
,
Taylor Simpson
,
2023/01/24
[PATCH v4 11/13] Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
,
Taylor Simpson
,
2023/01/24
[PATCH v4 04/13] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
,
Taylor Simpson
,
2023/01/24
[PATCH v4 01/13] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
,
Taylor Simpson
,
2023/01/24
[PULL 0/7] Python patches
,
John Snow
,
2023/01/24
[PULL 1/7] Fix some typos
,
John Snow
,
2023/01/24
[PULL 2/7] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
2023/01/24
[PULL 4/7] python/qmp: increase read buffer size
,
John Snow
,
2023/01/24
[PULL 3/7] python/machine: Fix AF_UNIX path too long on macOS
,
John Snow
,
2023/01/24
[PULL 6/7] python/qmp/legacy: make QEMUMonitorProtocol accept a socket
,
John Snow
,
2023/01/24
[PULL 5/7] python/qmp/protocol: add open_with_socket()
,
John Snow
,
2023/01/24
[PULL 7/7] python/qemu/machine: use socketpair() for QMP by default
,
John Snow
,
2023/01/24
Re: [PATCH 5.10 00/98] 5.10.165-rc2 review
,
Naresh Kamboju
,
2023/01/24
[PATCH] hw/arm: Use TYPE_ARM_SMMUV3
,
Richard Henderson
,
2023/01/24
Re: [PATCH] hw/arm: Use TYPE_ARM_SMMUV3
,
Philippe Mathieu-Daudé
,
2023/01/24
Re: [PATCH] hw/arm: Use TYPE_ARM_SMMUV3
,
Eric Auger
,
2023/01/25
[PATCH v4 0/3] hw/riscv: misc cleanups
,
Daniel Henrique Barboza
,
2023/01/24
[PATCH v4 1/3] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
,
Daniel Henrique Barboza
,
2023/01/24
[PATCH v4 2/3] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
,
Daniel Henrique Barboza
,
2023/01/24
[PATCH v4 3/3] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
,
Daniel Henrique Barboza
,
2023/01/24
Re: [PATCH v4 0/3] hw/riscv: misc cleanups
,
Alistair Francis
,
2023/01/29
Re: [PATCH] nubus-device: fix memory leak in nubus_device_realize
,
Mauro Matteo Cascella
,
2023/01/24
Re: [PATCH v4 0/2] riscv: Add support for Zicbo[m,z,p] instructions
,
Sudip Mukherjee
,
2023/01/24
[PATCH] linux-user: un-parent OBJECT(cpu) when closing thread
,
Richard Henderson
,
2023/01/24
Re: [PATCH] linux-user: un-parent OBJECT(cpu) when closing thread
,
Laurent Vivier
,
2023/01/25
[PATCH v3 00/14] Add support for the T-Head vendor extensions
,
Christoph Muellner
,
2023/01/24
[PATCH v3 01/14] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 02/14] RISC-V: Adding XTheadSync ISA extension
,
Christoph Muellner
,
2023/01/24
Re: [PATCH v3 02/14] RISC-V: Adding XTheadSync ISA extension
,
Richard Henderson
,
2023/01/24
Re: [PATCH v3 02/14] RISC-V: Adding XTheadSync ISA extension
,
Christoph Müllner
,
2023/01/30
[PATCH v3 03/14] RISC-V: Adding XTheadBa ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 04/14] RISC-V: Adding XTheadBb ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 05/14] RISC-V: Adding XTheadBs ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 06/14] RISC-V: Adding XTheadCondMov ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 07/14] RISC-V: Adding T-Head multiply-accumulate instructions
,
Christoph Muellner
,
2023/01/24
[PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
Christoph Muellner
,
2023/01/24
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
Richard Henderson
,
2023/01/24
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
LIU Zhiwei
,
2023/01/29
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
Richard Henderson
,
2023/01/30
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
LIU Zhiwei
,
2023/01/30
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
Richard Henderson
,
2023/01/30
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
LIU Zhiwei
,
2023/01/30
Re: [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
,
Christoph Müllner
,
2023/01/31
[PATCH v3 10/14] RISC-V: Adding T-Head FMemIdx extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 13/14] RISC-V: Adding XTheadFmv ISA extension
,
Christoph Muellner
,
2023/01/24
[PATCH v3 09/14] RISC-V: Adding T-Head MemIdx extension
,
Christoph Muellner
,
2023/01/24
Re: [PATCH v3 09/14] RISC-V: Adding T-Head MemIdx extension
,
Richard Henderson
,
2023/01/24
Re: [PATCH v3 09/14] RISC-V: Adding T-Head MemIdx extension
,
LIU Zhiwei
,
2023/01/30
Re: [PATCH v3 09/14] RISC-V: Adding T-Head MemIdx extension
,
Christoph Müllner
,
2023/01/31
[PATCH v3 12/14] RISC-V: Add initial support for T-Head C906
,
Christoph Muellner
,
2023/01/24
Re: [PATCH v3 12/14] RISC-V: Add initial support for T-Head C906
,
Richard Henderson
,
2023/01/24
Re: [PATCH v3 12/14] RISC-V: Add initial support for T-Head C906
,
LIU Zhiwei
,
2023/01/30
Re: [PATCH v3 12/14] RISC-V: Add initial support for T-Head C906
,
Christoph Müllner
,
2023/01/31
[PATCH v3 14/14] target/riscv: add a MAINTAINERS entry for XThead* extension support
,
Christoph Muellner
,
2023/01/24
[PATCH v3 11/14] RISC-V: Set minimum priv version for Zfh to 1.11
,
Christoph Muellner
,
2023/01/24
[PATCH v2 00/35] maintainer tree pre-PR (testing/docs/semihosting/plugins)
,
Alex Bennée
,
2023/01/24
[PATCH v2 03/35] gitlab: just use plain --cc=clang for custom runner build
,
Alex Bennée
,
2023/01/24
[PATCH v2 06/35] .gitlab-ci.d/windows: do not disable opengl
,
Alex Bennée
,
2023/01/24
[PATCH v2 01/35] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 01/35] scripts/ci: update gitlab-runner playbook to use latest runner
,
Richard Henderson
,
2023/01/24
[PATCH v2 05/35] build-sys: fix crlf-ending C code
,
Alex Bennée
,
2023/01/24
[PATCH v2 04/35] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Alex Bennée
,
2023/01/24
[PATCH v2 08/35] docs: drop texinfo options
,
Alex Bennée
,
2023/01/24
[PATCH v2 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Philippe Mathieu-Daudé
,
2023/01/25
Re: [PATCH v2 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Daniel P . Berrangé
,
2023/01/25
[PATCH v2 12/35] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/24
[PATCH v2 11/35] lcitool: drop perl from QEMU project/dependencies
,
Alex Bennée
,
2023/01/24
[PATCH v2 07/35] meson: replace Perl usage with Python
,
Alex Bennée
,
2023/01/24
[PATCH v2 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
,
Thomas Huth
,
2023/01/25
Re: [PATCH v2 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 10/35] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/24
[PATCH v2 26/35] cpu: free cpu->tb_jmp_cache with RCU
,
Alex Bennée
,
2023/01/24
[PATCH v2 14/35] tests/docker: drop debian-tricore-cross's partial status
,
Alex Bennée
,
2023/01/24
[PATCH v2 22/35] docs: add an introduction to the system docs
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 22/35] docs: add an introduction to the system docs
,
Thomas Huth
,
2023/01/25
[PATCH v2 13/35] tests/docker: Install flex in debian-tricore-cross
,
Alex Bennée
,
2023/01/24
[PATCH v2 24/35] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/24
[PATCH v2 32/35] translator: always pair plugin_gen_insn_{start, end} calls
,
Alex Bennée
,
2023/01/24
[PATCH v2 30/35] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Alex Bennée
,
2023/01/24
[PATCH v2 19/35] docs: add hotlinks to about preface text
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 19/35] docs: add hotlinks to about preface text
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 35/35] plugins: Iterate on cb_lists in qemu_plugin_user_exit
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 35/35] plugins: Iterate on cb_lists in qemu_plugin_user_exit
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 27/35] util/qht: add missing atomic_set(hashes[i])
,
Alex Bennée
,
2023/01/24
[PATCH v2 31/35] plugins: fix optimization in plugin_gen_disable_mem_helpers
,
Alex Bennée
,
2023/01/24
[PATCH v2 28/35] thread: de-const qemu_spin_destroy
,
Alex Bennée
,
2023/01/24
[PATCH v2 18/35] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Alex Bennée
,
2023/01/24
[PATCH v2 34/35] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 34/35] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Richard Henderson
,
2023/01/24
Re: [PATCH v2 34/35] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 21/35] semihosting: add semihosting section to the docs
,
Alex Bennée
,
2023/01/24
[PATCH v2 25/35] tests/tcg: add memory-sve test for aarch64
,
Alex Bennée
,
2023/01/24
[PATCH v2 33/35] tcg: exclude non-memory effecting helpers from instrumentation
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 33/35] tcg: exclude non-memory effecting helpers from instrumentation
,
Richard Henderson
,
2023/01/24
[PATCH v2 20/35] docs: add a new section to outline emulation support
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 20/35] docs: add a new section to outline emulation support
,
Thomas Huth
,
2023/01/25
Re: [PATCH v2 20/35] docs: add a new section to outline emulation support
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 17/35] gitlab: wrap up test results for custom runners
,
Alex Bennée
,
2023/01/24
[PATCH v2 23/35] semihosting: Write back semihosting data before completion callback
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 23/35] semihosting: Write back semihosting data before completion callback
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 16/35] tests/tcg: Use SIGKILL for timeout
,
Alex Bennée
,
2023/01/24
Re: [PATCH v2 16/35] tests/tcg: Use SIGKILL for timeout
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 29/35] util/qht: use striped locks under TSAN
,
Alex Bennée
,
2023/01/24
[PATCH v2 15/35] tests/tcg: skip the vma-pthread test on CI
,
Alex Bennée
,
2023/01/24
[PULL v3 00/38] Block layer patches
,
Kevin Wolf
,
2023/01/24
Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
,
Peter Maydell
,
2023/01/24
Re: [PATCH] target/arm: Propagate errno when writing list
,
Peter Maydell
,
2023/01/24
Re: [PATCH] target/arm: Propagate errno when writing list
,
Akihiko Odaki
,
2023/01/24
[PATCH] virtio-net: clear guest_announce feature if no cvq backend
,
Eugenio Pérez
,
2023/01/24
Re: [PATCH] virtio-net: clear guest_announce feature if no cvq backend
,
David Edmondson
,
2023/01/25
Re: [PATCH] virtio-net: clear guest_announce feature if no cvq backend
,
Eugenio Perez Martin
,
2023/01/25
Re: [PATCH] virtio-net: clear guest_announce feature if no cvq backend
,
Gautam Dawar
,
2023/01/27
Fortnightly KVM call for 2023-02-07
,
Juan Quintela
,
2023/01/24
Fortnightly KVM call minutes for 2023-01-24
,
Juan Quintela
,
2023/01/24
Re: Fortnightly KVM call minutes for 2023-01-24
,
Bernhard Beschow
,
2023/01/26
[PATCH] tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
,
Thomas Huth
,
2023/01/24
Re: [PATCH] tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
,
Philippe Mathieu-Daudé
,
2023/01/24
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Fiona Ebner
,
2023/01/24
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Vladimir Sementsov-Ogievskiy
,
2023/01/31
Re: [PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
,
Denis V. Lunev
,
2023/01/31
Re: [PATCH v2] vl: defuse PID file path resolve error
,
Fiona Ebner
,
2023/01/24
[PATCH 00/32] Move and clean up monitor command code
,
Markus Armbruster
,
2023/01/24
[PATCH 07/32] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
,
Markus Armbruster
,
2023/01/24
[PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
,
Stefan Berger
,
2023/01/24
[PATCH 01/32] monitor: Drop unnecessary includes
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 01/32] monitor: Drop unnecessary includes
,
Stefan Berger
,
2023/01/24
[PATCH 03/32] char: Move HMP commands from monitor/ to chardev/
,
Markus Armbruster
,
2023/01/24
[PATCH 02/32] audio: Move HMP commands from monitor/ to audio/
,
Markus Armbruster
,
2023/01/24
[PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH 06/32] readline: Extract readline_add_completion_of() from monitor
,
Markus Armbruster
,
2023/01/24
[PATCH 14/32] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
,
Markus Armbruster
,
2023/01/24
[PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Philippe Mathieu-Daudé
,
2023/01/24
Re: [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
,
Stefan Hajnoczi
,
2023/01/24
[PATCH 05/32] hmp: Drop redundant argument check from add_completion_option()
,
Markus Armbruster
,
2023/01/24
[PATCH 13/32] rocker: Move HMP commands from monitor to hw/net/rocker/
,
Markus Armbruster
,
2023/01/24
[PATCH 15/32] net: Move HMP commands from monitor to net/
,
Markus Armbruster
,
2023/01/24
[PATCH 27/32] monitor: Move monitor_putc() next to monitor_puts & external linkage
,
Markus Armbruster
,
2023/01/24
[PATCH 32/32] monitor: Rename misc.c to hmp-target.c
,
Markus Armbruster
,
2023/01/24
[PATCH 09/32] machine: Move QMP commands from monitor/ to hw/core/
,
Markus Armbruster
,
2023/01/24
[PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Stefan Hajnoczi
,
2023/01/24
Re: [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
,
Stefan Berger
,
2023/01/26
[PATCH 22/32] stats: Move QMP commands from monitor/ to stats/
,
Markus Armbruster
,
2023/01/24
[PATCH 31/32] monitor: Loosen coupling between misc.c and monitor.c slightly
,
Markus Armbruster
,
2023/01/24
[PATCH 30/32] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
,
Markus Armbruster
,
2023/01/24
[PATCH 16/32] net: Move hmp_info_network() to net-hmp-cmds.c
,
Markus Armbruster
,
2023/01/24
[PATCH 28/32] monitor: Move target-dependent HMP commands to hmp-cmds-target.c
,
Markus Armbruster
,
2023/01/24
[PATCH 25/32] qdev: Move HMP command completion from monitor to softmmu/
,
Markus Armbruster
,
2023/01/24
[PATCH 04/32] char: Factor out qmp_add_client() parts and move to chardev/
,
Markus Armbruster
,
2023/01/24
[PATCH 18/32] migration: Move the QMP command from monitor/ to migration/
,
Markus Armbruster
,
2023/01/24
[PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH 21/32] runstate: Move HMP commands from monitor/ to softmmu/
,
Markus Armbruster
,
2023/01/24
[PATCH 17/32] migration: Move HMP commands from monitor/ to migration/
,
Markus Armbruster
,
2023/01/24
[PATCH 10/32] machine: Move HMP commands from monitor/ to hw/core/
,
Markus Armbruster
,
2023/01/24
[PATCH 26/32] monitor: Split file descriptor passing stuff off misc.c
,
Markus Armbruster
,
2023/01/24
[PATCH 29/32] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
,
Markus Armbruster
,
2023/01/24
[PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
,
Markus Armbruster
,
2023/01/24
Re: [PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH 23/32] stats: Move HMP commands from monitor/ to stats/
,
Markus Armbruster
,
2023/01/24
Re: Looking for examples of vhost-user backends using VHOST_USER_SLAVE_IOTLB_MSG
,
Alex Bennée
,
2023/01/24
Today KVM call meeting
,
Juan Quintela
,
2023/01/24
[PULL v2 00/38] Block layer patches
,
Kevin Wolf
,
2023/01/24
Re: [PULL v2 00/38] Block layer patches
,
Peter Maydell
,
2023/01/24
[PATCH] aspeed/sdmc: Drop unnecessary scu include
,
Joel Stanley
,
2023/01/24
Re: [PATCH] aspeed/sdmc: Drop unnecessary scu include
,
Cédric Le Goater
,
2023/01/24
Re: [PATCH] aspeed/sdmc: Drop unnecessary scu include
,
Philippe Mathieu-Daudé
,
2023/01/24
[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 05/13] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/23
[PATCH v3 06/13] igb: Build igb
,
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
[PATCH] po/meson: make i18n module optional
,
Anton Kochkov
,
2023/01/23
Re: [PATCH] po/meson: make i18n module optional
,
Marc-André Lureau
,
2023/01/24
Re: [PATCH] po/meson: make i18n module optional
,
Daniel P . Berrangé
,
2023/01/24
Re: [PATCH] po/meson: make i18n module optional
,
Philippe Mathieu-Daudé
,
2023/01/24
[PULL v2 00/15] tcg patch queue
,
Richard Henderson
,
2023/01/23
[PULL v2 02/15] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
,
Richard Henderson
,
2023/01/23
[PULL v2 01/15] tcg: Avoid recursion in tcg_gen_mulu2_i32
,
Richard Henderson
,
2023/01/23
[PULL v2 03/15] common-user/host/ppc: Implement safe-syscall.inc.S
,
Richard Henderson
,
2023/01/23
[PULL v2 04/15] linux-user: Implment host/ppc/host-signal.h
,
Richard Henderson
,
2023/01/23
[PULL v2 05/15] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Richard Henderson
,
2023/01/23
[PULL v2 07/15] target/loongarch: Disassemble jirl properly
,
Richard Henderson
,
2023/01/23
[PULL v2 06/15] target/loongarch: Enable the disassembler for host tcg
,
Richard Henderson
,
2023/01/23
[PULL v2 08/15] target/loongarch: Disassemble pcadd* addresses
,
Richard Henderson
,
2023/01/23
[PULL v2 09/15] tcg/loongarch64: Optimize immediate loading
,
Richard Henderson
,
2023/01/23
[PULL v2 10/15] tcg/loongarch64: Update tcg-insn-defs.c.inc
,
Richard Henderson
,
2023/01/23
[PULL v2 11/15] tcg/loongarch64: Introduce tcg_out_addi
,
Richard Henderson
,
2023/01/23
[PULL v2 12/15] tcg/loongarch64: Improve setcond expansion
,
Richard Henderson
,
2023/01/23
[PULL v2 13/15] tcg/loongarch64: Implement movcond
,
Richard Henderson
,
2023/01/23
[PULL v2 14/15] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
,
Richard Henderson
,
2023/01/23
[PULL v2 15/15] tcg/loongarch64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/23
[PATCH 00/22] target/arm: Implement FEAT_RME
,
Richard Henderson
,
2023/01/23
[PATCH 01/22] target/arm: Fix pmsav8 stage2 secure parameter
,
Richard Henderson
,
2023/01/23
[PATCH 02/22] target/arm: Rewrite check_s2_mmu_setup
,
Richard Henderson
,
2023/01/23
[PATCH 03/22] target/arm: Add isar_feature_aa64_rme
,
Richard Henderson
,
2023/01/23
[PATCH 05/22] target/arm: SCR_EL3.NS may be RES1
,
Richard Henderson
,
2023/01/23
[PATCH 06/22] target/arm: Add RME cpregs
,
Richard Henderson
,
2023/01/23
[PATCH 04/22] target/arm: Update SCR and HCR for RME
,
Richard Henderson
,
2023/01/23
[PATCH 07/22] target/arm: Introduce ARMSecuritySpace
,
Richard Henderson
,
2023/01/23
[PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs
,
Richard Henderson
,
2023/01/23
[PATCH 09/22] target/arm: Adjust the order of Phys and Stage2 ARMMMUIdx
,
Richard Henderson
,
2023/01/23
[PATCH 10/22] target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}
,
Richard Henderson
,
2023/01/23
[PATCH 12/22] target/arm: NSTable is RES0 for the RME EL3 regime
,
Richard Henderson
,
2023/01/23
[PATCH 11/22] target/arm: Pipe ARMSecuritySpace through ptw.c
,
Richard Henderson
,
2023/01/23
[PATCH 13/22] target/arm: Handle Block and Page bits for security space
,
Richard Henderson
,
2023/01/23
[PATCH 14/22] target/arm: Handle no-execute for Realm and Root regimes
,
Richard Henderson
,
2023/01/23
[PATCH 16/22] target/arm: Move s1_is_El0 into S1Translate
,
Richard Henderson
,
2023/01/23
[PATCH 17/22] target/arm: Use get_phys_addr_with_struct for stage2
,
Richard Henderson
,
2023/01/23
[PATCH 15/22] target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
,
Richard Henderson
,
2023/01/23
[PATCH 18/22] target/arm: Add GPC syndrome
,
Richard Henderson
,
2023/01/23
[PATCH 19/22] target/arm: Implement GPC exceptions
,
Richard Henderson
,
2023/01/23
[PATCH 20/22] target/arm: Implement the granule protection check
,
Richard Henderson
,
2023/01/23
[PATCH 21/22] target/arm: Enable RME for -cpu max
,
Richard Henderson
,
2023/01/23
[RFC PATCH 22/22] hw/arm/virt: Add some memory for Realm Management Monitor
,
Richard Henderson
,
2023/01/23
Re: [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support
,
Christoph Müllner
,
2023/01/24
Re: [PATCH v2 14/15] RISC-V: Adding XTheadFmv ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 13/15] RISC-V: Add initial support for T-Head C906
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 15/15] target/riscv: add a MAINTAINERS entry for XThead* extension support
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 10/15] RISC-V: Adding T-Head FMemIdx extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 09/15] RISC-V: Adding T-Head MemIdx extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 08/15] RISC-V: Adding T-Head MemPair extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 06/15] RISC-V: Adding XTheadCondMov ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 05/15] RISC-V: Adding XTheadBs ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 04/15] RISC-V: Adding XTheadBb ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 03/15] RISC-V: Adding XTheadBa ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 02/15] RISC-V: Adding XTheadSync ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Müllner
,
2023/01/24
Re: [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Müllner
,
2023/01/24
Re: [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
,
Alistair Francis
,
2023/01/29
Re: [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
,
Christoph Müllner
,
2023/01/30
[PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
,
Siddhi Katage
,
2023/01/23
Re: [PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
,
Philippe Mathieu-Daudé
,
2023/01/24
RE: [External] : Re: [PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
,
Siddhi Katage
,
2023/01/24
[PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
,
Siddhi Katage
,
2023/01/24
Re: [PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
,
Philippe Mathieu-Daudé
,
2023/01/24
[PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
,
Anton Johansson
,
2023/01/23
Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
,
Philippe Mathieu-Daudé
,
2023/01/24
Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
,
Peter Maydell
,
2023/01/24
[PULL 0/3] Block patches
,
Stefan Hajnoczi
,
2023/01/23
[PULL 1/3] util/aio: Defer disabling poll mode as long as possible
,
Stefan Hajnoczi
,
2023/01/23
[PULL 2/3] virtio-blk: simplify virtio_blk_dma_restart_cb()
,
Stefan Hajnoczi
,
2023/01/23
[PULL 3/3] block/blkio: Fix inclusion of required headers
,
Stefan Hajnoczi
,
2023/01/23
Re: [PULL 0/3] Block patches
,
Peter Maydell
,
2023/01/24
[PATCH] docs/pcie.txt: Replace ioh3420 with pcie-root-port
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH] docs/pcie.txt: Replace ioh3420 with pcie-root-port
,
Laszlo Ersek
,
2023/01/24
Re: [PATCH v2 1/2] qga-win: add logging to Windows event log
,
Stefan Weil
,
2023/01/23
Re: [PATCH v2 1/2] qga-win: add logging to Windows event log
,
Andrey Drobyshev
,
2023/01/23
Re: [PATCH v2 1/2] qga-win: add logging to Windows event log
,
Denis V. Lunev
,
2023/01/23
Re: [PATCH v2 1/2] qga-win: add logging to Windows event log
,
Stefan Weil
,
2023/01/23
Re: [PATCH v2 1/2] qga-win: add logging to Windows event log
,
Andrey Drobyshev
,
2023/01/26
[PATCH v4 0/5] Series of fixes for PL011 char device
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v4 1/5] hw/char/pl011: refactor FIFO depth handling code
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v4 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v4 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v4 3/5] hw/char/pl011: implement a reset method
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v4 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/23
[PULL 00/26] target-arm queue
,
Peter Maydell
,
2023/01/23
[PULL 01/26] target/arm: Widen cnthctl_el2 to uint64_t
,
Peter Maydell
,
2023/01/23
[PULL 07/26] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
,
Peter Maydell
,
2023/01/23
[PULL 09/26] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
,
Peter Maydell
,
2023/01/23
[PULL 15/26] target/arm/sme: Introduce aarch64_set_svcr()
,
Peter Maydell
,
2023/01/23
[PULL 11/26] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
,
Peter Maydell
,
2023/01/23
[PULL 19/26] target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()
,
Peter Maydell
,
2023/01/23
[PULL 22/26] target/arm: Don't set EXC_RETURN.ES if Security Extension not present
,
Peter Maydell
,
2023/01/23
[PULL 16/26] target/arm/sme: Reset SVE state in aarch64_set_svcr()
,
Peter Maydell
,
2023/01/23
[PULL 21/26] target/arm: Fix in_debug path in S1_ptw_translate
,
Peter Maydell
,
2023/01/23
[PULL 18/26] target/arm/sme: Rebuild hflags in aarch64_set_svcr()
,
Peter Maydell
,
2023/01/23
[PULL 02/26] target/arm: Unify checking for M Main Extension in MRS/MSR
,
Peter Maydell
,
2023/01/23
[PULL 03/26] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
,
Peter Maydell
,
2023/01/23
[PULL 04/26] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
,
Peter Maydell
,
2023/01/23
[PULL 08/26] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
,
Peter Maydell
,
2023/01/23
[PULL 06/26] hw/i2c/bitbang_i2c: Trace state changes
,
Peter Maydell
,
2023/01/23
[PULL 10/26] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Peter Maydell
,
2023/01/23
[PULL 05/26] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
,
Peter Maydell
,
2023/01/23
[PULL 12/26] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
,
Peter Maydell
,
2023/01/23
[PULL 17/26] target/arm/sme: Reset ZA state in aarch64_set_svcr()
,
Peter Maydell
,
2023/01/23
[PULL 23/26] target/arm: implement DBGCLAIM registers
,
Peter Maydell
,
2023/01/23
[PULL 20/26] target/arm: Fix physical address resolution for MTE
,
Peter Maydell
,
2023/01/23
[PULL 25/26] target/arm: Reorg do_coproc_insn
,
Peter Maydell
,
2023/01/23
[PULL 14/26] target/arm/sme: Rebuild hflags in set_pstate() helpers
,
Peter Maydell
,
2023/01/23
[PULL 13/26] target/arm/sme: Reorg SME access handling in handle_msr_i()
,
Peter Maydell
,
2023/01/23
[PULL 24/26] target/arm: provide stubs for more external debug registers
,
Peter Maydell
,
2023/01/23
[PULL 26/26] target/arm: Look up ARMCPRegInfo at runtime
,
Peter Maydell
,
2023/01/23
Re: [PULL 00/26] target-arm queue
,
Peter Maydell
,
2023/01/23
[PATCH v2] qga/linux: add usb support to guest-get-fsinfo
,
Kfir Manor
,
2023/01/23
Re: [PATCH v2] qga/linux: add usb support to guest-get-fsinfo
,
Konstantin Kostiuk
,
2023/01/23
[PATCH] block/blkio: Fix inclusion of required headers
,
Peter Krempa
,
2023/01/23
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Markus Armbruster
,
2023/01/23
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Peter Krempa
,
2023/01/23
Re: [PATCH] block/blkio: Fix inclusion of required headers
,
Stefan Hajnoczi
,
2023/01/23
[RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
,
Jonathan Cameron
,
2023/01/23
[RFC PATCH 1/2] hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpers
,
Jonathan Cameron
,
2023/01/23
[RFC PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
,
Jonathan Cameron
,
2023/01/23
Message not available
Re: [RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
,
Fan Ni
,
2023/01/23
Re: [RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
,
Jonathan Cameron
,
2023/01/24
Re: [RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
,
Fan Ni
,
2023/01/24
[PATCH] linux-user: Add support for LoongArch64's old world ABI
,
WANG Xuerui
,
2023/01/23
Re: [PATCH] linux-user: Add support for LoongArch64's old world ABI
,
Peter Maydell
,
2023/01/23
Re: [PATCH] linux-user: Add support for LoongArch64's old world ABI
,
WANG Xuerui
,
2023/01/23
[PATCH v6 0/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/23
[PATCH v6 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/01/23
[PATCH v6 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alexandre Ghiti
,
2023/01/23
Re: [PATCH v6 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
,
Alistair Francis
,
2023/01/23
[PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/23
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/24
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/24
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 3/5] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/24
[PATCH v6 4/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alexandre Ghiti
,
2023/01/23
Re: [PATCH v6 4/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 4/5] riscv: Correctly set the device-tree entry 'mmu-type'
,
Alistair Francis
,
2023/01/23
[PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/24
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/24
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Andrew Jones
,
2023/01/24
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Andrew Jones
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/24
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alistair Francis
,
2023/01/23
Re: [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities
,
Alexandre Ghiti
,
2023/01/24
[RFC v2 0/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Vivek Kasireddy
,
2023/01/23
[RFC v2 1/2] spice: Add an option for users to provide a preferred codec
,
Vivek Kasireddy
,
2023/01/23
Re: [RFC v2 1/2] spice: Add an option for users to provide a preferred codec
,
Frediano Ziglio
,
2023/01/25
[RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Vivek Kasireddy
,
2023/01/23
Re: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Gerd Hoffmann
,
2023/01/23
RE: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Kasireddy, Vivek
,
2023/01/24
Re: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Gerd Hoffmann
,
2023/01/24
Re: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Frediano Ziglio
,
2023/01/25
RE: [RFC v2 2/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
,
Kasireddy, Vivek
,
2023/01/29
[PATCH v2 0/2] audio: make audiodev introspectable by management apps
,
Thomas Huth
,
2023/01/23
[PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Thomas Huth
,
2023/01/23
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Thomas Huth
,
2023/01/25
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Daniel P . Berrangé
,
2023/01/25
Re: [PATCH v2 1/2] qapi, audio: add query-audiodev command
,
Philippe Mathieu-Daudé
,
2023/01/25
[PATCH v2 2/2] qapi, audio: Make introspection reflect build configuration more closely
,
Thomas Huth
,
2023/01/23
Re: [PATCH v2 0/2] audio: make audiodev introspectable by management apps
,
Thomas Huth
,
2023/01/31
[PATCH v2] include/hw/riscv/opentitan: update opentitan IRQs
,
Wilfred Mallawa
,
2023/01/23
Re: [PATCH v2] include/hw/riscv/opentitan: update opentitan IRQs
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2] include/hw/riscv/opentitan: update opentitan IRQs
,
Alistair Francis
,
2023/01/23
[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/22
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Daniel Henrique Barboza
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Daniel Henrique Barboza
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Bin Meng
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Bin Meng
,
2023/01/26
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/29
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Bin Meng
,
2023/01/31
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Jesse Taube
,
2023/01/23
Re: [PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
,
Alistair Francis
,
2023/01/23
[PATCH] include/hw/riscv/opentitan: update opentitan IRQs
,
Wilfred Mallawa
,
2023/01/22
Re: [PATCH] include/hw/riscv/opentitan: update opentitan IRQs
,
Alistair Francis
,
2023/01/22
[PATCH 0/7] ACPI controller cleanup
,
Bernhard Beschow
,
2023/01/22
[PATCH 1/7] hw/acpi/{ich9, piix4}: Reuse existing attributes for QOM properties
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 1/7] hw/acpi/{ich9,piix4}: Reuse existing attributes for QOM properties
,
Igor Mammedov
,
2023/01/24
[PATCH 2/7] hw/acpi/ich9: Remove unneeded assignments
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 2/7] hw/acpi/ich9: Remove unneeded assignments
,
Igor Mammedov
,
2023/01/24
Re: [PATCH 2/7] hw/acpi/ich9: Remove unneeded assignments
,
Bernhard Beschow
,
2023/01/29
[PATCH 3/7] hw/acpi/{ich9, piix4}: Resolve redundant io_base address attributes
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 3/7] hw/acpi/{ich9,piix4}: Resolve redundant io_base address attributes
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH 3/7] hw/acpi/{ich9,piix4}: Resolve redundant io_base address attributes
,
Bernhard Beschow
,
2023/01/23
Re: [PATCH 3/7] hw/acpi/{ich9,piix4}: Resolve redundant io_base address attributes
,
Igor Mammedov
,
2023/01/24
Re: [PATCH 3/7] hw/acpi/{ich9,piix4}: Resolve redundant io_base address attributes
,
Bernhard Beschow
,
2023/01/29
[PATCH 4/7] hw/acpi/ich9: Use ICH9_PMIO_GPE0_STS just once
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 4/7] hw/acpi/ich9: Use ICH9_PMIO_GPE0_STS just once
,
Igor Mammedov
,
2023/01/24
[PATCH 5/7] hw/acpi/piix4: Fix offset of GPE0 registers
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 5/7] hw/acpi/piix4: Fix offset of GPE0 registers
,
Igor Mammedov
,
2023/01/25
Re: [PATCH 5/7] hw/acpi/piix4: Fix offset of GPE0 registers
,
Bernhard Beschow
,
2023/01/29
[PATCH 6/7] hw/acpi: Trace GPE access in all device models, not just PIIX4
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 6/7] hw/acpi: Trace GPE access in all device models, not just PIIX4
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH 6/7] hw/acpi: Trace GPE access in all device models, not just PIIX4
,
Igor Mammedov
,
2023/01/25
[PATCH 7/7] hw/acpi/core: Trace enable and status registers of GPE separately
,
Bernhard Beschow
,
2023/01/22
Re: [PATCH 7/7] hw/acpi/core: Trace enable and status registers of GPE separately
,
Igor Mammedov
,
2023/01/25
Re: [PATCH 0/7] ACPI controller cleanup
,
Igor Mammedov
,
2023/01/25
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] qga/linux: add usb support to guest-get-fsinfo
,
Kfir Manor
,
2023/01/22
Re: [PATCH] qga/linux: add usb support to guest-get-fsinfo
,
Konstantin Kostiuk
,
2023/01/23
Re: [PATCH] qga/linux: add usb support to guest-get-fsinfo
,
Konstantin Kostiuk
,
2023/01/23
[PATCH] qga/linux: add usb support to guest-get-fsinfo
,
Kfir Manor
,
2023/01/23
[PATCH v11] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/21
Re: [PATCH v11] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/22
Re: [PATCH v11] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/22
Re: [PATCH v11] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Stefano Stabellini
,
2023/01/23
[PATCH 0/3] Misc sm501 clean ups
,
BALATON Zoltan
,
2023/01/21
[PATCH 3/3] hw/display/sm501: Code style fix
,
BALATON Zoltan
,
2023/01/21
[PATCH 2/3] hw/display/sm501: Remove unneeded casts from void pointer
,
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
[PATCH v4 0/7] AML Housekeeping
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 1/7] hw/i386/acpi-build: Remove unused attributes
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 2/7] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 4/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 3/7] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 6/7] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
,
Bernhard Beschow
,
2023/01/21
[PATCH v4 5/7] hw/acpi/acpi_dev_interface: Factor out TYPE_ACPI_CPU_AML_IF
,
Bernhard Beschow
,
2023/01/21
Re: [PATCH v4 5/7] hw/acpi/acpi_dev_interface: Factor out TYPE_ACPI_CPU_AML_IF
,
Igor Mammedov
,
2023/01/25
[PATCH v4 7/7] hw/i386/pc: Unexport pc_madt_cpu_entry()
,
Bernhard Beschow
,
2023/01/21
Re: [PATCH v4 0/7] AML Housekeeping
,
Igor Mammedov
,
2023/01/25
Re: [PATCH v4 0/7] AML Housekeeping
,
Bernhard Beschow
,
2023/01/26
Re: [PATCH v4 0/7] AML Housekeeping
,
Michael S. Tsirkin
,
2023/01/27
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 v10] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/21
Commit 145e2198d749 broke mips big endian.
,
Rob Landley
,
2023/01/21
Re: Commit 145e2198d749 broke mips big endian.
,
Peter Maydell
,
2023/01/21
Re: Commit 145e2198d749 broke mips big endian.
,
Peter Maydell
,
2023/01/21
Re: Commit 145e2198d749 broke mips big endian.
,
Rob Landley
,
2023/01/21
[PATCH v2 00/11] audio: more improvements
,
Volker Rümelin
,
2023/01/21
[PATCH v2 04/11] audio: remove unused #define AUDIO_STRINGIFY
,
Volker Rümelin
,
2023/01/21
[PATCH v2 05/11] audio/mixeng: use g_new0() instead of audio_calloc()
,
Volker Rümelin
,
2023/01/21
[PATCH v2 03/11] audio: rename hardware store to backend
,
Volker Rümelin
,
2023/01/21
Re: [PATCH v2 03/11] audio: rename hardware store to backend
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v2 06/11] audio/alsaaudio: use g_new0() instead of audio_calloc()
,
Volker Rümelin
,
2023/01/21
[PATCH v2 08/11] audio/audio_template: use g_new0() to replace audio_calloc()
,
Volker Rümelin
,
2023/01/21
Re: [PATCH v2 08/11] audio/audio_template: use g_new0() to replace audio_calloc()
,
Daniel P . Berrangé
,
2023/01/23
[PATCH v2 11/11] alsaaudio: reintroduce default recording settings
,
Volker Rümelin
,
2023/01/21
Re: [PATCH v2 11/11] alsaaudio: reintroduce default recording settings
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v2 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
,
Volker Rümelin
,
2023/01/21
Re: [PATCH v2 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
,
Daniel P . Berrangé
,
2023/01/23
[PATCH v2 02/11] audio: don't show unnecessary error messages
,
Volker Rümelin
,
2023/01/21
[PATCH v2 09/11] audio: remove audio_calloc() function
,
Volker Rümelin
,
2023/01/21
[PATCH v2 01/11] audio: log unimplemented audio device sample rates
,
Volker Rümelin
,
2023/01/21
[PATCH v2 10/11] alsaaudio: change default playback settings
,
Volker Rümelin
,
2023/01/21
Re: [PATCH v2 10/11] alsaaudio: change default playback settings
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v2 10/11] alsaaudio: change default playback settings
,
Volker Rümelin
,
2023/01/24
Re: [PATCH v2 00/11] audio: more improvements
,
Marc-André Lureau
,
2023/01/31
[PATCH v2 1/2] target/riscv: add Zicond as an experimental extension
,
Philipp Tomsich
,
2023/01/20
[PATCH v2 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
,
Philipp Tomsich
,
2023/01/20
Re: [PATCH v2 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
,
Alistair Francis
,
2023/01/22
Re: [PATCH v2 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
,
Philipp Tomsich
,
2023/01/22
Re: [PATCH v2 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
,
Alistair Francis
,
2023/01/23
Re: [PATCH v2 1/2] target/riscv: add Zicond as an experimental extension
,
Alistair Francis
,
2023/01/22
Re: [PATCH v2 1/2] target/riscv: add Zicond as an experimental extension
,
Philipp Tomsich
,
2023/01/22
[PATCH] target/i386: translate GPA to HPA even in unpaged mode
,
Bernhard Kauer
,
2023/01/20
[PATCH] target/i386: translate GPA to HPA even in unpaged mode
,
Bernhard Kauer
,
2023/01/20
[PATCH 0/2] tests/avocado: Pass parameters via Makefile
,
Fabiano Rosas
,
2023/01/20
[PATCH 1/2] tests/avocado: Invert parameter vs. tag precedence during setUp
,
Fabiano Rosas
,
2023/01/20
[PATCH 2/2] tests/avocado: Allow passing command line parameters via Makefile
,
Fabiano Rosas
,
2023/01/20
Patch: target/i386: Change CR4 before CR0 in SVM
,
Bernhard Kauer
,
2023/01/20
[PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Fabiano Rosas
,
2023/01/20
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Thomas Huth
,
2023/01/23
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Fabiano Rosas
,
2023/01/23
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Thomas Huth
,
2023/01/23
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Fabiano Rosas
,
2023/01/23
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Thomas Huth
,
2023/01/24
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Fabiano Rosas
,
2023/01/24
Re: [PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
,
Thomas Huth
,
2023/01/24
[RFC PATCH v5 0/9] target/arm: Allow CONFIG_TCG=n builds
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 2/9] target/arm: move cpu_tcg to tcg/cpu32.c
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 1/9] target/arm: Move 64-bit TCG CPUs into tcg/
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 6/9] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 3/9] target/arm: Use "max" as default cpu for the virt machine with KVM
,
Fabiano Rosas
,
2023/01/20
Re: [RFC PATCH v5 3/9] target/arm: Use "max" as default cpu for the virt machine with KVM
,
Richard Henderson
,
2023/01/20
Re: [RFC PATCH v5 3/9] target/arm: Use "max" as default cpu for the virt machine with KVM
,
Thomas Huth
,
2023/01/23
[RFC PATCH v5 4/9] tests/qtest: arm-cpu-features: Match tests to required accelerators
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 5/9] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
,
Fabiano Rosas
,
2023/01/20
Re: [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
,
Fabiano Rosas
,
2023/01/23
Re: [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [RFC PATCH v5 7/9] target/avocado: Pass parameters to migration test on aarch64
,
Fabiano Rosas
,
2023/01/23
[RFC PATCH v5 8/9] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Fabiano Rosas
,
2023/01/20
[RFC PATCH v5 9/9] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Fabiano Rosas
,
2023/01/20
[PATCH] migration: Fix migration crash when target psize larger than host
,
Peter Xu
,
2023/01/20
Re: [PATCH] migration: Fix migration crash when target psize larger than host
,
Thomas Huth
,
2023/01/23
Re: [PATCH] migration: Fix migration crash when target psize larger than host
,
Juan Quintela
,
2023/01/29
[PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
,
Evgeny Iakovlev
,
2023/01/20
[PATCH v3 1/2] target/arm: implement DBGCLAIM registers
,
Evgeny Iakovlev
,
2023/01/20
[PATCH v3 2/2] target/arm: provide stubs for more external debug registers
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
,
Peter Maydell
,
2023/01/20
[PATCH v3 0/5] Series of fixes for PL011 char device
,
Evgeny Iakovlev
,
2023/01/20
[PATCH v3 1/5] hw/char/pl011: refactor FIFO depth handling code
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 1/5] hw/char/pl011: refactor FIFO depth handling code
,
Peter Maydell
,
2023/01/20
Re: [PATCH v3 1/5] hw/char/pl011: refactor FIFO depth handling code
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v3 3/5] hw/char/pl011: implement a reset method
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 3/5] hw/char/pl011: implement a reset method
,
Peter Maydell
,
2023/01/20
Re: [PATCH v3 3/5] hw/char/pl011: implement a reset method
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
,
Peter Maydell
,
2023/01/20
Re: [PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
,
Evgeny Iakovlev
,
2023/01/23
[PATCH v3 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Peter Maydell
,
2023/01/20
[PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/20
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Peter Maydell
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/25
[PATCH v1 1/2] target/riscv: add Zicond as an experimental extension
,
Philipp Tomsich
,
2023/01/20
[PATCH v1 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions
,
Philipp Tomsich
,
2023/01/20
[PATCH v1] target/riscv: update disas.c for xnor/orn/andn and slli.uw
,
Philipp Tomsich
,
2023/01/20
Re: [PATCH v1] target/riscv: update disas.c for xnor/orn/andn and slli.uw
,
Alistair Francis
,
2023/01/22
Re: [PATCH v1] target/riscv: update disas.c for xnor/orn/andn and slli.uw
,
Alistair Francis
,
2023/01/22
proposed 8.0 cycle freeze/release dates
,
Peter Maydell
,
2023/01/20
[PATCH v2 0/7] hw/cxl: RAS error emulation and injection
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 1/7] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 2/7] hw/pci/aer: Add missing routing for AER errors
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 3/7] hw/pci-bridge/cxl_root_port: Wire up AER
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 4/7] hw/pci-bridge/cxl_root_port: Wire up MSI
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 5/7] hw/mem/cxl-type3: Add AER extended capability
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 6/7] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use.
,
Jonathan Cameron
,
2023/01/20
[PATCH v2 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
,
Jonathan Cameron
,
2023/01/20
Re: [PATCH v2 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
,
Jonathan Cameron
,
2023/01/26
Re: [PATCH v2 0/7] hw/cxl: RAS error emulation and injection
,
Ira Weiny
,
2023/01/26
Re: [PATCH v2 0/7] hw/cxl: RAS error emulation and injection
,
Jonathan Cameron
,
2023/01/26
[PATCH 0/2] vhost-user: Remove the nested event loop to unbreak the DPDK use case
,
Greg Kurz
,
2023/01/20
[PATCH 2/2] Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
,
Greg Kurz
,
2023/01/19
Re: [PATCH 2/2] Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
,
Maxime Coquelin
,
2023/01/20
[PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
,
Greg Kurz
,
2023/01/19
Re: [PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
,
Greg Kurz
,
2023/01/19
Re: [PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
,
Stefan Hajnoczi
,
2023/01/19
Re: [PATCH 1/2] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
,
Maxime Coquelin
,
2023/01/20
Re: [PATCH 0/2] vhost-user: Remove the nested event loop to unbreak the DPDK use case
,
Greg Kurz
,
2023/01/23
[PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniil Tatianin
,
2023/01/20
[PATCH 2/4] backends/hostmem: move memory region preallocation logic into a helper
,
Daniil Tatianin
,
2023/01/20
[PATCH 4/4] backends/hostmem: add an ability to make prealloc timeout fatal
,
Daniil Tatianin
,
2023/01/20
[PATCH 3/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniil Tatianin
,
2023/01/20
[PATCH 1/4] oslib: introduce new qemu_prealloc_mem_with_timeout() api
,
Daniil Tatianin
,
2023/01/20
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
David Hildenbrand
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniil Tatianin
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
David Hildenbrand
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniil Tatianin
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
David Hildenbrand
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
Valentin Sinitsyn
,
2023/01/24
Re: [PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
,
David Hildenbrand
,
2023/01/23
[PATCH v2 0/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2 1/2] tests/avocado: Factor file_truncate() helper out
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v2 1/2] tests/avocado: Factor file_truncate() helper out
,
Cédric Le Goater
,
2023/01/20
[PATCH v2 2/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH 00/58] Xen HVM support under KVM
,
David Woodhouse
,
2023/01/20
[PATCH v8 58/58] kvm/i386: Add xen-evtchn-max-pirq property
,
David Woodhouse
,
2023/01/20
[PATCH v8 04/58] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
,
David Woodhouse
,
2023/01/20
[PATCH v8 08/58] xen-platform: allow its creation with XEN_EMULATE mode
,
David Woodhouse
,
2023/01/20
[PATCH v8 30/58] hw/xen: Implement EVTCHNOP_unmask
,
David Woodhouse
,
2023/01/20
[PATCH v8 44/58] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
,
David Woodhouse
,
2023/01/20
[PATCH v8 05/58] i386/kvm: handle Xen HVM cpuid leaves
,
David Woodhouse
,
2023/01/20
[PATCH v8 53/58] i386/xen: Document Xen HVM emulation
,
David Woodhouse
,
2023/01/20
[PATCH v8 56/58] hw/xen: Support GSI mapping to PIRQ
,
David Woodhouse
,
2023/01/20
[PATCH v8 13/58] hw/xen: Add xen_overlay device for emulating shared xenheap pages
,
David Woodhouse
,
2023/01/20
[PATCH v8 23/58] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/20
[PATCH v8 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
,
David Woodhouse
,
2023/01/20
[PATCH v8 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
,
David Woodhouse
,
2023/01/20
[PATCH v8 16/58] i386/xen: implement HYPERVISOR_memory_op
,
David Woodhouse
,
2023/01/20
[PATCH v8 09/58] i386/xen: handle guest hypercalls
,
David Woodhouse
,
2023/01/20
[PATCH v8 27/58] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/20
[PATCH v8 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
,
David Woodhouse
,
2023/01/20
[PATCH v8 45/58] hw/xen: Implement GNTTABOP_query_size
,
David Woodhouse
,
2023/01/20
[PATCH v8 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
,
David Woodhouse
,
2023/01/20
[PATCH v8 25/58] i386/xen: implement HVMOP_set_param
,
David Woodhouse
,
2023/01/20
[PATCH v8 54/58] i386/xen: Implement HYPERVISOR_physdev_op
,
David Woodhouse
,
2023/01/20
[PATCH v8 40/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
,
David Woodhouse
,
2023/01/20
[PATCH v8 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
,
David Woodhouse
,
2023/01/20
[PATCH v8 36/58] hw/xen: Implement EVTCHNOP_bind_vcpu
,
David Woodhouse
,
2023/01/20
[PATCH v8 10/58] i386/xen: implement HYPERVISOR_xen_version
,
David Woodhouse
,
2023/01/20
[PATCH v8 38/58] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/20
[PATCH v8 46/58] i386/xen: handle PV timer hypercalls
,
David Woodhouse
,
2023/01/20
[PATCH v8 31/58] hw/xen: Implement EVTCHNOP_bind_virq
,
David Woodhouse
,
2023/01/20
[PATCH v8 49/58] hw/xen: Add backend implementation of interdomain event channel support
,
David Woodhouse
,
2023/01/20
[PATCH v8 35/58] hw/xen: Implement EVTCHNOP_bind_interdomain
,
David Woodhouse
,
2023/01/20
[PATCH v8 52/58] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
,
David Woodhouse
,
2023/01/20
[PATCH v8 01/58] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/20
[PATCH v8 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
,
David Woodhouse
,
2023/01/20
[PATCH v8 29/58] hw/xen: Implement EVTCHNOP_close
,
David Woodhouse
,
2023/01/20
[PATCH v8 18/58] i386/xen: implement HYPERVISOR_hvm_op
,
David Woodhouse
,
2023/01/20
[PATCH v8 28/58] hw/xen: Implement EVTCHNOP_status
,
David Woodhouse
,
2023/01/20
Re: [PATCH v8 28/58] hw/xen: Implement EVTCHNOP_status
,
Paul Durrant
,
2023/01/27
[PATCH v8 12/58] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
,
David Woodhouse
,
2023/01/20
[PATCH v8 14/58] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
David Woodhouse
,
2023/01/20
[PATCH v8 57/58] hw/xen: Support MSI mapping to PIRQ
,
David Woodhouse
,
2023/01/20
[PATCH v8 06/58] i386/hvm: Set Xen vCPU ID in KVM
,
David Woodhouse
,
2023/01/20
[PATCH v8 33/58] hw/xen: Implement EVTCHNOP_send
,
David Woodhouse
,
2023/01/20
[PATCH v8 19/58] i386/xen: implement HYPERVISOR_vcpu_op
,
David Woodhouse
,
2023/01/20
[PATCH v8 03/58] xen: Add XEN_DISABLED mode and make it default
,
David Woodhouse
,
2023/01/20
[PATCH v8 37/58] hw/xen: Implement EVTCHNOP_reset
,
David Woodhouse
,
2023/01/20
[PATCH v8 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
,
David Woodhouse
,
2023/01/20
[PATCH v8 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
,
David Woodhouse
,
2023/01/20
[PATCH v8 43/58] hw/xen: Support mapping grant frames
,
David Woodhouse
,
2023/01/20
[PATCH v8 55/58] hw/xen: Implement emulated PIRQ hypercall support
,
David Woodhouse
,
2023/01/20
[PATCH v8 42/58] hw/xen: Add xen_gnttab device for grant table emulation
,
David Woodhouse
,
2023/01/20
[PATCH v8 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
,
David Woodhouse
,
2023/01/20
[PATCH v8 41/58] kvm/i386: Add xen-gnttab-max-frames property
,
David Woodhouse
,
2023/01/20
[PATCH v8 51/58] hw/xen: Add basic ring handling to xenstore
,
David Woodhouse
,
2023/01/20
[PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/20
Re: [PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
,
Paul Durrant
,
2023/01/27
[PATCH v8 48/58] i386/xen: handle HVMOP_get_param
,
David Woodhouse
,
2023/01/20
[PATCH v8 24/58] i386/xen: implement HVMOP_set_evtchn_upcall_vector
,
David Woodhouse
,
2023/01/20
[PATCH v8 17/58] i386/xen: implement XENMEM_add_to_physmap_batch
,
David Woodhouse
,
2023/01/20
[PATCH v8 02/58] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
,
David Woodhouse
,
2023/01/20
[PATCH v8 50/58] hw/xen: Add xen_xenstore device for xenstore emulation
,
David Woodhouse
,
2023/01/20
[PATCH v8 20/58] i386/xen: handle VCPUOP_register_vcpu_info
,
David Woodhouse
,
2023/01/20
[PATCH v3 0/4] Nested virtualization fixes for QEMU
,
Anup Patel
,
2023/01/20
[PATCH v3 1/4] target/riscv: Update VS timer whenever htimedelta changes
,
Anup Patel
,
2023/01/20
[PATCH v3 2/4] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
,
Anup Patel
,
2023/01/20
[PATCH v3 3/4] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
,
Anup Patel
,
2023/01/20
[PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions
,
Anup Patel
,
2023/01/20
Re: [PATCH v3 4/4] target/riscv: Ensure opcode is saved for all relevant instructions
,
Alistair Francis
,
2023/01/23
Re: [PATCH v3 0/4] Nested virtualization fixes for QEMU
,
Alistair Francis
,
2023/01/23
[PATCH 0/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH 1/2] tests/avocado: Factor file_truncate() helper out
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH 1/2] tests/avocado: Factor file_truncate() helper out
,
Cédric Le Goater
,
2023/01/20
[PATCH 2/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH 2/2] tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB
,
Cédric Le Goater
,
2023/01/20
[PULL 00/38] Block layer patches
,
Kevin Wolf
,
2023/01/20
[PULL 01/38] tests/qemu-iotests/312: Mark "quorum" as required driver
,
Kevin Wolf
,
2023/01/20
[PULL 02/38] tests/qemu-iotests/262: Check for availability of "blkverify" first
,
Kevin Wolf
,
2023/01/20
[PULL 07/38] block: remove bdrv_coroutine_enter
,
Kevin Wolf
,
2023/01/20
[PULL 03/38] pflash: Only read non-zero parts of backend image
,
Kevin Wolf
,
2023/01/20
[PULL 06/38] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
,
Kevin Wolf
,
2023/01/20
[PULL 11/38] qemu-iotests: Test qemu-img bitmap/commit exit code on error
,
Kevin Wolf
,
2023/01/20
[PULL 04/38] coroutine: annotate coroutine_fn for libclang
,
Kevin Wolf
,
2023/01/20
[PULL 08/38] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
2023/01/20
[PULL 09/38] qemu-img commit: Report errors while closing the image
,
Kevin Wolf
,
2023/01/20
[PULL 10/38] qemu-img bitmap: Report errors while closing the image
,
Kevin Wolf
,
2023/01/20
[PULL 12/38] block-coroutine-wrapper: support void functions
,
Kevin Wolf
,
2023/01/20
[PULL 05/38] block: Add no_coroutine_fn and coroutine_mixed_fn marker
,
Kevin Wolf
,
2023/01/20
[PULL 14/38] block: Convert bdrv_io_unplug() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 13/38] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 15/38] block: Convert bdrv_is_inserted() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 16/38] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
,
Kevin Wolf
,
2023/01/20
[PULL 19/38] block: use bdrv_co_refresh_total_sectors when possible
,
Kevin Wolf
,
2023/01/20
[PULL 18/38] block-backend: use bdrv_getlength instead of blk_getlength
,
Kevin Wolf
,
2023/01/20
[PULL 21/38] block: Convert bdrv_get_info() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/20
[PULL 17/38] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/20
[PULL 25/38] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
,
Kevin Wolf
,
2023/01/20
[PULL 27/38] block: Improve empty format-specific info dump
,
Kevin Wolf
,
2023/01/20
[PULL 29/38] block/vmdk: Change extent info type
,
Kevin Wolf
,
2023/01/20
[PULL 24/38] block: Convert bdrv_debug_event() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/20
[PULL 23/38] block: Convert bdrv_lock_medium() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 20/38] block: Convert bdrv_get_allocated_file_size() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 22/38] block: Convert bdrv_eject() to co_wrapper
,
Kevin Wolf
,
2023/01/20
[PULL 28/38] block/file: Add file-specific image info
,
Kevin Wolf
,
2023/01/20
[PULL 30/38] block: Split BlockNodeInfo off of ImageInfo
,
Kevin Wolf
,
2023/01/20
[PULL 26/38] block/nbd: Add missing <qemu/bswap.h> include
,
Kevin Wolf
,
2023/01/20
[PULL 31/38] qemu-img: Use BlockNodeInfo
,
Kevin Wolf
,
2023/01/20
[PULL 34/38] block/qapi: Add indentation to bdrv_node_info_dump()
,
Kevin Wolf
,
2023/01/20
[PULL 33/38] block/qapi: Introduce BlockGraphInfo
,
Kevin Wolf
,
2023/01/20
[PULL 37/38] qemu-img: Let info print block graph
,
Kevin Wolf
,
2023/01/20
[PULL 32/38] block/qapi: Let bdrv_query_image_info() recurse
,
Kevin Wolf
,
2023/01/20
[PULL 36/38] iotests/106, 214, 308: Read only one size line
,
Kevin Wolf
,
2023/01/20
[PULL 35/38] iotests: Filter child node information
,
Kevin Wolf
,
2023/01/20
[PULL 38/38] qemu-img: Change info key names for protocol nodes
,
Kevin Wolf
,
2023/01/20
Re: [PULL 00/38] Block layer patches
,
Peter Maydell
,
2023/01/21
Re: [SeaBIOS] [PATCH 1/4] better kvm detection
,
David Woodhouse
,
2023/01/20
[RFC PATCH 0/2] fix SD card migration
,
Daniel Henrique Barboza
,
2023/01/20
[RFC PATCH 2/2] hw/sd: skip double power-up in sd_vmstate_pre_load()
,
Daniel Henrique Barboza
,
2023/01/20
Re: [RFC PATCH 2/2] hw/sd: skip double power-up in sd_vmstate_pre_load()
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [RFC PATCH 2/2] hw/sd: skip double power-up in sd_vmstate_pre_load()
,
Dr. David Alan Gilbert
,
2023/01/23
[RFC PATCH 1/2] hw/sd/sd.c: add sd_card_powered_up()
,
Daniel Henrique Barboza
,
2023/01/20
[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
,
David Woodhouse
,
2023/01/20
Re: [SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
,
Paul Durrant
,
2023/01/26
Re: [SeaBIOS] [SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
,
Kevin O'Connor
,
2023/01/26
[RFC PATCH 0/3] migration: support query migration thread information
,
Jiang Jiacheng
,
2023/01/20
[PATCH 3/3] migration: save/delete migration thread info
,
Jiang Jiacheng
,
2023/01/20
Re: [PATCH 3/3] migration: save/delete migration thread info
,
Juan Quintela
,
2023/01/29
Re: [PATCH 3/3] migration: save/delete migration thread info
,
Jiang Jiacheng
,
2023/01/30
Re: [PATCH 3/3] migration: save/delete migration thread info
,
Juan Quintela
,
2023/01/30
Re: [PATCH 3/3] migration: save/delete migration thread info
,
Jiang Jiacheng
,
2023/01/31
[PATCH 2/3] migration: implement query migration threadinfo by name
,
Jiang Jiacheng
,
2023/01/20
Re: [PATCH 2/3] migration: implement query migration threadinfo by name
,
Juan Quintela
,
2023/01/29
Re: [PATCH 2/3] migration: implement query migration threadinfo by name
,
Jiang Jiacheng
,
2023/01/30
Re: [PATCH 2/3] migration: implement query migration threadinfo by name
,
Juan Quintela
,
2023/01/30
Re: [PATCH 2/3] migration: implement query migration threadinfo by name
,
Jiang Jiacheng
,
2023/01/31
Re: [PATCH 2/3] migration: implement query migration threadinfo by name
,
Juan Quintela
,
2023/01/31
[PATCH 1/3] migration: report migration thread name to libvirt
,
Jiang Jiacheng
,
2023/01/20
Re: [PATCH 1/3] migration: report migration thread name to libvirt
,
Juan Quintela
,
2023/01/29
Re: [PATCH 1/3] migration: report migration thread name to libvirt
,
Jiang Jiacheng
,
2023/01/30
[PATCH v2] gitlab-ci: Check building KVM-only aarch64 target
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v2] gitlab-ci: Check building KVM-only aarch64 target
,
Thomas Huth
,
2023/01/20
[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v3 01/11] tests/qtest/boot-serial-test: Constify tests[] array
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v3 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v3 03/11] tests/qtest/boot-serial-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v3 04/11] tests/qtest/boot-serial-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v3 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
,
Juan Quintela
,
2023/01/29
[PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Juan Quintela
,
2023/01/29
Re: [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Thomas Huth
,
2023/01/31
[PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Dr. David Alan Gilbert
,
2023/01/23
Re: [PATCH v3 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Juan Quintela
,
2023/01/29
[PATCH v3 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
,
Juan Quintela
,
2023/01/29
[PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Dr. David Alan Gilbert
,
2023/01/23
Re: [PATCH v3 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Juan Quintela
,
2023/01/29
[PATCH v3 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
,
Juan Quintela
,
2023/01/29
[PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators
,
Juan Quintela
,
2023/01/29
Re: [PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
,
Thomas Huth
,
2023/01/20
Re: [PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2] travis.yml: Use the libfdt from the distro instead of the submodule
,
Thomas Huth
,
2023/01/20
Re: [PATCH v2] travis.yml: Use the libfdt from the distro instead of the submodule
,
Philippe Mathieu-Daudé
,
2023/01/20
[PULL 00/37] riscv-to-apply queue
,
Alistair Francis
,
2023/01/20
[PULL 02/37] hw/char: riscv_htif: Drop {to, from}host_size in HTIFState
,
Alistair Francis
,
2023/01/20
[PULL 01/37] hw/char: riscv_htif: Avoid using magic numbers
,
Alistair Francis
,
2023/01/20
[PULL 09/37] hw/riscv/boot.c: make riscv_find_firmware() static
,
Alistair Francis
,
2023/01/20
[PULL 06/37] hw/char: riscv_htif: Remove forward declarations for non-existent variables
,
Alistair Francis
,
2023/01/20
[PULL 10/37] hw/riscv/boot.c: introduce riscv_default_firmware_name()
,
Alistair Francis
,
2023/01/20
[PULL 03/37] hw/char: riscv_htif: Drop useless assignment of memory region
,
Alistair Francis
,
2023/01/20
[PULL 04/37] hw/char: riscv_htif: Use conventional 's' for HTIFState
,
Alistair Francis
,
2023/01/20
[PULL 05/37] hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
,
Alistair Francis
,
2023/01/20
[PULL 07/37] hw/char: riscv_htif: Support console output via proxy syscall
,
Alistair Francis
,
2023/01/20
[PULL 08/37] hw/riscv: spike: Remove the out-of-date comments
,
Alistair Francis
,
2023/01/20
[PULL 11/37] hw/riscv/boot.c: Introduce riscv_find_firmware()
,
Alistair Francis
,
2023/01/20
[PULL 12/37] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
,
Alistair Francis
,
2023/01/20
[PULL 13/37] target/riscv/cpu.c: Fix elen check
,
Alistair Francis
,
2023/01/20
[PULL 14/37] tests/avocado: add RISC-V OpenSBI boot test
,
Alistair Francis
,
2023/01/20
[PULL 16/37] hw/riscv/sifive_u: use 'fdt' from MachineState
,
Alistair Francis
,
2023/01/20
[PULL 15/37] hw/riscv/spike: use 'fdt' from MachineState
,
Alistair Francis
,
2023/01/20
[PULL 17/37] hw/riscv/boot.c: exit early if filename is NULL in load functions
,
Alistair Francis
,
2023/01/20
[PULL 18/37] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
,
Alistair Francis
,
2023/01/20
[PULL 19/37] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
,
Alistair Francis
,
2023/01/20
[PULL 20/37] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
,
Alistair Francis
,
2023/01/20
[PULL 21/37] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
,
Alistair Francis
,
2023/01/20
[PULL 22/37] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
,
Alistair Francis
,
2023/01/20
[PULL 23/37] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Alistair Francis
,
2023/01/20
[PULL 24/37] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
,
Alistair Francis
,
2023/01/20
[PULL 26/37] hw/riscv/spike.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/20
[PULL 28/37] hw/riscv/sifive_u.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/20
[PULL 25/37] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Alistair Francis
,
2023/01/20
[PULL 30/37] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
,
Alistair Francis
,
2023/01/20
[PULL 27/37] hw/riscv/virt.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/20
[PULL 31/37] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
,
Alistair Francis
,
2023/01/20
[PULL 29/37] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
,
Alistair Francis
,
2023/01/20
[PULL 32/37] target/riscv: Fix up masking of vsip/vsie accesses
,
Alistair Francis
,
2023/01/20
[PULL 33/37] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
,
Alistair Francis
,
2023/01/20
[PULL 34/37] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
,
Alistair Francis
,
2023/01/20
[PULL 35/37] target/riscv: Introduce helper_set_rounding_mode_chkfrm
,
Alistair Francis
,
2023/01/20
[PULL 37/37] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()
,
Alistair Francis
,
2023/01/20
[PULL 36/37] target/riscv: Remove helper_set_rod_rounding_mode
,
Alistair Francis
,
2023/01/20
Re: [PULL 00/37] riscv-to-apply queue
,
Peter Maydell
,
2023/01/21
[PULL 00/12] Header cleanup patches for 2023-01-20
,
Markus Armbruster
,
2023/01/20
[PULL 08/12] include/hw/block: Include hw/block/block.h where needed
,
Markus Armbruster
,
2023/01/20
[PULL 03/12] coroutine: Clean up superfluous inclusion of qemu/lockable.h
,
Markus Armbruster
,
2023/01/20
[PULL 01/12] coroutine: Clean up superfluous inclusion of qemu/coroutine.h
,
Markus Armbruster
,
2023/01/20
[PULL 10/12] include/hw/ppc: Supply a few missing includes
,
Markus Armbruster
,
2023/01/20
[PULL 02/12] coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
,
Markus Armbruster
,
2023/01/20
[PULL 12/12] include/hw/ppc include/hw/pci-host: Drop extra typedefs
,
Markus Armbruster
,
2023/01/20
[PULL 05/12] coroutine: Use Coroutine typedef name instead of structure tag
,
Markus Armbruster
,
2023/01/20
[PULL 06/12] include/block: Untangle inclusion loops
,
Markus Armbruster
,
2023/01/20
[PULL 09/12] include/hw/ppc: Split pnv_chip.h off pnv.h
,
Markus Armbruster
,
2023/01/20
Re: [PULL 09/12] include/hw/ppc: Split pnv_chip.h off pnv.h
,
Philippe Mathieu-Daudé
,
2023/01/23
Re: [PULL 09/12] include/hw/ppc: Split pnv_chip.h off pnv.h
,
Markus Armbruster
,
2023/01/23
Re: [PULL 09/12] include/hw/ppc: Split pnv_chip.h off pnv.h
,
Philippe Mathieu-Daudé
,
2023/01/23
[PULL 04/12] coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
,
Markus Armbruster
,
2023/01/20
[PULL 11/12] include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h
,
Markus Armbruster
,
2023/01/20
[PULL 07/12] hw/sparc64/niagara: Use blk_name() instead of open-coding it
,
Markus Armbruster
,
2023/01/20
Re: [PULL 00/12] Header cleanup patches for 2023-01-20
,
Peter Maydell
,
2023/01/20
[PATCH 0/2] read kvmclock from guest memory if !correct_tsc_shift
,
Marcelo Tosatti
,
2023/01/19
[PATCH 1/2] linux-headers: sync KVM_CLOCK_CORRECT_TSC_SHIFT flag
,
Marcelo Tosatti
,
2023/01/19
[PATCH 2/2] hw/i386/kvm/clock.c: read kvmclock from guest memory if !correct_tsc_shift
,
Marcelo Tosatti
,
2023/01/19
Re: [PATCH 0/2] read kvmclock from guest memory if !correct_tsc_shift
,
Paolo Bonzini
,
2023/01/20
Re: [PATCH] hw/riscv: Add support to change default RISCV hart memory region
,
Alistair Francis
,
2023/01/19
Re: [PATCH v3 0/2] hw/usb: add configuration flags for emulated and passthru usb smartcard
,
Jon Maloy
,
2023/01/19
[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] virtio-scsi: reset SCSI devices from main loop thread
,
Stefan Hajnoczi
,
2023/01/19
Re: [PATCH] virtio-scsi: reset SCSI devices from main loop thread
,
Michael S. Tsirkin
,
2023/01/20
[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
,
BALATON Zoltan
,
2023/01/19
Re: [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
,
BALATON Zoltan
,
2023/01/31
[PATCH 2/2] log: remove unneeded new line
,
BALATON Zoltan
,
2023/01/19
Re: [PATCH 2/2] log: remove unneeded new line
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v9 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v9 1/3] hw/riscv: clear kernel_entry higher bits from load_elf_ram_sym()
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v9 1/3] hw/riscv: clear kernel_entry higher bits from load_elf_ram_sym()
,
Alistair Francis
,
2023/01/22
Re: [PATCH v9 1/3] hw/riscv: clear kernel_entry higher bits from load_elf_ram_sym()
,
Alistair Francis
,
2023/01/31
[PATCH v9 2/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v9 3/3] hw/riscv/boot.c: make riscv_load_initrd() static
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v9 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
,
Alistair Francis
,
2023/01/22
Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information
,
Kevin Wolf
,
2023/01/19
Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information
,
Hanna Czenczek
,
2023/01/20
[PATCH v3 0/7] riscv: fdt related cleanups
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v3 1/7] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v3 2/7] hw/riscv: split fdt address calculation from fdt load
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v3 5/7] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v3 4/7] hw/riscv: simplify riscv_compute_fdt_addr()
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v3 4/7] hw/riscv: simplify riscv_compute_fdt_addr()
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Conor Dooley
,
2023/01/19
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Conor Dooley
,
2023/01/19
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Daniel Henrique Barboza
,
2023/01/21
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Conor Dooley
,
2023/01/21
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Alistair Francis
,
2023/01/22
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Daniel Henrique Barboza
,
2023/01/23
Re: [PATCH v3 3/7] hw/riscv/microchip_pfsoc.c: add an Icicle Kit fdt address function
,
Alistair Francis
,
2023/01/23
[PATCH v3 6/7] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v3 7/7] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH] MAINTAINERS: Add myself as VFIO reviewer
,
Cédric Le Goater
,
2023/01/19
[PATCH 00/18] testing/next updates (gitlab, docker, check-tcg)
,
Alex Bennée
,
2023/01/19
[PATCH 01/18] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/19
[PATCH 05/18] build-sys: fix crlf-ending C code
,
Alex Bennée
,
2023/01/19
[PATCH 08/18] docs: drop texinfo options
,
Alex Bennée
,
2023/01/19
[PATCH 09/18] gitlab: add lsan suppression file to workaround tcmalloc issues
,
Alex Bennée
,
2023/01/19
[PATCH 13/18] tests/docker: Install flex in debian-tricore-cross
,
Alex Bennée
,
2023/01/19
[PATCH 02/18] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Alex Bennée
,
2023/01/19
[PATCH 06/18] .gitlab-ci.d/windows: do not disable opengl
,
Alex Bennée
,
2023/01/19
Re: [PATCH 06/18] .gitlab-ci.d/windows: do not disable opengl
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 04/18] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Alex Bennée
,
2023/01/19
[PATCH 03/18] gitlab: just use plain --cc=clang for custom runner build
,
Alex Bennée
,
2023/01/19
Re: [PATCH 03/18] gitlab: just use plain --cc=clang for custom runner build
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 07/18] meson: replace Perl usage with Python
,
Alex Bennée
,
2023/01/19
[PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
,
Alex Bennée
,
2023/01/19
Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
,
Richard Henderson
,
2023/01/19
Re: [PATCH 14/18] tests/docker: drop debian-tricore-cross's partial status
,
Alex Bennée
,
2023/01/20
[PATCH 12/18] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/19
[PATCH 10/18] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/19
Re: [PATCH 10/18] Update lcitool and fedora to 37
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 10/18] Update lcitool and fedora to 37
,
Paolo Bonzini
,
2023/01/19
Re: [PATCH 10/18] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/20
[PATCH 15/18] tests/tcg: skip the vma-pthread test on CI
,
Alex Bennée
,
2023/01/19
Re: [PATCH 15/18] tests/tcg: skip the vma-pthread test on CI
,
Richard Henderson
,
2023/01/19
[PATCH 16/18] tests/tcg: Use SIGKILL for timeout
,
Alex Bennée
,
2023/01/19
Re: [PATCH 16/18] tests/tcg: Use SIGKILL for timeout
,
Richard Henderson
,
2023/01/19
[PATCH 18/18] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Alex Bennée
,
2023/01/19
[PATCH 17/18] gitlab: wrap up test results for custom runners
,
Alex Bennée
,
2023/01/19
Re: [PATCH 17/18] gitlab: wrap up test results for custom runners
,
Thomas Huth
,
2023/01/20
Re: [PATCH 17/18] gitlab: wrap up test results for custom runners
,
Alex Bennée
,
2023/01/20
[PATCH 11/18] lcitool: drop perl from QEMU project/dependencies
,
Alex Bennée
,
2023/01/19
Re: [PATCH 11/18] lcitool: drop perl from QEMU project/dependencies
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Richard Henderson
,
2023/01/19
Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Peter Maydell
,
2023/01/19
Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Richard Henderson
,
2023/01/19
Re: [PATCH] tcg: Mark tcg helpers noinline to avoid an issue with LTO
,
Idan Horowitz
,
2023/01/19
[PATCH] gitlab-ci: Check building KVM-only aarch64 target
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH] gitlab-ci: Check building KVM-only aarch64 target
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH] gitlab-ci: Check building KVM-only aarch64 target
,
Alex Bennée
,
2023/01/19
[PATCH 0/5] scripts/ci: update build environment playbooks
,
Paolo Bonzini
,
2023/01/19
[PATCH 1/5] scripts/ci: remove unnecessary checks from CentOS playbook
,
Paolo Bonzini
,
2023/01/19
[PATCH 2/5] scripts/ci: support CentOS Stream 8 in build-environment.yaml
,
Paolo Bonzini
,
2023/01/19
[PATCH 4/5] scripts/ci: unify package lists for CentOS in build-environment files
,
Paolo Bonzini
,
2023/01/19
[PATCH 5/5] scripts/ci: bump CentOS Python to 3.8
,
Paolo Bonzini
,
2023/01/19
[PATCH 3/5] scripts/ci: add capstone development packages
,
Paolo Bonzini
,
2023/01/19
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Kevin Wolf
,
2023/01/19
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Hanna Czenczek
,
2023/01/20
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Eric Blake
,
2023/01/27
Re: [PATCH v2 03/12] block/vmdk: Change extent info type
,
Kevin Wolf
,
2023/01/30
[PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v2 01/11] tests/qtest/boot-serial-test: Constify tests[] array
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 01/11] tests/qtest/boot-serial-test: Constify tests[] array
,
Richard Henderson
,
2023/01/19
[PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit
,
Thomas Huth
,
2023/01/20
[PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
,
Thomas Huth
,
2023/01/20
Re: [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators
,
Fabiano Rosas
,
2023/01/19
Re: [PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators
,
Richard Henderson
,
2023/01/19
[PATCH v2 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders
,
Richard Henderson
,
2023/01/19
[PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Thomas Huth
,
2023/01/20
Re: [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 08/11] tests/qtest/migration-test: Build command line using GString API (2/4)
,
Richard Henderson
,
2023/01/19
[PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4)
,
Philippe Mathieu-Daudé
,
2023/01/20
[PATCH v2 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 10/11] tests/qtest/migration-test: Build command line using GString API (4/4)
,
Richard Henderson
,
2023/01/19
[PATCH v2 11/11] tests/qtest/migration-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 11/11] tests/qtest/migration-test: Only use available accelerators
,
Richard Henderson
,
2023/01/19
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Kevin Wolf
,
2023/01/19
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Hanna Czenczek
,
2023/01/20
Re: [PATCH v2 01/12] block: Improve empty format-specific info dump
,
Kevin Wolf
,
2023/01/20
[PATCH] travis.yml: Remove the generic addons section
,
Thomas Huth
,
2023/01/19
[RFC PATCH v4 00/15] target/arm: Allow CONFIG_TCG=n builds
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 02/15] target/arm: move cpu_tcg to tcg/cpu32.c
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 01/15] target/arm: Move 64-bit TCG CPUs into tcg/
,
Richard Henderson
,
2023/01/19
[RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 03/15] target/arm: Remove default cpu for KVM-only builds
,
Daniel P . Berrangé
,
2023/01/20
[RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 04/15] tests/qtest: arm-cpu-features: Match tests to required accelerators
,
Thomas Huth
,
2023/01/20
[RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
,
Thomas Huth
,
2023/01/20
Re: [RFC PATCH v4 05/15] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
,
Thomas Huth
,
2023/01/20
[RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
,
Thomas Huth
,
2023/01/20
Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
,
Cornelia Huck
,
2023/01/20
Re: [RFC PATCH v4 06/15] tests/qtest: Add qtest_get_machine_args
,
Thomas Huth
,
2023/01/20
[RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 07/15] tests/qtest: Adjust qom-test to always set a -cpu option
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 08/15] tests/qtest: Adjust test-hmp to always pass -cpu option
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 08/15] tests/qtest: Adjust test-hmp to always pass -cpu option
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [RFC PATCH v4 08/15] tests/qtest: Adjust test-hmp to always pass -cpu option
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 09/15] tests/qtest: Adjust device-introspect-test to always set a -cpu option
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 10/15] tests/qtest: aarch64: Set -cpu for numa-test
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 11/15] tests/qemu-iotests: Allow passing a -cpu option in the QEMU cmdline
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 11/15] tests/qemu-iotests: Allow passing a -cpu option in the QEMU cmdline
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 11/15] tests/qemu-iotests: Allow passing a -cpu option in the QEMU cmdline
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 12/15] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Philippe Mathieu-Daudé
,
2023/01/19
[RFC PATCH v4 13/15] target/avocado: Pass parameters to migration test on aarch64
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 13/15] target/avocado: Pass parameters to migration test on aarch64
,
Richard Henderson
,
2023/01/19
[RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [RFC PATCH v4 14/15] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Fabiano Rosas
,
2023/01/19
[RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Fabiano Rosas
,
2023/01/19
Re: [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Richard Henderson
,
2023/01/19
Re: [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [RFC PATCH v4 15/15] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Fabiano Rosas
,
2023/01/19
[PATCH] travis.yml: Use the libfdt from the distro instead of the submodule
,
Thomas Huth
,
2023/01/19
Re: [PATCH] travis.yml: Use the libfdt from the distro instead of the submodule
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH] travis.yml: Use the libfdt from the distro instead of the submodule
,
Thomas Huth
,
2023/01/19
[PULL 00/17] Monitor patches for 2023-01-19
,
Markus Armbruster
,
2023/01/19
[PULL 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
,
Markus Armbruster
,
2023/01/19
[PULL 15/17] ui: Don't check for mode change after mouse_set error
,
Markus Armbruster
,
2023/01/19
[PULL 09/17] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
,
Markus Armbruster
,
2023/01/19
[PULL 03/17] ui/spice: Require spice-protocol >= 0.14.0
,
Markus Armbruster
,
2023/01/19
[PULL 04/17] Revert "hmp: info spice: take out webdav"
,
Markus Armbruster
,
2023/01/19
[PULL 05/17] ui/spice: Require spice-server >= 0.14.0
,
Markus Armbruster
,
2023/01/19
[PULL 10/17] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
,
Markus Armbruster
,
2023/01/19
[PULL 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
,
Markus Armbruster
,
2023/01/19
[PULL 11/17] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
,
Markus Armbruster
,
2023/01/19
[PULL 14/17] ui: Reduce nesting in hmp_change_vnc() slightly
,
Markus Armbruster
,
2023/01/19
[PULL 13/17] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
,
Markus Armbruster
,
2023/01/19
[PULL 17/17] ui: Simplify control flow in qemu_mouse_set()
,
Markus Armbruster
,
2023/01/19
[PULL 07/17] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
,
Markus Armbruster
,
2023/01/19
[PULL 08/17] ui: Clean up a few things checkpatch.pl would flag later on
,
Markus Armbruster
,
2023/01/19
[PULL 12/17] ui: Improve "change vnc" error reporting
,
Markus Armbruster
,
2023/01/19
[PULL 06/17] ui/spice: QXLInterface method set_mm_time() is now dead, drop
,
Markus Armbruster
,
2023/01/19
[PULL 01/17] ui: Check numeric part of expire_password argument @time properly
,
Markus Armbruster
,
2023/01/19
Re: [PULL 00/17] Monitor patches for 2023-01-19
,
Peter Maydell
,
2023/01/20
Re: [PATCH 2/3] block: do not check bdrv_file_open
,
Kevin Wolf
,
2023/01/19
[PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Thomas Huth
,
2023/01/19
Re: [PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH] MAINTAINERS: Fix the entry for tests/tcg/nios2
,
Alex Bennée
,
2023/01/19
[PATCH] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
,
Thomas Huth
,
2023/01/19
Re: [PATCH] configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 config
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH] hw/misc: Add basic Aspeed GFX model
,
Joel Stanley
,
2023/01/19
Re: [PATCH] hw/misc: Add basic Aspeed GFX model
,
Andrew Jeffery
,
2023/01/19
[PATCH 00/25] aspeed: Various extensions, fixes and cleanups
,
Cédric Le Goater
,
2023/01/19
[PATCH 01/25] m25p80: Improve error when the backend file size does not match the device
,
Cédric Le Goater
,
2023/01/19
[PATCH 03/25] hw/net: Fix read of uninitialized memory in ftgmac100
,
Cédric Le Goater
,
2023/01/19
[PATCH 02/25] aspeed: Add Supermicro X11 SPI machine type
,
Cédric Le Goater
,
2023/01/19
[PATCH 04/25] avocado/boot_linux_console.py: Update ast2600 test
,
Cédric Le Goater
,
2023/01/19
[PATCH 05/25] m25p80: Add the is25wp256 SFPD table
,
Cédric Le Goater
,
2023/01/19
[PATCH 06/25] tests/avocado/machine_aspeed.py: update buildroot tests
,
Cédric Le Goater
,
2023/01/19
[PATCH 07/25] tests/avocado/machine_aspeed.py: Mask systemd services to speed up SDK boot
,
Cédric Le Goater
,
2023/01/19
[PATCH 08/25] hw/arm/boot: Export write_bootloader for Aspeed machines
,
Cédric Le Goater
,
2023/01/19
[PATCH 09/25] hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr
,
Cédric Le Goater
,
2023/01/19
[PATCH 10/25] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Cédric Le Goater
,
2023/01/19
[PATCH 11/25] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Cédric Le Goater
,
2023/01/19
[PATCH 12/25] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/19
[PATCH 13/25] hw/arm/aspeed: Add aspeed_eeprom.c
,
Cédric Le Goater
,
2023/01/19
[PATCH 14/25] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Cédric Le Goater
,
2023/01/19
[PATCH 15/25] target/arm: Allow users to set the number of VFP registers
,
Cédric Le Goater
,
2023/01/19
Re: [PATCH 15/25] target/arm: Allow users to set the number of VFP registers
,
Cédric Le Goater
,
2023/01/20
Re: [PATCH 15/25] target/arm: Allow users to set the number of VFP registers
,
Peter Maydell
,
2023/01/20
[PATCH 17/25] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
,
Cédric Le Goater
,
2023/01/19
[PATCH 18/25] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
,
Cédric Le Goater
,
2023/01/19
[PATCH 20/25] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
,
Cédric Le Goater
,
2023/01/19
[PATCH 21/25] hw/arm/aspeed_ast10x0: Map I3C peripheral
,
Cédric Le Goater
,
2023/01/19
[PATCH 16/25] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
,
Cédric Le Goater
,
2023/01/19
[PATCH 24/25] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
,
Cédric Le Goater
,
2023/01/19
[PATCH 19/25] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
,
Cédric Le Goater
,
2023/01/19
[PATCH 22/25] hw/arm/aspeed_ast10x0: Map the secure SRAM
,
Cédric Le Goater
,
2023/01/19
[PATCH 23/25] hw/arm/aspeed_ast10x0: Map HACE peripheral
,
Cédric Le Goater
,
2023/01/19
[PATCH 25/25] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board
,
Cédric Le Goater
,
2023/01/19
[PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on Windows
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on Windows
,
Richard Henderson
,
2023/01/19
[PATCH 2/3] tests/qtest/vnc-display-test: Use the 'none' machine
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 2/3] tests/qtest/vnc-display-test: Use the 'none' machine
,
Fabiano Rosas
,
2023/01/19
Re: [PATCH 2/3] tests/qtest/vnc-display-test: Use the 'none' machine
,
Richard Henderson
,
2023/01/19
[RFC PATCH 3/3] tests/qtest/vnc-display-test: Disable on Darwin
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [RFC PATCH 3/3] tests/qtest/vnc-display-test: Disable on Darwin
,
Daniel P . Berrangé
,
2023/01/20
Re: [PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
,
Marc-André Lureau
,
2023/01/19
Re: [PATCH 0/3] tests/qtest/vnc-display-test: Silent warnings & explicit machine
,
Thomas Huth
,
2023/01/26
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Daniel P . Berrangé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Daniel P . Berrangé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Daniel P . Berrangé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Daniel P . Berrangé
,
2023/01/19
Re: tests/qtest: Is vnc-display-test supposed to work on Darwin?
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH] MAINTAINERS: Cover RCU documentation
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v4] net: stream: add a new option to automatically reconnect
,
Laurent Vivier
,
2023/01/19
Re: [PATCH v4] net: stream: add a new option to automatically reconnect
,
Jason Wang
,
2023/01/28
[PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG disabled
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 1/8] tests/qtest/boot-serial-test: Constify tests[] array
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 2/8] tests/qtest/boot-serial-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 7/8] tests/qtest/boot-serial-test: Allow running with HVF
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 3/8] tests/qtest/boot-serial-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH 4/8] tests/qtest/migration-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 4/8] tests/qtest/migration-test: Build command line using GString API
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH 4/8] tests/qtest/migration-test: Build command line using GString API
,
Philippe Mathieu-Daudé
,
2023/01/19
[RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Thomas Huth
,
2023/01/19
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Thomas Huth
,
2023/01/19
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Thomas Huth
,
2023/01/20
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Philippe Mathieu-Daudé
,
2023/01/20
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Thomas Huth
,
2023/01/20
Re: [RFC PATCH 6/8] tests/qtest/libqtest: Allow checking for HVF accelerator
,
Thomas Huth
,
2023/01/19
[PATCH 5/8] tests/qtest/migration-test: Only use available accelerators
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 5/8] tests/qtest/migration-test: Only use available accelerators
,
Dr. David Alan Gilbert
,
2023/01/19
[PATCH 8/8] tests/qtest/migration-test: Allow running with HVF
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 8/8] tests/qtest/migration-test: Allow running with HVF
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH 8/8] tests/qtest/migration-test: Allow running with HVF
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v2 0/5] AVR target fixes
,
Pavel Dovgalyuk
,
2023/01/19
[PATCH v2 1/5] target/avr: fix long address calculation
,
Pavel Dovgalyuk
,
2023/01/19
[PATCH v2 5/5] target/avr: enable icount mode
,
Pavel Dovgalyuk
,
2023/01/19
Re: [PATCH v2 5/5] target/avr: enable icount mode
,
Richard Henderson
,
2023/01/19
[PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
,
Pavel Dovgalyuk
,
2023/01/19
Re: [PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
,
Richard Henderson
,
2023/01/19
[PATCH v2 3/5] target/avr: fix avr features processing
,
Pavel Dovgalyuk
,
2023/01/19
Re: [PATCH v2 3/5] target/avr: fix avr features processing
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 3/5] target/avr: fix avr features processing
,
Richard Henderson
,
2023/01/19
[PATCH v2 4/5] target/avr: fix interrupt processing
,
Pavel Dovgalyuk
,
2023/01/19
Re: [PATCH v2 4/5] target/avr: fix interrupt processing
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v2 4/5] target/avr: fix interrupt processing
,
Richard Henderson
,
2023/01/19
[PATCH v2 0/5] AVR target fixes
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH v2 1/5] target/avr: fix long address calculation
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH v2 5/5] target/avr: enable icount mode
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH v2 3/5] target/avr: fix avr features processing
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH v2 4/5] target/avr: fix interrupt processing
,
Pavel Dovgalyuk
,
2023/01/24
[PATCH 0/2] MAINTAINERS: Small potatos
,
Markus Armbruster
,
2023/01/19
[PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
,
Juan Quintela
,
2023/01/29
[PATCH 1/2] MAINTAINERS: Cover userfaultfd
,
Markus Armbruster
,
2023/01/19
Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
,
Juan Quintela
,
2023/01/29
Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
,
Juan Quintela
,
2023/01/29
[PATCH 3/2] MAINTAINERS: Cover tpm.c again
,
Markus Armbruster
,
2023/01/20
MSYS2 and libfdt
,
Thomas Huth
,
2023/01/19
Re: MSYS2 and libfdt
,
Stefan Weil
,
2023/01/19
Re: MSYS2 and libfdt
,
Thomas Huth
,
2023/01/19
Re: MSYS2 and libfdt
,
Marc-André Lureau
,
2023/01/19
Re: MSYS2 and libfdt
,
Thomas Huth
,
2023/01/20
Re: MSYS2 and libfdt
,
Marc-André Lureau
,
2023/01/20
Re: MSYS2 and libfdt
,
Daniel P . Berrangé
,
2023/01/23
Re: MSYS2 and libfdt
,
Thomas Huth
,
2023/01/24
NetBSD and libfdt (was: Re: MSYS2 and libfdt)
,
Thomas Huth
,
2023/01/24
Re: NetBSD and libfdt (was: Re: MSYS2 and libfdt)
,
Nick Hudson
,
2023/01/25
Re: NetBSD and libfdt
,
Thomas Huth
,
2023/01/25
MinGW and libfdt (was: Re: MSYS2 and libfdt)
,
Thomas Huth
,
2023/01/24
Re: MinGW and libfdt (was: Re: MSYS2 and libfdt)
,
Daniel P . Berrangé
,
2023/01/24
Re: MinGW and libfdt (was: Re: MSYS2 and libfdt)
,
Marc-André Lureau
,
2023/01/24
Re: MinGW and libfdt (was: Re: MSYS2 and libfdt)
,
Thomas Huth
,
2023/01/25
[PATCH v3 00/12] Refactor cryptodev
,
zhenwei pi
,
2023/01/19
[PATCH v3 03/12] cryptodev: Introduce cryptodev alg type in QAPI
,
zhenwei pi
,
2023/01/19
[PATCH v3 01/12] cryptodev: Introduce cryptodev.json
,
zhenwei pi
,
2023/01/19
[PATCH v3 02/12] cryptodev: Remove 'name' & 'model' fields
,
zhenwei pi
,
2023/01/19
[PATCH v3 04/12] cryptodev: Introduce server type in QAPI
,
zhenwei pi
,
2023/01/19
[PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
,
zhenwei pi
,
2023/01/19
[PATCH v3 06/12] cryptodev-builtin: Detect akcipher capability
,
zhenwei pi
,
2023/01/19
[PATCH v3 07/12] hmp: add cryptodev info command
,
zhenwei pi
,
2023/01/19
[PATCH v3 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
,
zhenwei pi
,
2023/01/19
[PATCH v3 09/12] cryptodev: Account statistics
,
zhenwei pi
,
2023/01/19
[PATCH v3 10/12] cryptodev: support QoS
,
zhenwei pi
,
2023/01/19
[PATCH v3 11/12] cryptodev: Support query-stats QMP command
,
zhenwei pi
,
2023/01/19
[PATCH v3 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
,
zhenwei pi
,
2023/01/19
Re: [PATCH v3 00/12] Refactor cryptodev
,
Michael S. Tsirkin
,
2023/01/27
[PATCH v3 00/12] Refactor cryptodev
,
zhenwei pi
,
2023/01/27
[PATCH v3 01/12] cryptodev: Introduce cryptodev.json
,
zhenwei pi
,
2023/01/27
[PATCH v3 02/12] cryptodev: Remove 'name' & 'model' fields
,
zhenwei pi
,
2023/01/27
[PATCH v3 03/12] cryptodev: Introduce cryptodev alg type in QAPI
,
zhenwei pi
,
2023/01/27
[PATCH v3 04/12] cryptodev: Introduce server type in QAPI
,
zhenwei pi
,
2023/01/27
[PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
,
zhenwei pi
,
2023/01/27
Re: [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
,
Michael S. Tsirkin
,
2023/01/28
Re: Re: [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
,
zhenwei pi
,
2023/01/28
[PATCH v3 06/12] cryptodev-builtin: Detect akcipher capability
,
zhenwei pi
,
2023/01/27
[PATCH v3 07/12] hmp: add cryptodev info command
,
zhenwei pi
,
2023/01/27
[PATCH v3 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
,
zhenwei pi
,
2023/01/27
[PATCH v3 09/12] cryptodev: Account statistics
,
zhenwei pi
,
2023/01/27
[PATCH v3 10/12] cryptodev: support QoS
,
zhenwei pi
,
2023/01/27
[PATCH v3 11/12] cryptodev: Support query-stats QMP command
,
zhenwei pi
,
2023/01/27
[PATCH v3 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
,
zhenwei pi
,
2023/01/27
Re: [PATCH v3 00/12] Refactor cryptodev
,
Michael S. Tsirkin
,
2023/01/28
Re: Re: [PATCH v3 00/12] Refactor cryptodev
,
zhenwei pi
,
2023/01/28
[PATCH v4 0/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/19
[PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/19
Re: [PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Darren Kenny
,
2023/01/20
Re: [PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Peter Maydell
,
2023/01/20
Re: [PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/26
[PATCH v4 0/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/19
[PATCH v4 0/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/19
[PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2023/01/19
Re: [PATCH v4 1/3] memory: prevent dma-reentracy issues
,
Stefan Hajnoczi
,
2023/01/25
[PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
2023/01/19
Re: [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Stefan Hajnoczi
,
2023/01/25
Re: [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API
,
Alexander Bulekov
,
2023/01/25
[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 v4 00/19] Clean up includes
,
Markus Armbruster
,
2023/01/19
[PATCH v4 14/19] block: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 14/19] block: Clean up includes
,
Eric Blake
,
2023/01/27
[PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Eric Blake
,
2023/01/27
Re: [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
,
Warner Losh
,
2023/01/27
[PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Markus Armbruster
,
2023/01/27
Re: [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
,
Juan Quintela
,
2023/01/29
[PATCH v4 11/19] net: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 11/19] net: Clean up includes
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Warner Losh
,
2023/01/19
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Warner Losh
,
2023/01/19
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
2023/01/27
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Peter Maydell
,
2023/01/27
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Michael S. Tsirkin
,
2023/01/27
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH v4 04/19] bsd-user: Clean up includes
,
Markus Armbruster
,
2023/01/30
[PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 17/19] Don't include headers already included by qemu/osdep.h
,
Christian Schoenebeck
,
2023/01/19
[PATCH v4 08/19] hw/tricore: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 08/19] hw/tricore: Clean up includes
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v4 09/19] qga: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 09/19] qga: Clean up includes
,
Konstantin Kostiuk
,
2023/01/19
[PATCH v4 13/19] riscv: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 13/19] riscv: Clean up includes
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH v4 13/19] riscv: Clean up includes
,
Alistair Francis
,
2023/01/19
[PATCH v4 07/19] hw/input: Clean up includes
,
Markus Armbruster
,
2023/01/19
[PATCH v4 19/19] Drop duplicate #include
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 19/19] Drop duplicate #include
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH v4 19/19] Drop duplicate #include
,
Greg Kurz
,
2023/01/19
Re: [PATCH v4 19/19] Drop duplicate #include
,
Juan Quintela
,
2023/01/29
[PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
,
Eric Blake
,
2023/01/27
[PATCH v4 05/19] crypto: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 05/19] crypto: Clean up includes
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v4 06/19] hw/cxl: Clean up includes
,
Markus Armbruster
,
2023/01/19
[PATCH v4 15/19] accel: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 15/19] accel: Clean up includes
,
Philippe Mathieu-Daudé
,
2023/01/19
[PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Eric Blake
,
2023/01/27
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
,
Markus Armbruster
,
2023/01/30
[PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Christian Schoenebeck
,
2023/01/19
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 18/19] 9p: Drop superfluous include of linux/limits.h
,
Christian Schoenebeck
,
2023/01/19
[PATCH v4 12/19] target/hexagon: Clean up includes
,
Markus Armbruster
,
2023/01/19
RE: [PATCH v4 12/19] target/hexagon: Clean up includes
,
Taylor Simpson
,
2023/01/19
Re: [PATCH v4 12/19] target/hexagon: Clean up includes
,
Markus Armbruster
,
2023/01/20
[PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 10/19] migration: Clean up includes
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 10/19] migration: Clean up includes
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH v4 10/19] migration: Clean up includes
,
Markus Armbruster
,
2023/01/20
Re: [PATCH v4 10/19] migration: Clean up includes
,
Juan Quintela
,
2023/01/29
Re: [PATCH v4 00/19] Clean up includes
,
Markus Armbruster
,
2023/01/19
Re: [PATCH v4 00/19] Clean up includes
,
Michael S. Tsirkin
,
2023/01/19
Who maintains util/userfaultfd.c?
,
Markus Armbruster
,
2023/01/19
Re: Who maintains util/userfaultfd.c?
,
Juan Quintela
,
2023/01/19
Re: Who maintains util/userfaultfd.c?
,
Markus Armbruster
,
2023/01/19
Announcement of aborting HAXM maintenance
,
Wang, Wenchao
,
2023/01/18
Re: Announcement of aborting HAXM maintenance
,
Daniel P . Berrangé
,
2023/01/19
Re: Announcement of aborting HAXM maintenance
,
Stefan Weil
,
2023/01/19
Re: Announcement of aborting HAXM maintenance
,
Peter Maydell
,
2023/01/19
RE: Announcement of aborting HAXM maintenance
,
Wang, Wenchao
,
2023/01/19
Re: Announcement of aborting HAXM maintenance
,
Thomas Huth
,
2023/01/25
Recall: Announcement of aboring HAXM maintenance
,
Wang, Wenchao
,
2023/01/18
Recall: Announcement of aboring HAXM maintenance
,
Wang, Wenchao
,
2023/01/18
Announcement of aboring HAXM maintenance
,
Wang, Wenchao
,
2023/01/18
Integrating with new Intel DSA hardware offloading
,
Hao Xiang .
,
2023/01/18
[RFC 0/3] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
2023/01/18
[RFC 1/3] qdev-properties: alias all object class properties
,
Stefan Hajnoczi
,
2023/01/18
[RFC 2/3] qdev: add IOThreadVirtQueueMappingList property type
,
Stefan Hajnoczi
,
2023/01/18
[RFC 3/3] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
2023/01/18
[PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Fabiano Rosas
,
2023/01/18
[PATCH 03/20] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
,
Fabiano Rosas
,
2023/01/18
[PATCH 02/20] target/arm: wrap psci call with tcg_enabled
,
Fabiano Rosas
,
2023/01/18
[PATCH 01/20] target/arm: rename handle_semihosting to tcg_handle_semihosting
,
Fabiano Rosas
,
2023/01/18
[PATCH 09/20] target/arm: move translate modules to tcg/
,
Fabiano Rosas
,
2023/01/18
[PATCH 05/20] target/arm: Move cpregs code out of cpu.h
,
Fabiano Rosas
,
2023/01/18
[PATCH 08/20] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
,
Fabiano Rosas
,
2023/01/18
[PATCH 06/20] target/arm: Move cpregs code into cpregs.c
,
Fabiano Rosas
,
2023/01/18
[PATCH 07/20] target/arm: Move define_debug_regs() to cpregs.c
,
Fabiano Rosas
,
2023/01/18
[PATCH 04/20] target/arm: Move PC alignment check
,
Fabiano Rosas
,
2023/01/18
[PATCH 13/20] target/arm: Move hflags code into the tcg directory
,
Fabiano Rosas
,
2023/01/18
[PATCH 11/20] target/arm: Move psci.c into the tcg directory
,
Fabiano Rosas
,
2023/01/18
[PATCH 10/20] target/arm: move helpers to tcg/
,
Fabiano Rosas
,
2023/01/18
[PATCH 12/20] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Fabiano Rosas
,
2023/01/18
[PATCH 14/20] target/arm: Move regime_using_lpae_format into internal.h
,
Fabiano Rosas
,
2023/01/18
[PATCH 17/20] target/arm: Move cortex sysregs into cpregs.c
,
Fabiano Rosas
,
2023/01/18
[PATCH 15/20] target/arm: Don't access TCG code when debugging with KVM
,
Fabiano Rosas
,
2023/01/18
[PATCH 16/20] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
,
Fabiano Rosas
,
2023/01/18
[PATCH 18/20] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Fabiano Rosas
,
2023/01/18
[PATCH 19/20] tests/avocado: Skip tests that require a missing accelerator
,
Fabiano Rosas
,
2023/01/18
[PATCH 20/20] tests/avocado: Tag TCG tests with accel:tcg
,
Fabiano Rosas
,
2023/01/18
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Fabiano Rosas
,
2023/01/18
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Fabiano Rosas
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Fabiano Rosas
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
Re: [PATCH 00/20] target/arm: CONFIG_TCG=n part 1
,
Philippe Mathieu-Daudé
,
2023/01/19
QEMU iotest 267 failure / assertion in migration code
,
Thomas Huth
,
2023/01/18
Re: QEMU iotest 267 failure / assertion in migration code
,
Dr. David Alan Gilbert
,
2023/01/18
Re: QEMU iotest 267 failure / assertion in migration code
,
Thomas Huth
,
2023/01/20
[RFC PATCH] gitlab: wrap up test results for custom runners
,
Alex Bennée
,
2023/01/18
[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/3] Remove C virtiofsd
,
Dr. David Alan Gilbert (git)
,
2023/01/18
[PATCH 1/3] virtiofsd: Remove build and docs glue
,
Dr. David Alan Gilbert (git)
,
2023/01/18
[PATCH 3/3] virtiofsd: Swing deprecated message to removed-features
,
Dr. David Alan Gilbert (git)
,
2023/01/18
[PATCH 2/3] virtiofsd: Remove source
,
Dr. David Alan Gilbert (git)
,
2023/01/18
Re: [PATCH 0/3] Remove C virtiofsd
,
Stefan Hajnoczi
,
2023/01/18
Re: [PATCH 0/3] Remove C virtiofsd
,
Hanna Czenczek
,
2023/01/19
Re: [PATCH 0/3] Remove C virtiofsd
,
Alex Bennée
,
2023/01/19
Re: [PATCH 0/3] Remove C virtiofsd
,
Stefan Hajnoczi
,
2023/01/18
[PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Thomas Huth
,
2023/01/18
Re: [PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Daniel P . Berrangé
,
2023/01/18
Re: [PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH] tests/qtest/bios-tables-test: Make the test less verbose by default
,
Igor Mammedov
,
2023/01/19
[PATCH 0/3] avocado_qemu: allow cross-arch tests
,
Daniel Henrique Barboza
,
2023/01/18
[PATCH 1/3] avocado_qemu: enhance CANCEL message in QemuBaseTest:setUp()
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH 1/3] avocado_qemu: enhance CANCEL message in QemuBaseTest:setUp()
,
Fabiano Rosas
,
2023/01/18
[PATCH 2/3] avocado_qemu: add AVOCADO_DEFAULT_ARCH for cross-arch tests
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH 2/3] avocado_qemu: add AVOCADO_DEFAULT_ARCH for cross-arch tests
,
Fabiano Rosas
,
2023/01/18
Re: [PATCH 2/3] avocado_qemu: add AVOCADO_DEFAULT_ARCH for cross-arch tests
,
Daniel Henrique Barboza
,
2023/01/18
[PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE
,
Fabiano Rosas
,
2023/01/18
Re: [PATCH 3/3] avocado_qemu: add AVOCADO_DEFAULT_MACHINE
,
Daniel Henrique Barboza
,
2023/01/18
[PATCH qemu 1/3] hw/misc/mt7628-sysctrl.c: Add mt7628 system control support.
,
~luhux
,
2023/01/18
[PATCH qemu 2/3] hw/intc/mt7628-intc.c: add mt7628 interrupt control support.
,
~luhux
,
2023/01/18
[PATCH qemu 3/3] hw/mips/mt7628.c: add mt7628 soc support, add a mt7628 board VoCore2.
,
~luhux
,
2023/01/18
[PATCH] tests/qtest/qom-test: Stop spamming the test log
,
Thomas Huth
,
2023/01/18
Re: [PATCH] tests/qtest/qom-test: Stop spamming the test log
,
Daniel P . Berrangé
,
2023/01/18
Re: [PATCH] tests/qtest/qom-test: Stop spamming the test log
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH v7] tests/qtest: netdev: test stream and dgram backends
,
Laurent Vivier
,
2023/01/18
Re: [PATCH v7] tests/qtest: netdev: test stream and dgram backends
,
Thomas Huth
,
2023/01/26
Re: [PATCH v7] tests/qtest: netdev: test stream and dgram backends
,
Jason Wang
,
2023/01/28
[PULL 0/9] Testing, s390x and misc patches
,
Thomas Huth
,
2023/01/18
[PULL 1/9] Upgrade all packages in the FreeBSD VMs to ensure the freshness
,
Thomas Huth
,
2023/01/18
[PULL 2/9] Makefile: allow 'make uninstall'
,
Thomas Huth
,
2023/01/18
[PULL 3/9] bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
,
Thomas Huth
,
2023/01/18
[PULL 7/9] tests/qtest/libqos/e1000e: Remove duplicate register definitions
,
Thomas Huth
,
2023/01/18
[PULL 4/9] MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski
,
Thomas Huth
,
2023/01/18
Re: [PULL 4/9] MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski
,
Brad Smith
,
2023/01/20
[PULL 6/9] tests/qtest/e1000e-test: Fix the code style
,
Thomas Huth
,
2023/01/18
[PULL 5/9] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Thomas Huth
,
2023/01/18
[PULL 9/9] s390x/pv: Implement a CGS check helper
,
Thomas Huth
,
2023/01/18
[PULL 8/9] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4
,
Thomas Huth
,
2023/01/18
Re: [PULL 0/9] Testing, s390x and misc patches
,
Peter Maydell
,
2023/01/19
[PATCH v2 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH v2 1/2] hw/pci-host/gt64120: Fix PCI I/O config register endianness
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH v2 1/2] hw/pci-host/gt64120: Fix PCI I/O config register endianness
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH v2 2/2] tests/avocado: Add test accessing NVMe on big-endian MIPS target
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH v2 2/2] tests/avocado: Add test accessing NVMe on big-endian MIPS target
,
Klaus Jensen
,
2023/01/19
[PATCH 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH 1/2] hw/pci-host/gt64120: Fix PCI I/O config register endianness
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 1/2] hw/pci-host/gt64120: Fix PCI I/O config register endianness
,
Klaus Jensen
,
2023/01/18
[PATCH 2/2] tests/avocado: Add test accessing NVMe on big-endian MIPS target
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH 0/2] hw/pci-host/gt64120: Fix regression on big-endian targets
,
Klaus Jensen
,
2023/01/18
[PATCH v2] target/tricore: Remove unused fields from CPUTriCoreState
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [PATCH v2] target/tricore: Remove unused fields from CPUTriCoreState
,
Richard Henderson
,
2023/01/18
Re: [PATCH v2] target/tricore: Remove unused fields from CPUTriCoreState
,
Bastian Koppelmann
,
2023/01/19
[PULL 00/15] Trivial branch for 8.0 patches
,
Laurent Vivier
,
2023/01/18
[PULL 03/15] hw/intc: Move some files out of the target-specific source set
,
Laurent Vivier
,
2023/01/18
[PULL 02/15] hw/display: Move omap_lcdc.c out of target-specific source set
,
Laurent Vivier
,
2023/01/18
[PULL 04/15] hw/tpm: Move tpm_ppi.c out of target-specific source set
,
Laurent Vivier
,
2023/01/18
[PULL 06/15] hw/cpu: Mark arm11 and realview mpcore as target-independent code
,
Laurent Vivier
,
2023/01/18
[PULL 05/15] hw/arm: Move various units to softmmu_ss[]
,
Laurent Vivier
,
2023/01/18
[PULL 09/15] tests/qtest/test-hmp: Improve the check for verbose mode
,
Laurent Vivier
,
2023/01/18
[PULL 08/15] hw/usb: Mark the XLNX_VERSAL-related files as target-independent
,
Laurent Vivier
,
2023/01/18
[PULL 07/15] hw/intc: Mark more interrupt-controller files as target independent
,
Laurent Vivier
,
2023/01/18
[PULL 10/15] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
,
Laurent Vivier
,
2023/01/18
[PULL 12/15] hw/pvrdma: Protect against buggy or malicious guest driver
,
Laurent Vivier
,
2023/01/18
[PULL 11/15] ccid-card-emulated: fix cast warning/error
,
Laurent Vivier
,
2023/01/18
[PULL 13/15] hw/cxl/cxl-cdat.c: spelling: missmatch
,
Laurent Vivier
,
2023/01/18
[PULL 14/15] hw/cxl/cxl-host: Fix an error message typo
,
Laurent Vivier
,
2023/01/18
[PULL 01/15] Call qemu_socketpair() instead of socketpair() when possible
,
Laurent Vivier
,
2023/01/18
[PULL 15/15] hw/ssi/sifive_spi.c: spelling: reigster
,
Laurent Vivier
,
2023/01/18
Re: [PULL 00/15] Trivial branch for 8.0 patches
,
Peter Maydell
,
2023/01/19
reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Hyeonggon Yoo
,
2023/01/18
Re: reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Pavel Dovgalyuk
,
2023/01/18
Re: reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Hyeonggon Yoo
,
2023/01/18
Re: reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Pavel Dovgalyuk
,
2023/01/18
Re: reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Hyeonggon Yoo
,
2023/01/18
Re: reverse-{debugging,continue} not working on v7.2.0, i386 guest
,
Pavel Dovgalyuk
,
2023/01/19
[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/17
[PATCH v4 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v4 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Corey Minyard
,
2023/01/25
[PATCH v4 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v4 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Corey Minyard
,
2023/01/25
[PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/18
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Ninad S Palsule
,
2023/01/25
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/25
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/26
RE: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Ninad S Palsule
,
2023/01/26
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/26
RE: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Ninad S Palsule
,
2023/01/26
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Corey Minyard
,
2023/01/25
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/25
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/27
Re: [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/28
[PATCH v4 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v4 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Cédric Le Goater
,
2023/01/18
Re: [PATCH v4 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/18
Re: [PATCH v4 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Corey Minyard
,
2023/01/25
[PATCH v4 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v4 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Cédric Le Goater
,
2023/01/18
Re: [PATCH v4 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Corey Minyard
,
2023/01/25
Re: [PATCH v4 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/25
[PATCH v2 00/10] tcg/loongarch64: Reorg goto_tb and cleanups
,
Richard Henderson
,
2023/01/17
[PATCH v2 01/10] target/loongarch: Enable the disassembler for host tcg
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 01/10] target/loongarch: Enable the disassembler for host tcg
,
WANG Xuerui
,
2023/01/22
Re: [PATCH v2 01/10] target/loongarch: Enable the disassembler for host tcg
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v2 02/10] target/loongarch: Disassemble jirl properly
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 02/10] target/loongarch: Disassemble jirl properly
,
WANG Xuerui
,
2023/01/22
[PATCH v2 03/10] target/loongarch: Disassemble pcadd* addresses
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 03/10] target/loongarch: Disassemble pcadd* addresses
,
WANG Xuerui
,
2023/01/22
[PATCH v2 04/10] tcg/loongarch64: Optimize immediate loading
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 04/10] tcg/loongarch64: Optimize immediate loading
,
WANG Xuerui
,
2023/01/22
[PATCH v2 05/10] tcg/loongarch64: Update tcg-insn-defs.c.inc
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 05/10] tcg/loongarch64: Update tcg-insn-defs.c.inc
,
WANG Xuerui
,
2023/01/22
Re: [PATCH v2 05/10] tcg/loongarch64: Update tcg-insn-defs.c.inc
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v2 06/10] tcg/loongarch64: Introduce tcg_out_addi
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 06/10] tcg/loongarch64: Introduce tcg_out_addi
,
WANG Xuerui
,
2023/01/23
[PATCH v2 07/10] tcg/loongarch64: Improve setcond expansion
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 07/10] tcg/loongarch64: Improve setcond expansion
,
WANG Xuerui
,
2023/01/23
[PATCH v2 08/10] tcg/loongarch64: Implement movcond
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 08/10] tcg/loongarch64: Implement movcond
,
WANG Xuerui
,
2023/01/22
[PATCH v2 09/10] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 09/10] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
,
WANG Xuerui
,
2023/01/22
Re: [PATCH v2 09/10] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
,
Philippe Mathieu-Daudé
,
2023/01/23
[PATCH v2 10/10] tcg/loongarch64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 10/10] tcg/loongarch64: Reorg goto_tb implementation
,
WANG Xuerui
,
2023/01/23
Re: [PATCH v2 00/10] tcg/loongarch64: Reorg goto_tb and cleanups
,
WANG Xuerui
,
2023/01/22
[PATCH 0/4] Misc macio clean ups
,
BALATON Zoltan
,
2023/01/17
[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 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 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 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] configure: do not quote $PKG_CONFIG
,
Mike Frysinger
,
2023/01/17
[PATCH] linux-user: fix strace build w/out munlockall
,
Mike Frysinger
,
2023/01/17
Re: [PATCH] linux-user: fix strace build w/out munlockall
,
Philippe Mathieu-Daudé
,
2023/01/18
[PATCH v2] linux-user: fix strace build w/out munlockall
,
Mike Frysinger
,
2023/01/18
Re: [PATCH v2] linux-user: fix strace build w/out munlockall
,
Laurent Vivier
,
2023/01/25
[PATCH v3 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/17
[PATCH v3 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v3 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Joel Stanley
,
2023/01/17
[PATCH v3 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v3 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Joel Stanley
,
2023/01/17
[PATCH v3 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v3 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Joel Stanley
,
2023/01/17
[PATCH v3 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v3 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Joel Stanley
,
2023/01/17
Re: [PATCH v3 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/17
[PATCH v3 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v3 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Joel Stanley
,
2023/01/17
[PULL 00/22] tcg patch queue
,
Richard Henderson
,
2023/01/17
[PULL 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/17
[PULL 01/22] tcg: Split out tcg_out_exit_tb
,
Richard Henderson
,
2023/01/17
[PULL 04/22] tcg/sparc64: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/17
[PULL 03/22] tcg/ppc: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/17
[PULL 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
,
Richard Henderson
,
2023/01/17
[PULL 06/22] tcg: Introduce set_jmp_insn_offset
,
Richard Henderson
,
2023/01/17
[PULL 07/22] tcg: Introduce get_jmp_target_addr
,
Richard Henderson
,
2023/01/17
[PULL 10/22] tcg: Add gen_tb to TCGContext
,
Richard Henderson
,
2023/01/17
[PULL 08/22] tcg: Split out tcg_out_goto_tb
,
Richard Henderson
,
2023/01/17
[PULL 11/22] tcg: Add TranslationBlock.jmp_insn_offset
,
Richard Henderson
,
2023/01/17
[PULL 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
,
Richard Henderson
,
2023/01/17
[PULL 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
,
Richard Henderson
,
2023/01/17
[PULL 12/22] tcg: Change tb_target_set_jmp_target arguments
,
Richard Henderson
,
2023/01/17
[PULL 14/22] tcg: Always define tb_target_set_jmp_target
,
Richard Henderson
,
2023/01/17
[PULL 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
,
Richard Henderson
,
2023/01/17
[PULL 16/22] tcg/aarch64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/17
Re: [PULL 16/22] tcg/aarch64: Reorg goto_tb implementation
,
Zenghui Yu
,
2023/01/31
[PULL 17/22] tcg/ppc: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/17
[PULL 18/22] tcg/sparc64: Remove USE_REG_TB
,
Richard Henderson
,
2023/01/17
[PULL 19/22] tcg/sparc64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/17
[PULL 21/22] tcg/riscv: Introduce OPC_NOP
,
Richard Henderson
,
2023/01/17
[PULL 20/22] tcg/arm: Implement direct branch for goto_tb
,
Richard Henderson
,
2023/01/17
[PULL 22/22] tcg/riscv: Implement direct branch for goto_tb
,
Richard Henderson
,
2023/01/17
Re: [PULL 00/22] tcg patch queue
,
Peter Maydell
,
2023/01/19
[PATCH] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
,
Richard Henderson
,
2023/01/17
Re: [PATCH] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
,
Alistair Francis
,
2023/01/17
Re: [PATCH] tcg/riscv: Use tcg_pcrel_diff in tcg_out_ldst
,
Alistair Francis
,
2023/01/18
[PATCH RFC 00/21] migration: Support hugetlb doublemaps
,
Peter Xu
,
2023/01/17
[PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
,
Dr. David Alan Gilbert
,
2023/01/18
Re: [PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
,
Philippe Mathieu-Daudé
,
2023/01/24
Re: [PATCH RFC 02/21] util: Include osdep.h first in util/mmap-alloc.c
,
Juan Quintela
,
2023/01/29
[PATCH RFC 03/21] physmem: Add qemu_ram_is_hugetlb()
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 03/21] physmem: Add qemu_ram_is_hugetlb()
,
Dr. David Alan Gilbert
,
2023/01/18
Re: [PATCH RFC 03/21] physmem: Add qemu_ram_is_hugetlb()
,
Juan Quintela
,
2023/01/30
[PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
,
Dr. David Alan Gilbert
,
2023/01/18
Re: [PATCH RFC 04/21] madvise: Include linux/mman.h under linux-headers/
,
Juan Quintela
,
2023/01/30
[PATCH RFC 05/21] madvise: Add QEMU_MADV_SPLIT
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 05/21] madvise: Add QEMU_MADV_SPLIT
,
Juan Quintela
,
2023/01/30
[PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
,
Dr. David Alan Gilbert
,
2023/01/18
Re: [PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
,
Peter Xu
,
2023/01/18
Re: [PATCH RFC 06/21] madvise: Add QEMU_MADV_COLLAPSE
,
Juan Quintela
,
2023/01/30
[PATCH RFC 07/21] ramblock: Cache file offset for file-backed ramblocks
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 07/21] ramblock: Cache file offset for file-backed ramblocks
,
Juan Quintela
,
2023/01/30
[PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
,
Dr. David Alan Gilbert
,
2023/01/23
Re: [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
,
Peter Xu
,
2023/01/24
Re: [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
,
Juan Quintela
,
2023/01/30
Re: [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
,
Peter Xu
,
2023/01/30
[PATCH RFC 01/21] update linux headers
,
Peter Xu
,
2023/01/17
[PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Dr. David Alan Gilbert
,
2023/01/24
Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Peter Xu
,
2023/01/24
Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Dr. David Alan Gilbert
,
2023/01/25
Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Peter Xu
,
2023/01/25
Re: [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
,
Juan Quintela
,
2023/01/30
[PATCH RFC 09/21] ramblock: Add RAM_READONLY
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 09/21] ramblock: Add RAM_READONLY
,
Dr. David Alan Gilbert
,
2023/01/23
Re: [PATCH RFC 09/21] ramblock: Add RAM_READONLY
,
Juan Quintela
,
2023/01/30
[PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
,
Dr. David Alan Gilbert
,
2023/01/24
Re: [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
,
Peter Xu
,
2023/01/24
Re: [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
,
Juan Quintela
,
2023/01/30
[PATCH RFC 12/21] migration: Introduce page size for-migration-only
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 12/21] migration: Introduce page size for-migration-only
,
Dr. David Alan Gilbert
,
2023/01/24
Re: [PATCH RFC 12/21] migration: Introduce page size for-migration-only
,
Peter Xu
,
2023/01/24
Re: [PATCH RFC 12/21] migration: Introduce page size for-migration-only
,
Peter Xu
,
2023/01/24
Re: [PATCH RFC 12/21] migration: Introduce page size for-migration-only
,
Juan Quintela
,
2023/01/30
[PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()
,
Dr. David Alan Gilbert
,
2023/01/24
Re: [PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()
,
Juan Quintela
,
2023/01/30
[PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
,
Dr. David Alan Gilbert
,
2023/01/25
Re: [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
,
Juan Quintela
,
2023/01/30
Re: [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
,
Peter Xu
,
2023/01/30
[PATCH RFC 16/21] migration: Enable doublemap with MADV_SPLIT
,
Peter Xu
,
2023/01/17
[PATCH RFC 18/21] migration: Allow postcopy_register_shared_ufd() to fail
,
Peter Xu
,
2023/01/17
[PATCH RFC 19/21] migration: Add postcopy_mark_received()
,
Peter Xu
,
2023/01/17
[PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap
,
Peter Xu
,
2023/01/17
Re: [PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap
,
Juan Quintela
,
2023/01/30
Re: [PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap
,
Peter Xu
,
2023/01/30
[PATCH RFC 20/21] migration: Handle page faults using UFFDIO_CONTINUE
,
Peter Xu
,
2023/01/17
[PATCH RFC 17/21] migration: Rework ram discard logic for hugetlb double-map
,
Peter Xu
,
2023/01/17
[PATCH RFC 21/21] migration: Collapse huge pages again after postcopy finished
,
Peter Xu
,
2023/01/17
[PATCH v2 0/4] Series of fixes for PL011 char device
,
Evgeny Iakovlev
,
2023/01/17
[PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code
,
Peter Maydell
,
2023/01/19
Re: [PATCH v2 1/4] hw/char/pl011: refactor FIFO depth handling code
,
Evgeny Iakovlev
,
2023/01/19
[PATCH v2 3/4] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH v2 3/4] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Peter Maydell
,
2023/01/19
Re: [PATCH v2 3/4] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/19
[PATCH v2 2/4] hw/char/pl011: implement a reset method
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH v2 2/4] hw/char/pl011: implement a reset method
,
Peter Maydell
,
2023/01/19
Re: [PATCH v2 2/4] hw/char/pl011: implement a reset method
,
Evgeny Iakovlev
,
2023/01/19
Re: [PATCH v2 2/4] hw/char/pl011: implement a reset method
,
Peter Maydell
,
2023/01/20
Re: [PATCH v2 2/4] hw/char/pl011: implement a reset method
,
eiakovlev
,
2023/01/20
[PATCH v2 4/4] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH v2 4/4] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Peter Maydell
,
2023/01/19
[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 qemu v2 0/3] ARM: Add support for V8M special registers in GDB stub
,
~dreiss-meta
,
2023/01/17
[PATCH qemu v2 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
,
~dreiss-meta
,
2023/01/17
[PATCH qemu v2 2/3] target/arm/gdbstub: Support reading M system registers from GDB
,
~dreiss-meta
,
2023/01/17
Re: [PATCH qemu v2 2/3] target/arm/gdbstub: Support reading M system registers from GDB
,
Richard Henderson
,
2023/01/17
Re: [PATCH qemu v2 2/3] target/arm/gdbstub: Support reading M system registers from GDB
,
David Reiss
,
2023/01/17
[PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
~dreiss-meta
,
2023/01/17
Re: [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
Richard Henderson
,
2023/01/17
Re: [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
David Reiss
,
2023/01/17
Re: [PATCH qemu v2 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
Peter Maydell
,
2023/01/19
[PATCH] hw: Use TYPE_PCI_BUS definition where appropriate
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH] hw: Use TYPE_PCI_BUS definition where appropriate
,
Eric Auger
,
2023/01/19
[PATCH] target/tricore: Remove unused fields from CPUTriCoreState
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH] target/tricore: Remove unused fields from CPUTriCoreState
,
Richard Henderson
,
2023/01/17
Re: [PATCH] target/tricore: Remove unused fields from CPUTriCoreState
,
Bastian Koppelmann
,
2023/01/18
Re: [PATCH] target/tricore: Remove unused fields from CPUTriCoreState
,
Richard Henderson
,
2023/01/18
Re: [PATCH] target/tricore: Remove unused fields from CPUTriCoreState
,
Bastian Koppelmann
,
2023/01/18
[PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Sun Feng
,
2023/01/17
Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Igor Mammedov
,
2023/01/24
Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Feng Sun
,
2023/01/30
Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Michael S. Tsirkin
,
2023/01/30
Re: [PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
,
Feng Sun
,
2023/01/31
Re: [PATCH] block: remove bdrv_coroutine_enter
,
Kevin Wolf
,
2023/01/17
Re: [PATCH] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
,
Kevin Wolf
,
2023/01/17
Re: [PATCH] blkdebug: ignore invalid rules in non-coroutine context
,
Kevin Wolf
,
2023/01/17
Re: [PATCH] blkdebug: ignore invalid rules in non-coroutine context
,
Kevin Wolf
,
2023/01/17
Re: [PATCH 0/2] Make coroutine annotations ready for static analysis
,
Kevin Wolf
,
2023/01/17
[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
,
Evgeny Iakovlev
,
2023/01/17
[PATCH v2 2/2] target/arm: provide stubs for more external debug registers
,
Evgeny Iakovlev
,
2023/01/17
[PATCH v2 1/2] target/arm: implement DBGCLAIM registers
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH v2 1/2] target/arm: implement DBGCLAIM registers
,
Richard Henderson
,
2023/01/17
Re: [PATCH v2 1/2] target/arm: implement DBGCLAIM registers
,
Evgeny Iakovlev
,
2023/01/19
[PATCH 0/3] TSA: make sure QEMU compiles when using clang TSA
,
Emanuele Giuseppe Esposito
,
2023/01/17
[PATCH 1/3] util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 1/3] util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH 1/3] util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 1/3] util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings
,
Philippe Mathieu-Daudé
,
2023/01/17
[PATCH 3/3] configure: Enable -Wthread-safety if present
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 3/3] configure: Enable -Wthread-safety if present
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH 3/3] configure: Enable -Wthread-safety if present
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 3/3] configure: Enable -Wthread-safety if present
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH 3/3] configure: Enable -Wthread-safety if present
,
Kevin Wolf
,
2023/01/17
[PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Warner Losh
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Emanuele Giuseppe Esposito
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Kevin Wolf
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Warner Losh
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Kevin Wolf
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Stefan Hajnoczi
,
2023/01/17
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Kevin Wolf
,
2023/01/18
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Stefan Hajnoczi
,
2023/01/18
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Emanuele Giuseppe Esposito
,
2023/01/18
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Stefan Hajnoczi
,
2023/01/18
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Warner Losh
,
2023/01/18
Re: [PATCH 2/3] bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings
,
Stefan Hajnoczi
,
2023/01/17
Re: [PATCH 0/3] TSA: make sure QEMU compiles when using clang TSA
,
Stefan Hajnoczi
,
2023/01/17
Re: [RFC PATCH v2 03/22] i386/xen: Add xen-version machine property and init KVM Xen support
,
David Woodhouse
,
2023/01/17
[PATCH 0/1] move create_fw_cfg() to init() (Gitlab #1343)
,
Daniel Henrique Barboza
,
2023/01/17
[PATCH 1/1] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()
,
Daniel Henrique Barboza
,
2023/01/17
Re: [PATCH 1/1] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()
,
Alistair Francis
,
2023/01/18
Re: [PATCH 1/1] hw/riscv/virt.c: move create_fw_cfg() back to virt_machine_init()
,
Alistair Francis
,
2023/01/18
[PATCH v6] tests/qtest: netdev: test stream and dgram backends
,
Laurent Vivier
,
2023/01/17
Re: [PATCH v6] tests/qtest: netdev: test stream and dgram backends
,
Thomas Huth
,
2023/01/17
Re: [PATCH v6] tests/qtest: netdev: test stream and dgram backends
,
Laurent Vivier
,
2023/01/17
mips, nvme/pci boot regression (commit 145e2198d749)
,
Klaus Jensen
,
2023/01/17
Re: mips, nvme/pci boot regression (commit 145e2198d749)
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: mips, nvme/pci boot regression (commit 145e2198d749)
,
Klaus Jensen
,
2023/01/18
Re: mips, nvme/pci boot regression (commit 145e2198d749)
,
Philippe Mathieu-Daudé
,
2023/01/18
[PULL v1 0/2] Merge tpm 2023/01/17 v1
,
Stefan Berger
,
2023/01/17
[PULL v1 2/2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
,
Stefan Berger
,
2023/01/17
[PULL v1 1/2] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Stefan Berger
,
2023/01/17
Re: [PULL v1 0/2] Merge tpm 2023/01/17 v1
,
Peter Maydell
,
2023/01/18
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
,
Chuang Xu
,
2023/01/17
[RFC v5 2/3] memory: add depth assert in address_space_to_flatview
,
Chuang Xu
,
2023/01/17
[RFC v5 1/3] rcu: introduce rcu_read_is_locked()
,
Chuang Xu
,
2023/01/17
[RFC v5 3/3] migration: reduce time of loading non-iterable vmstate
,
Chuang Xu
,
2023/01/17
Re: [RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
,
Peter Xu
,
2023/01/17
[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
,
David Hildenbrand
,
2023/01/17
[PATCH v5 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
David Hildenbrand
,
2023/01/17
[PATCH v5 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
David Hildenbrand
,
2023/01/17
[PATCH v5 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/17
[PATCH v5 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
,
David Hildenbrand
,
2023/01/17
[PATCH v5 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
,
David Hildenbrand
,
2023/01/17
[PATCH v5 5/8] migration/ram: Factor out check for advised postcopy
,
David Hildenbrand
,
2023/01/17
[PATCH v5 7/8] virtio-mem: Migrate immutable properties early
,
David Hildenbrand
,
2023/01/17
[PATCH v5 8/8] virtio-mem: Proper support for preallocation with migration
,
David Hildenbrand
,
2023/01/17
Re: [PATCH v5 0/8] virtio-mem: Handle preallocation with migration
,
Peter Xu
,
2023/01/17
Re: [PATCH v5 0/8] virtio-mem: Handle preallocation with migration
,
David Hildenbrand
,
2023/01/23
[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Eugenio Pérez
,
2023/01/17
Re: [PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Laurent Vivier
,
2023/01/23
Re: [PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Michael S. Tsirkin
,
2023/01/23
Re: [PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Jason Wang
,
2023/01/29
[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7
,
Paolo Bonzini
,
2023/01/17
[RFC PATCH 1/4] lcitool: update submodule
,
Paolo Bonzini
,
2023/01/17
[RFC PATCH 2/4] lcitool: use libvirt-ci as library
,
Paolo Bonzini
,
2023/01/17
[RFC PATCH 3/4] lcitool: allow overriding package mappings and target facts
,
Paolo Bonzini
,
2023/01/17
[RFC PATCH 4/4] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
,
Paolo Bonzini
,
2023/01/17
[PATCH 0/4] vl: avoid SIGSEGV on invalid [accel] configuration
,
Paolo Bonzini
,
2023/01/17
[PATCH 2/4] libqtest: split qtest_spawn_qemu function
,
Paolo Bonzini
,
2023/01/17
Re: [PATCH 2/4] libqtest: split qtest_spawn_qemu function
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH 2/4] libqtest: split qtest_spawn_qemu function
,
Thomas Huth
,
2023/01/31
[PATCH 1/4] vl: catch [accel] entry without accelerator
,
Paolo Bonzini
,
2023/01/17
Re: [PATCH 1/4] vl: catch [accel] entry without accelerator
,
Philippe Mathieu-Daudé
,
2023/01/17
[PATCH 3/4] libqtest: ensure waitpid() is only called once
,
Paolo Bonzini
,
2023/01/17
Re: [PATCH 3/4] libqtest: ensure waitpid() is only called once
,
Thomas Huth
,
2023/01/31
[PATCH 4/4] readconfig-test: add test for accelerator configuration
,
Paolo Bonzini
,
2023/01/17
Re: [PATCH 4/4] readconfig-test: add test for accelerator configuration
,
Thomas Huth
,
2023/01/31
Re: [PATCH 4/4] readconfig-test: add test for accelerator configuration
,
Richard Henderson
,
2023/01/31
[PATCH 0/3] tests: Fix some deadlocks
,
Richard Henderson
,
2023/01/16
[PATCH 3/3] plugins: Iterate on cb_lists in qemu_plugin_user_exit
,
Richard Henderson
,
2023/01/16
Re: [PATCH 3/3] plugins: Iterate on cb_lists in qemu_plugin_user_exit
,
Alex Bennée
,
2023/01/20
[PATCH 2/3] plugins: Avoid deadlock in qemu_plugin_user_exit
,
Richard Henderson
,
2023/01/16
Re: [PATCH 2/3] plugins: Avoid deadlock in qemu_plugin_user_exit
,
Alex Bennée
,
2023/01/20
[PATCH 1/3] tests/tcg: Use SIGKILL for timeout
,
Richard Henderson
,
2023/01/16
Re: [PATCH 1/3] tests/tcg: Use SIGKILL for timeout
,
Alex Bennée
,
2023/01/17
Re: [PATCH 1/3] tests/tcg: Use SIGKILL for timeout
,
Richard Henderson
,
2023/01/17
[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/16
[PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/16
Re: [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
,
Peter Delevoryas
,
2023/01/17
[PATCH v2 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/16
[PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/16
Re: [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
,
Peter Delevoryas
,
2023/01/17
[PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/16
Re: [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
,
Peter Delevoryas
,
2023/01/17
[PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/16
Re: [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
,
Peter Delevoryas
,
2023/01/17
[PULL 0/5] tcg patch queue
,
Richard Henderson
,
2023/01/16
[PULL 0/5] tcg patch queue
,
Richard Henderson
,
2023/01/16
[PULL 1/5] linux-user: Clean up when exiting due to a signal
,
Richard Henderson
,
2023/01/16
[PULL 2/5] accel/tcg: Add debuginfo support
,
Richard Henderson
,
2023/01/16
[PULL 5/5] accel/tcg: Split out cpu_exec_{setjmp,loop}
,
Richard Henderson
,
2023/01/16
[PULL 3/5] tcg: add perfmap and jitdump
,
Richard Henderson
,
2023/01/16
[PULL 4/5] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
,
Richard Henderson
,
2023/01/16
Re: [PULL 0/5] tcg patch queue
,
Peter Maydell
,
2023/01/17
Re: [PULL 0/5] tcg patch queue
,
Thomas Huth
,
2023/01/20
Re: [PULL 0/5] tcg patch queue
,
Alex Bennée
,
2023/01/20
Re: [PULL 0/5] tcg patch queue
,
Ilya Leoshkevich
,
2023/01/20
Re: [PULL 0/5] tcg patch queue
,
Thomas Huth
,
2023/01/20
Re: [PULL 0/5] tcg patch queue
,
Alex Bennée
,
2023/01/20
Re: [PULL 0/5] tcg patch queue
,
Richard Henderson
,
2023/01/21
[PATCH v7 00/51] Xen support under KVM
,
David Woodhouse
,
2023/01/16
[PATCH v7 18/51] i386/xen: implement HYPERVISOR_hvm_op
,
David Woodhouse
,
2023/01/16
[PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
,
Paul Durrant
,
2023/01/17
[PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/17
[PATCH v7 31/51] hw/xen: Implement EVTCHNOP_bind_virq
,
David Woodhouse
,
2023/01/16
[PATCH v7 07/51] xen-platform: exclude vfio-pci from the PCI platform unplug
,
David Woodhouse
,
2023/01/16
[PATCH v7 02/51] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
,
David Woodhouse
,
2023/01/16
[PATCH v7 25/51] i386/xen: implement HVMOP_set_param
,
David Woodhouse
,
2023/01/16
[PATCH v7 40/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
,
David Woodhouse
,
2023/01/16
[PATCH v7 04/51] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
,
David Woodhouse
,
2023/01/16
[PATCH v7 24/51] i386/xen: implement HVMOP_set_evtchn_upcall_vector
,
David Woodhouse
,
2023/01/16
[PATCH v7 09/51] i386/xen: handle guest hypercalls
,
David Woodhouse
,
2023/01/16
[PATCH v7 16/51] i386/xen: implement HYPERVISOR_memory_op
,
David Woodhouse
,
2023/01/16
[PATCH v7 37/51] hw/xen: Implement EVTCHNOP_reset
,
David Woodhouse
,
2023/01/16
[PATCH v7 35/51] hw/xen: Implement EVTCHNOP_bind_interdomain
,
David Woodhouse
,
2023/01/16
[PATCH v7 41/51] kvm/i386: Add xen-gnttab-max-frames property
,
David Woodhouse
,
2023/01/16
[PATCH v7 05/51] i386/kvm: handle Xen HVM cpuid leaves
,
David Woodhouse
,
2023/01/16
[PATCH v7 39/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
,
David Woodhouse
,
2023/01/16
[PATCH v7 47/51] i386/xen: Reserve Xen special pages for console, xenstore rings
,
David Woodhouse
,
2023/01/16
[PATCH v7 30/51] hw/xen: Implement EVTCHNOP_unmask
,
David Woodhouse
,
2023/01/16
[PATCH v7 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
,
David Woodhouse
,
2023/01/16
[PATCH v7 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
,
David Woodhouse
,
2023/01/16
[PATCH v7 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
,
David Woodhouse
,
2023/01/16
[PATCH v7 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
,
David Woodhouse
,
2023/01/16
[PATCH v7 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
,
David Woodhouse
,
2023/01/16
[PATCH v7 44/51] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
,
David Woodhouse
,
2023/01/16
[PATCH v7 48/51] i386/xen: handle HVMOP_get_param
,
David Woodhouse
,
2023/01/16
[PATCH v7 34/51] hw/xen: Implement EVTCHNOP_alloc_unbound
,
David Woodhouse
,
2023/01/16
[PATCH v7 10/51] i386/xen: implement HYPERVISOR_xen_version
,
David Woodhouse
,
2023/01/16
[PATCH v7 46/51] i386/xen: handle PV timer hypercalls
,
David Woodhouse
,
2023/01/16
[PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
Paul Durrant
,
2023/01/17
[PATCH v7 03/51] xen: Add XEN_DISABLED mode and make it default
,
David Woodhouse
,
2023/01/16
[PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
Paul Durrant
,
2023/01/17
[PATCH v7 32/51] hw/xen: Implement EVTCHNOP_bind_ipi
,
David Woodhouse
,
2023/01/16
[PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
Paul Durrant
,
2023/01/17
Re: [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/17
[PATCH v7.1 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/17
[PATCH v7 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
,
Markus Armbruster
,
2023/01/17
Re: [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/17
Re: [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/19
[PATCH v7 06/51] i386/hvm: Set Xen vCPU ID in KVM
,
David Woodhouse
,
2023/01/16
[PATCH v7 29/51] hw/xen: Implement EVTCHNOP_close
,
David Woodhouse
,
2023/01/16
[PATCH v7 36/51] hw/xen: Implement EVTCHNOP_bind_vcpu
,
David Woodhouse
,
2023/01/16
[PATCH v7 19/51] i386/xen: implement HYPERVISOR_vcpu_op
,
David Woodhouse
,
2023/01/16
[PATCH v7 28/51] hw/xen: Implement EVTCHNOP_status
,
David Woodhouse
,
2023/01/16
[PATCH v7 42/51] hw/xen: Add xen_gnttab device for grant table emulation
,
David Woodhouse
,
2023/01/16
[PATCH v7 20/51] i386/xen: handle VCPUOP_register_vcpu_info
,
David Woodhouse
,
2023/01/16
[PATCH v7 43/51] hw/xen: Support mapping grant frames
,
David Woodhouse
,
2023/01/16
[PATCH v7 45/51] hw/xen: Implement GNTTABOP_query_size
,
David Woodhouse
,
2023/01/16
[PATCH v7 50/51] hw/xen: Add xen_xenstore device for xenstore emulation
,
David Woodhouse
,
2023/01/16
[PATCH v7 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
,
David Woodhouse
,
2023/01/16
[PATCH v7 51/51] hw/xen: Add basic ring handling to xenstore
,
David Woodhouse
,
2023/01/16
[PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/16
Re: [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
,
Alex Bennée
,
2023/01/19
Re: [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/19
[PATCH v7 33/51] hw/xen: Implement EVTCHNOP_send
,
David Woodhouse
,
2023/01/16
[PATCH v7 49/51] hw/xen: Add backend implementation of interdomain event channel support
,
David Woodhouse
,
2023/01/16
[PATCH v7 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 00/19] Emulated Xen PV backend and PIRQ support
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 13/19] hw/xen: Implement soft reset for emulated gnttab
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 11/19] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 16/19] i386/xen: Implement HYPERVISOR_physdev_op
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 03/19] hw/xen: Add gnttab operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 05/19] hw/xen: Add foreignmem operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 17/19] hw/xen: Implement emulated PIRQ hypercall support
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 08/19] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 07/19] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 06/19] hw/xen: Add xenstore operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 15/19] i386/xen: Initialize XenBus and legacy backends from pc_init1()
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 12/19] hw/xen: Add backend implementation of grant table operations
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 14/19] hw/xen: Remove old version of Xen headers
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 02/19] hw/xen: Add emulated evtchn ops
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 18/19] hw/xen: Support GSI mapping to PIRQ
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 19/19] hw/xen: Support MSI mapping to PIRQ
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 04/19] hw/xen: Pass grant ref to gnttab unmap
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 09/19] hw/xen: Rename xen_common.h to xen_native.h
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 10/19] hw/xen: Build PV backend drivers for XENFV_MACHINE
,
David Woodhouse
,
2023/01/16
[RFC PATCH v7bis 01/19] hw/xen: Add evtchn operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/16
[PATCH v7 52/51] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
,
David Woodhouse
,
2023/01/17
[PATCH v7 53/51] i386/xen: Document Xen HVM emulation
,
David Woodhouse
,
2023/01/17
[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
,
Mauro Matteo Cascella
,
2023/01/16
Re: [PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
,
Mauro Matteo Cascella
,
2023/01/16
Re: [PATCH trivial for 7.2 2/2] hw/virtio/virtio.c: spelling: suppoted
,
Laurent Vivier
,
2023/01/16
Re: [PATCH trivial for 7.2] hw/ssi/sifive_spi.c: spelling: reigster
,
Laurent Vivier
,
2023/01/16
Re: [PATCH] hw/cxl/cxl-host: Fix an error message typo
,
Laurent Vivier
,
2023/01/16
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Laurent Vivier
,
2023/01/16
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Gerd Hoffmann
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Pierre-Yves Ritschard
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Laurent Vivier
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Pierre-Yves Ritschard
,
2023/01/17
Re: [PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
,
Peter Maydell
,
2023/01/17
Re: [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
,
Laurent Vivier
,
2023/01/16
Re: [PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
,
Laurent Vivier
,
2023/01/16
[PATCH v3 0/3]s390x/pv: Improve error reporting of protected VMs
,
Cédric Le Goater
,
2023/01/16
[PATCH v3 1/3] s390x/pv: Implement a CGS check helper
,
Cédric Le Goater
,
2023/01/16
[PATCH v3 3/3] s390x/pv: Move check on hugepage under s390_pv_guest_check()
,
Cédric Le Goater
,
2023/01/16
[PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Thomas Huth
,
2023/01/17
Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/17
Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/17
Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Thomas Huth
,
2023/01/17
Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/17
[PATCH v2 0/6] riscv: fdt related cleanups
,
Daniel Henrique Barboza
,
2023/01/16
[PATCH v2 1/6] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 1/6] hw/riscv/boot.c: calculate fdt size after fdt_pack()
,
Alistair Francis
,
2023/01/18
[PATCH v2 2/6] hw/riscv: split fdt address calculation from fdt load
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 2/6] hw/riscv: split fdt address calculation from fdt load
,
Alistair Francis
,
2023/01/18
[PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
,
Alistair Francis
,
2023/01/18
Re: [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
,
Daniel Henrique Barboza
,
2023/01/19
Re: [PATCH v2 3/6] hw/riscv: simplify riscv_compute_fdt_addr()
,
Daniel Henrique Barboza
,
2023/01/19
[PATCH v2 4/6] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 4/6] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
,
Alistair Francis
,
2023/01/18
[PATCH v2 6/6] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 6/6] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
,
Alistair Francis
,
2023/01/18
[PATCH v2 5/6] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v2 5/6] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
,
Alistair Francis
,
2023/01/18
[RFC PATCH] tests/tcg: skip the vma-pthread test on CI
,
Alex Bennée
,
2023/01/16
Re: [RFC PATCH] tests/tcg: skip the vma-pthread test on CI
,
Richard Henderson
,
2023/01/16
Re: [RFC PATCH] tests/tcg: skip the vma-pthread test on CI
,
Alex Bennée
,
2023/01/16
Re: [PATCH 10/15] block-backend: always wait for drain before starting operation
,
Kevin Wolf
,
2023/01/16
Re: [PATCH 07/15] block-backend: enter aio coroutine only after drain
,
Kevin Wolf
,
2023/01/16
Re: [PATCH 00/12] More cleanups and fixes for drain
,
Kevin Wolf
,
2023/01/16
Re: [PATCH 00/12] More cleanups and fixes for drain
,
Kevin Wolf
,
2023/01/16
[RFC] 2-stage translation emulation support for SMMUv3 on TCG
,
Evgeny Iakovlev
,
2023/01/16
Re: [RFC] 2-stage translation emulation support for SMMUv3 on TCG
,
Eric Auger
,
2023/01/17
Re: [RFC] 2-stage translation emulation support for SMMUv3 on TCG
,
Evgeny Iakovlev
,
2023/01/19
Re: [RFC] 2-stage translation emulation support for SMMUv3 on TCG
,
Richard Henderson
,
2023/01/27
[PATCH v3 0/7] AML Housekeeping
,
Bernhard Beschow
,
2023/01/16
[PATCH v3 1/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 1/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/16
[PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/16
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/17
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/18
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/19
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/20
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/21
Re: [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/24
[PATCH v3 3/7] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
,
Bernhard Beschow
,
2023/01/16
[PATCH v3 4/7] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
,
Bernhard Beschow
,
2023/01/16
[PATCH v3 5/7] hw/i386/acpi-build: Remove unused attributes
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 5/7] hw/i386/acpi-build: Remove unused attributes
,
Igor Mammedov
,
2023/01/16
[PATCH v3 6/7] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 6/7] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
,
Igor Mammedov
,
2023/01/18
[PATCH v3 7/7] piix3, ich9: Reuse qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v3 7/7] piix3, ich9: Reuse qbus_build_aml()
,
Igor Mammedov
,
2023/01/18
[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
,
Minghao Yuan
,
2023/01/16
[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
,
Minghao Yuan
,
2023/01/16
Re: [PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
,
Raphael Norwitz
,
2023/01/17
Re: [PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
,
Michael S. Tsirkin
,
2023/01/27
[PATCH v8 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/16
[PATCH v8 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
2023/01/16
[PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
2023/01/16
Re: [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
,
Michael S. Tsirkin
,
2023/01/27
[PATCH v8 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
2023/01/16
[PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
2023/01/16
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Alex Williamson
,
2023/01/20
Re: [PATCH v8 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
2023/01/22
[PATCH v8 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
2023/01/16
Re: [PATCH v8 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Alex Williamson
,
2023/01/20
[PATCH v8 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
2023/01/16
[PATCH v8 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
2023/01/16
[PATCH v8 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
2023/01/16
[PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/16
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
2023/01/20
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/22
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
2023/01/25
Re: [PATCH v8 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/26
[PATCH v8 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
2023/01/16
[PATCH v8 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
2023/01/16
[PATCH v8 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
2023/01/16
[PATCH v8 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
2023/01/16
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Peter Maydell
,
2023/01/16
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Peter Maydell
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Thomas Huth
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Peter Maydell
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Peter Maydell
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Daniel P . Berrangé
,
2023/01/17
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Thomas Huth
,
2023/01/18
Re: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
,
Daniel P . Berrangé
,
2023/01/18
float tests are too verbose (was: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default)
,
Thomas Huth
,
2023/01/18
Re: float tests are too verbose (was: [PATCH v2] tests/qtest/qom-test: Do not print tested properties by default)
,
Alex Bennée
,
2023/01/18
[PATCH v2 0/8] AML Housekeeping
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 1/8] hw/acpi: Add missing includes
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 2/8] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 3/8] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 4/8] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH v2 4/8] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH v2 5/8] hw/i386/acpi-build: Remove unused attributes
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 6/8] hw/acpi/acpi_aml_interface: Extract qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 7/8] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
[PATCH v2 8/8] hw/isa/isa-bus: Remove now unused isa_build_aml()
,
Bernhard Beschow
,
2023/01/16
[RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
,
Eric Auger
,
2023/01/16
Re: [RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
,
Jean-Philippe Brucker
,
2023/01/20
Re: [RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
,
Robin Murphy
,
2023/01/20
Re: [RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
,
Jean-Philippe Brucker
,
2023/01/20
Re: [RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
,
Eric Auger
,
2023/01/20
[PATCH v8 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
,
Daniel Henrique Barboza
,
2023/01/16
[PATCH v8 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v8 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Alistair Francis
,
2023/01/18
[PATCH v8 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
,
Daniel Henrique Barboza
,
2023/01/16
[PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Daniel Henrique Barboza
,
2023/01/16
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Alistair Francis
,
2023/01/18
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Bin Meng
,
2023/01/18
Re: [PATCH v8 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Bin Meng
,
2023/01/18
Re: [PATCH v5 1/4] file-posix: add tracking of the zone write pointers
,
Sam Li
,
2023/01/16
Re: [for-8.0 v2 07/11] cryptodev-builtin: Detect akcipher capability
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 06/11] cryptodev: Support statistics
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 05/11] cryptodev: Introduce 'query-cryptodev' QMP command
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 05/11] cryptodev: Introduce 'query-cryptodev' QMP command
,
Michael S. Tsirkin
,
2023/01/18
Re: [for-8.0 v2 05/11] cryptodev: Introduce 'query-cryptodev' QMP command
,
Daniel P . Berrangé
,
2023/01/18
Re: [for-8.0 v2 05/11] cryptodev: Introduce 'query-cryptodev' QMP command
,
Thomas Huth
,
2023/01/18
Re: [for-8.0 v2 05/11] cryptodev: Introduce 'query-cryptodev' QMP command
,
Daniel P . Berrangé
,
2023/01/18
Re: [for-8.0 v2 04/11] cryptodev: Introduce server type in QAPI
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 03/11] cryptodev: Introduce cryptodev alg type in QAPI
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 02/11] cryptodev: Remove 'name' & 'model' fields
,
Daniel P . Berrangé
,
2023/01/16
Re: [for-8.0 v2 01/11] cryptodev: Introduce cryptodev.json
,
Daniel P . Berrangé
,
2023/01/16
Re: Re: [for-8.0 v2 00/11] Refactor cryptodev
,
zhenwei pi
,
2023/01/16
Re: Re: [for-8.0 v2 00/11] Refactor cryptodev
,
Daniel P . Berrangé
,
2023/01/16
Re: Re: Re: [for-8.0 v2 00/11] Refactor cryptodev
,
zhenwei pi
,
2023/01/16
[PULL 0/4] M68k next patches
,
Laurent Vivier
,
2023/01/16
[PULL 2/4] target/m68k: pass sign directly into make_quotient()
,
Laurent Vivier
,
2023/01/16
[PULL 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
,
Laurent Vivier
,
2023/01/16
[PULL 1/4] target/m68k: pass quotient directly into make_quotient()
,
Laurent Vivier
,
2023/01/16
[PULL 4/4] target/m68k: fix FPSR quotient byte for frem instruction
,
Laurent Vivier
,
2023/01/16
Re: [PULL 0/4] M68k next patches
,
Peter Maydell
,
2023/01/17
Re: [PATCH 08/11] audio/audio_template: use g_new0() to replace audio_calloc()
,
Daniel P . Berrangé
,
2023/01/16
Re: [PATCH 08/11] audio/audio_template: use g_new0() to replace audio_calloc()
,
Volker Rümelin
,
2023/01/17
regarding qapi and qapi-rs
,
Yu Zhang
,
2023/01/16
Re: regarding qapi and qapi-rs
,
Alex Bennée
,
2023/01/16
Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
,
Daniel P . Berrangé
,
2023/01/16
Re: [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
,
Volker Rümelin
,
2023/01/17
[PATCH] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4
,
Thomas Huth
,
2023/01/16
Re: [PATCH] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH] tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4
,
Thomas Huth
,
2023/01/16
[QUESTION] About virtio and eventloop
,
zhukeqian
,
2023/01/16
答复: [QUESTION] About virtio and eventloop
,
zhukeqian
,
2023/01/16
Re: [QUESTION] About virtio and eventloop
,
Stefan Hajnoczi
,
2023/01/16
RE: [QUESTION] About virtio and eventloop
,
zhukeqian
,
2023/01/18
Call qemu_socketpair() instead of socketpair() when possible
,
Guoyi Tu
,
2023/01/16
Re: Call qemu_socketpair() instead of socketpair() when possible
,
Thomas Huth
,
2023/01/16
Re: Call qemu_socketpair() instead of socketpair() when possible
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: Call qemu_socketpair() instead of socketpair() when possible
,
Laurent Vivier
,
2023/01/16
Re: [PATCH 2/2] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
,
Alistair Francis
,
2023/01/15
Re: [PATCH 2/2] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
,
Alistair Francis
,
2023/01/16
Re: [PATCH 1/2] target/riscv: Fix up masking of vsip/vsie accesses
,
Alistair Francis
,
2023/01/15
[PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Qiang Liu
,
2023/01/15
Re: [PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH v2] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Jason Wang
,
2023/01/19
[PATCH v2] Fix exec migration on Windows (w32+w64).
,
John Berberian, Jr
,
2023/01/15
Re: [PATCH v2] Fix exec migration on Windows (w32+w64).
,
Marc-André Lureau
,
2023/01/16
Re: [PATCH v2] Fix exec migration on Windows (w32+w64).
,
Daniel P . Berrangé
,
2023/01/16
Re: [PATCH v2] Fix exec migration on Windows (w32+w64).
,
John Berberian, Jr
,
2023/01/17
Re: [PATCH v2] Fix exec migration on Windows (w32+w64).
,
John Berberian, Jr.
,
2023/01/30
Re: [PATCH v2] Fix exec migration on Windows (w32+w64).
,
Marc-André Lureau
,
2023/01/31
[PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/15
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Michael S. Tsirkin
,
2023/01/27
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/27
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/28
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Michael S. Tsirkin
,
2023/01/28
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/28
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/30
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Mark Cave-Ayland
,
2023/01/28
Re: [PATCH] pci: add enforce_slot_reserved_mask_manual property
,
Chuck Zmudzinski
,
2023/01/28
Re: [PATCH 0/3] Fix UNMAP notifier for intel-iommu
,
Viktor Prutyanov
,
2023/01/15
Re: [PATCH 0/3] Fix UNMAP notifier for intel-iommu
,
Jason Wang
,
2023/01/16
Re: [PATCH 0/3] Fix UNMAP notifier for intel-iommu
,
Michael S. Tsirkin
,
2023/01/27
Re: [PATCH 0/3] Fix UNMAP notifier for intel-iommu
,
Jason Wang
,
2023/01/29
[PATCH] Fix exec migration on Windows (w32+w64).
,
John Berberian, Jr
,
2023/01/15
[PATCH] linux-user: Improve strace output of getgroups() and setgroups()
,
Helge Deller
,
2023/01/15
Re: [PATCH] linux-user: Improve strace output of getgroups() and setgroups()
,
Laurent Vivier
,
2023/01/26
Re: [PATCH] linux-user: Improve strace output of getgroups() and setgroups()
,
Laurent Vivier
,
2023/01/26
[qemu-web PATCH] Add download procedure in Windows with msys2
,
nathbappai
,
2023/01/15
[PATCH v7 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/15
[PATCH v7 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
2023/01/15
[PATCH v7 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
2023/01/15
[PATCH v7 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
2023/01/15
[PATCH v7 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
2023/01/15
[PATCH v7 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
2023/01/15
[PATCH v7 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
2023/01/15
[PATCH v7 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
2023/01/15
[PATCH v7 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
2023/01/15
[PATCH v7 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
2023/01/15
[PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/15
Re: [PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH v7 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/16
[PATCH v7 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
2023/01/15
[PATCH v7 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
2023/01/15
[PATCH v7 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
2023/01/15
[PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/15
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/18
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Dr. David Alan Gilbert
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/19
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/20
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/20
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/22
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/22
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/22
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/22
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/22
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Michael S. Tsirkin
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Dr. David Alan Gilbert
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/23
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Dr. David Alan Gilbert
,
2023/01/24
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/24
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/25
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/26
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Stefan Hajnoczi
,
2023/01/26
Re: [PATCH] vhost-user-fs: add capability to allow migration
,
Anton Kuchin
,
2023/01/26
[PATCH] target/arm: Widen cnthctl_el2 to uint64_t
,
Richard Henderson
,
2023/01/15
Re: [PATCH] target/arm: Widen cnthctl_el2 to uint64_t
,
Peter Maydell
,
2023/01/16
[PATCH v3] Windows installer: keep dependency cache
,
Arthur Sengileyev
,
2023/01/15
[PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
,
Richard Henderson
,
2023/01/15
[PATCH 2/2] target/riscv: Remove helper_set_rod_rounding_mode
,
Richard Henderson
,
2023/01/15
Re: [PATCH 2/2] target/riscv: Remove helper_set_rod_rounding_mode
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH 2/2] target/riscv: Remove helper_set_rod_rounding_mode
,
Alistair Francis
,
2023/01/18
[PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
,
Richard Henderson
,
2023/01/15
Re: [PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
,
Daniel Henrique Barboza
,
2023/01/18
Re: [PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
,
Alistair Francis
,
2023/01/18
Re: [PATCH 1/2] target/arm: Introduce helper_set_rounding_mode_chkfrm
,
Alistair Francis
,
2023/01/18
Re: [PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
,
Richard Henderson
,
2023/01/15
[PATCH v8 00/11] parallels: Refactor the code of images checks and fix a bug
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 02/11] parallels: Fix high_off calculation in parallels_co_check()
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 06/11] parallels: Move check of unclean image to a separate function
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 10/11] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 08/11] parallels: Move check of leaks to a separate function
,
Alexander Ivanov
,
2023/01/15
Re: [PATCH v8 08/11] parallels: Move check of leaks to a separate function
,
Hanna Czenczek
,
2023/01/18
[PATCH v8 05/11] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 01/11] parallels: Out of image offset in BAT leads to image inflation
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 03/11] parallels: Fix data_end after out-of-image check
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 04/11] parallels: create parallels_set_bat_entry_helper() to assign BAT value
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 09/11] parallels: Move statistic collection to a separate function
,
Alexander Ivanov
,
2023/01/15
[PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
2023/01/15
Re: [PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Hanna Czenczek
,
2023/01/18
Re: [PATCH v8 07/11] parallels: Move check of cluster outside image to a separate function
,
Alexander Ivanov
,
2023/01/20
[PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
2023/01/15
Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Hanna Czenczek
,
2023/01/18
Re: [PATCH v8 11/11] parallels: Incorrect condition in out-of-image check
,
Alexander Ivanov
,
2023/01/20
[PATCH 00/17] audio: improve callback interface for audio frontends
,
Volker Rümelin
,
2023/01/15
[PATCH 01/17] audio: change type of mix_buf and conv_buf
,
Volker Rümelin
,
2023/01/15
[PATCH 03/17] audio: make the resampling code greedy
,
Volker Rümelin
,
2023/01/15
[PATCH 02/17] audio: change type and name of the resample buffer
,
Volker Rümelin
,
2023/01/15
[PATCH 04/17] audio: replace the resampling loop in audio_pcm_sw_write()
,
Volker Rümelin
,
2023/01/15
[PATCH 05/17] audio: remove sw == NULL check
,
Volker Rümelin
,
2023/01/15
[PATCH 07/17] audio: don't misuse audio_pcm_sw_write()
,
Volker Rümelin
,
2023/01/15
[PATCH 06/17] audio: rename variables in audio_pcm_sw_write()
,
Volker Rümelin
,
2023/01/15
[PATCH 08/17] audio: remove unused noop_conv() function
,
Volker Rümelin
,
2023/01/15
[PATCH 09/17] audio/mixeng: calculate number of input frames
,
Volker Rümelin
,
2023/01/15
[PATCH 10/17] audio: wire up st_rate_frames_in()
,
Volker Rümelin
,
2023/01/15
[PATCH 11/17] audio: replace the resampling loop in audio_pcm_sw_read()
,
Volker Rümelin
,
2023/01/15
[PATCH 12/17] audio: rename variables in audio_pcm_sw_read()
,
Volker Rümelin
,
2023/01/15
[PATCH 14/17] audio: wire up st_rate_frames_out()
,
Volker Rümelin
,
2023/01/15
[PATCH 16/17] audio/audio_template: substitute sw->hw with hw
,
Volker Rümelin
,
2023/01/15
[PATCH 13/17] audio/mixeng: calculate number of output frames
,
Volker Rümelin
,
2023/01/15
[PATCH 15/17] audio: handle leftover audio frame from upsampling
,
Volker Rümelin
,
2023/01/15
[PATCH 17/17] audio: remove sw->ratio
,
Volker Rümelin
,
2023/01/15
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Volker Rümelin
,
2023/01/15
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Mark Cave-Ayland
,
2023/01/22
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Volker Rümelin
,
2023/01/28
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Mark Cave-Ayland
,
2023/01/28
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Marc-André Lureau
,
2023/01/31
Re: [PATCH 00/17] audio: improve callback interface for audio frontends
,
Volker Rümelin
,
2023/01/31
[PATCH v5 0/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
2023/01/15
[PATCH v5 2/3] block/rbd: Add luks-any encryption opening option
,
Or Ozeri
,
2023/01/15
[PATCH v5 3/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
2023/01/15
Re: [PATCH v5 3/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
2023/01/27
[PATCH v5 1/3] block/rbd: Remove redundant stack variable passphrase_len
,
Or Ozeri
,
2023/01/15
Re: [PATCH v5 0/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
2023/01/27
[PATCH] linux-user: Add strace output for clock_getres_time64() and futex_time64()
,
Helge Deller
,
2023/01/15
Re: [PATCH] linux-user: Add strace output for clock_getres_time64() and futex_time64()
,
Laurent Vivier
,
2023/01/26
Re: [PATCH] linux-user: Add strace output for clock_getres_time64() and futex_time64()
,
Laurent Vivier
,
2023/01/26
[PATCH] linux-user: Improve strace output of pread64() and pwrite64()
,
Helge Deller
,
2023/01/15
Re: [PATCH] linux-user: Improve strace output of pread64() and pwrite64()
,
Laurent Vivier
,
2023/01/26
Re: [PATCH] linux-user: Improve strace output of pread64() and pwrite64()
,
Helge Deller
,
2023/01/27
[PATCH] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
,
Richard Henderson
,
2023/01/14
[PATCH] target/i386: Fix BZHI instruction
,
Richard Henderson
,
2023/01/14
[PATCH v3 0/4] target/m68k: fix FPSR quotient byte for fmod and frem
,
Mark Cave-Ayland
,
2023/01/14
[PATCH v3 1/4] target/m68k: pass quotient directly into make_quotient()
,
Mark Cave-Ayland
,
2023/01/14
[PATCH v3 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
,
Mark Cave-Ayland
,
2023/01/14
[PATCH v3 2/4] target/m68k: pass sign directly into make_quotient()
,
Mark Cave-Ayland
,
2023/01/14
[PATCH v3 4/4] target/m68k: fix FPSR quotient byte for frem instruction
,
Mark Cave-Ayland
,
2023/01/14
Re: [PATCH v3 4/4] target/m68k: fix FPSR quotient byte for frem instruction
,
Richard Henderson
,
2023/01/14
[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
,
Richard Henderson
,
2023/01/14
[PATCH 1/2] tests/tcg/i386: Introduce and use reg_t consistently
,
Richard Henderson
,
2023/01/14
Re: [PATCH 1/2] tests/tcg/i386: Introduce and use reg_t consistently
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 2/2] target/i386: Fix BEXTR instruction
,
Richard Henderson
,
2023/01/14
Re: [PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
,
Paolo Bonzini
,
2023/01/17
[PATCH 0/7] AML Housekeeping
,
Bernhard Beschow
,
2023/01/14
[PATCH 1/7] hw/acpi: Add missing includes
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 1/7] hw/acpi: Add missing includes
,
Markus Armbruster
,
2023/01/16
Re: [PATCH 1/7] hw/acpi: Add missing includes
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH 1/7] hw/acpi: Add missing includes
,
Markus Armbruster
,
2023/01/16
Re: [PATCH 1/7] hw/acpi: Add missing includes
,
Bernhard Beschow
,
2023/01/16
[PATCH 2/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 2/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
,
Igor Mammedov
,
2023/01/16
[PATCH 3/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
,
Bernhard Beschow
,
2023/01/14
[PATCH 5/7] hw/acpi/acpi_aml_interface: Extract qbus_build_aml()
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 5/7] hw/acpi/acpi_aml_interface: Extract qbus_build_aml()
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Bernhard Beschow
,
2023/01/16
Re: [PATCH 6/7] hw/i386/acpi-microvm: Reuse qbus_build_aml()
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 7/7] hw/isa/isa-bus: Remove now unused isa_build_aml()
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 7/7] hw/isa/isa-bus: Remove now unused isa_build_aml()
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 4/7] hw/i386/acpi-build: Remove unused attributes
,
Bernhard Beschow
,
2023/01/14
Re: [PATCH 4/7] hw/i386/acpi-build: Remove unused attributes
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH v2] Windows installer: keep dependency cache
,
Arthur Sengileyev
,
2023/01/14
Re: [PATCH v2] Windows installer: keep dependency cache
,
Bin Meng
,
2023/01/15
Re: [PATCH v2] Windows installer: keep dependency cache
,
Arthur Sengileyev
,
2023/01/15
[PATCH] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
,
Richard Henderson
,
2023/01/14
Re: [PATCH] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
,
Paolo Bonzini
,
2023/01/17
[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/14
[PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/14
Re: [PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 2/6] hw/arm/aspeed: Remove local copy of at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/16
[PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
,
Peter Delevoryas
,
2023/01/14
Re: [PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 1/6] hw/nvram/eeprom_at24c: Add header w/ init helper
,
Peter Delevoryas
,
2023/01/16
[PATCH 3/6] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/14
Re: [PATCH 3/6] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH 3/6] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH 5/6] hw/nvram/eeprom_at24c: Add I2C write helper
,
Peter Delevoryas
,
2023/01/14
[PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Peter Delevoryas
,
2023/01/14
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Peter Delevoryas
,
2023/01/16
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Peter Delevoryas
,
2023/01/17
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM
,
Peter Delevoryas
,
2023/01/16
[PATCH 4/6] hw/arm/npcm7xx: Remove local copy of at24c_eeprom_init
,
Peter Delevoryas
,
2023/01/14
Re: [PATCH 4/6] hw/arm/npcm7xx: Remove local copy of at24c_eeprom_init
,
Cédric Le Goater
,
2023/01/16
Re: [PATCH 4/6] hw/arm/npcm7xx: Remove local copy of at24c_eeprom_init
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
,
Peter Delevoryas
,
2023/01/14
[PATCH v3 0/3] Add gdbstub support to HVF
,
francesco . cagnin
,
2023/01/14
[PATCH v3 1/3] arm: move KVM breakpoints helpers
,
francesco . cagnin
,
2023/01/14
Re: [PATCH v3 1/3] arm: move KVM breakpoints helpers
,
Alex Bennée
,
2023/01/15
[PATCH v3 3/3] hvf: handle singlestepping over instructions which trigger a VM exit
,
francesco . cagnin
,
2023/01/14
[PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts
,
francesco . cagnin
,
2023/01/14
Re: [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts
,
Mads Ynddal
,
2023/01/18
Re: [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts
,
Mads Ynddal
,
2023/01/19
Re: [PATCH v3 2/3] hvf: implement guest debugging on Apple Silicon hosts
,
Francesco Cagnin
,
2023/01/23
[PATCH v4] Emulate dip switch language layout settings on SUN keyboard
,
Henrik Carlqvist
,
2023/01/14
[PATCH v5] Emulate dip switch language layout settings on SUN keyboard
,
Henrik Carlqvist
,
2023/01/14
Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
,
Mark Cave-Ayland
,
2023/01/22
Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
,
Henrik Carlqvist
,
2023/01/28
[PATCH] target/arm: Fix in_debug path in S1_ptw_translate
,
Richard Henderson
,
2023/01/14
Re: [PATCH] target/arm: Fix in_debug path in S1_ptw_translate
,
Peter Maydell
,
2023/01/17
[PATCH v9] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/14
Re: [PATCH v9] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Stefano Stabellini
,
2023/01/20
Re: [PATCH v9] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/20
Re: [PATCH v9] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/21
[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 09/13] tests/qtest/libqos/e1000e: Export macreg functions
,
Akihiko Odaki
,
2023/01/13
[PATCH v2 11/13] tests/qtest/libqos/igb: Transform to igb tests
,
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] fuzz: add igb testcases
,
Alexander Bulekov
,
2023/01/29
Re: [PATCH] fuzz: add igb testcases
,
Akihiko Odaki
,
2023/01/30
RE: [PATCH v2 00/13] Introduce igb
,
Sriram Yagnaraman
,
2023/01/17
[PATCH 00/19] e1000x cleanups (preliminary for IGB)
,
Akihiko Odaki
,
2023/01/13
[PATCH 02/19] hw/net: Add more MII definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH 01/19] e1000e: Fix the code style
,
Akihiko Odaki
,
2023/01/13
[PATCH 03/19] fsl_etsec: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/13
[PATCH 04/19] e1000: Use hw/net/mii.h
,
Akihiko Odaki
,
2023/01/13
[PATCH 05/19] e1000: Mask registers when writing
,
Akihiko Odaki
,
2023/01/13
[PATCH 10/19] e1000e: Use memcpy to intialize registers
,
Akihiko Odaki
,
2023/01/13
[PATCH 06/19] e1000e: Mask registers when writing
,
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 11/19] e1000e: Remove pending interrupt flags
,
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 14/19] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/13
[PATCH 12/19] e1000e: Improve software reset
,
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 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 19/19] tests/qtest/libqos/e1000e: Remove duplicate register definitions
,
Akihiko Odaki
,
2023/01/13
[PATCH] target/arm: Fix physical address resolution for MTE
,
Richard Henderson
,
2023/01/13
Re: [PATCH] target/arm: Fix physical address resolution for MTE
,
Peter Maydell
,
2023/01/17
[PATCH v2] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/13
[PATCH] tcg: Avoid recursion in tcg_gen_mulu2_i32
,
Richard Henderson
,
2023/01/13
[RFC PATCH 0/5] Xen PIRQ support
,
David Woodhouse
,
2023/01/13
[RFC PATCH 1/5] i386/xen: Implement HYPERVISOR_physdev_op
,
David Woodhouse
,
2023/01/13
[RFC PATCH 5/5] hw/xen: Support MSI mapping to PIRQ
,
David Woodhouse
,
2023/01/13
[RFC PATCH 4/5] hw/xen: [FIXME] Avoid deadlock in xen_evtchn_set_gsi()
,
David Woodhouse
,
2023/01/13
Re: [RFC PATCH 4/5] hw/xen: [FIXME] Avoid deadlock in xen_evtchn_set_gsi()
,
David Woodhouse
,
2023/01/16
[RFC PATCH 2/5] hw/xen: Implement emulated PIRQ hypercall support
,
David Woodhouse
,
2023/01/13
[RFC PATCH 3/5] hw/xen: Support GSI mapping to PIRQ
,
David Woodhouse
,
2023/01/13
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Kirill A. Shutemov
,
2023/01/16
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Chao Peng
,
2023/01/17
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Fuad Tabba
,
2023/01/17
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Isaku Yamahata
,
2023/01/19
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Sean Christopherson
,
2023/01/19
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Isaku Yamahata
,
2023/01/19
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Sean Christopherson
,
2023/01/23
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Liam Merwick
,
2023/01/24
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Sean Christopherson
,
2023/01/24
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Kirill A. Shutemov
,
2023/01/25
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
,
Liam Merwick
,
2023/01/25
Re: [PATCH v10 8/9] KVM: Handle page fault for private memory
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
,
Chao Peng
,
2023/01/28
Re: [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Sean Christopherson
,
2023/01/13
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Chao Peng
,
2023/01/17
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Sean Christopherson
,
2023/01/17
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Chao Peng
,
2023/01/18
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Isaku Yamahata
,
2023/01/18
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Vlastimil Babka
,
2023/01/23
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Kirill A. Shutemov
,
2023/01/23
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Huang, Kai
,
2023/01/23
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Sean Christopherson
,
2023/01/23
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Vlastimil Babka
,
2023/01/24
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Kirill A. Shutemov
,
2023/01/23
Re: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Ackerley Tng
,
2023/01/30
RE: [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
,
Wang, Wei W
,
2023/01/30
[PATCH v2 00/14] block: Move more functions to coroutines
,
Kevin Wolf
,
2023/01/13
[PATCH v2 01/14] block-coroutine-wrapper: support void functions
,
Kevin Wolf
,
2023/01/13
[PATCH v2 02/14] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 05/14] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
,
Kevin Wolf
,
2023/01/13
[PATCH v2 03/14] block: Convert bdrv_io_unplug() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 04/14] block: Convert bdrv_is_inserted() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 07/14] block-backend: use bdrv_getlength instead of blk_getlength
,
Kevin Wolf
,
2023/01/13
[PATCH v2 08/14] block: use bdrv_co_refresh_total_sectors when possible
,
Kevin Wolf
,
2023/01/13
[PATCH v2 09/14] block: Convert bdrv_get_allocated_file_size() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 06/14] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/13
[PATCH v2 13/14] block: Convert bdrv_debug_event() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/13
[PATCH v2 10/14] block: Convert bdrv_get_info() to co_wrapper_mixed
,
Kevin Wolf
,
2023/01/13
[PATCH v2 11/14] block: Convert bdrv_eject() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 12/14] block: Convert bdrv_lock_medium() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PATCH v2 14/14] block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()
,
Kevin Wolf
,
2023/01/13
Re: [PATCH v2 00/14] block: Move more functions to coroutines
,
Emanuele Giuseppe Esposito
,
2023/01/16
[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
unsubscribe address@hidden
,
Lai, Paul C
,
2023/01/13
[PATCH v2 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Daniel Henrique Barboza
,
2023/01/13
[PATCH v2 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Daniel Henrique Barboza
,
2023/01/13
[PATCH v2 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
,
Daniel Henrique Barboza
,
2023/01/13
Re: [PATCH v2 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Alistair Francis
,
2023/01/15
Re: Exposing Mac Host Internal Microphone to Guests
,
Thomas Huth
,
2023/01/13
[PATCH v7 0/3] hw/riscv: clear kernel_entry high bits with 32bit CPUs
,
Daniel Henrique Barboza
,
2023/01/13
[PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Daniel Henrique Barboza
,
2023/01/13
Re: [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Bin Meng
,
2023/01/14
Re: [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Alistair Francis
,
2023/01/15
Re: [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Bin Meng
,
2023/01/26
Re: [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Alistair Francis
,
2023/01/29
Re: [PATCH v7 3/3] hw/riscv: clear kernel_entry higher bits in load_elf_ram_sym()
,
Philippe Mathieu-Daudé
,
2023/01/16
[PATCH v7 1/3] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Daniel Henrique Barboza
,
2023/01/13
[PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
,
Daniel Henrique Barboza
,
2023/01/13
Re: [PATCH v7 2/3] hw/riscv/boot.c: make riscv_load_initrd() static
,
Alistair Francis
,
2023/01/15
[PATCH 0/9] audio: remove deprecated QEMU_AUDIO env support
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 4/9] audio: remove QEMUSoundCard linked list
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 9/9] audio: remove support for QEMU_AUDIO_ env variables
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 2/9] audio: remove special audio_calloc function
,
Daniel P . Berrangé
,
2023/01/13
Re: [PATCH 2/9] audio: remove special audio_calloc function
,
Volker Rümelin
,
2023/01/15
Re: [PATCH 2/9] audio: remove special audio_calloc function
,
Daniel P . Berrangé
,
2023/01/16
[PATCH 6/9] docs: split the deprecation warning for soundcards vs VNC
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 5/9] audio: remove empty AUD_remove_card method
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 7/9] ui/vnc: don't accept VNC_ENCODING_AUDIO without audiodev
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 3/9] audio: remove unused 'name' in QEMUSoundCard struct
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 1/9] audio: don't check qemu_add_vm_change_state_handler failure
,
Daniel P . Berrangé
,
2023/01/13
Re: [PATCH 1/9] audio: don't check qemu_add_vm_change_state_handler failure
,
Volker Rümelin
,
2023/01/15
[PATCH 8/9] audio: audio state is now mandatory for capture
,
Daniel P . Berrangé
,
2023/01/13
[PATCH 0/7] hw/cxl: RAS error emulation and injection
,
Jonathan Cameron
,
2023/01/13
[PATCH 1/7] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
,
Jonathan Cameron
,
2023/01/13
[PATCH 2/7] hw/pci/aer: Add missing routing for AER errors
,
Jonathan Cameron
,
2023/01/13
[PATCH 3/7] hw/pci-bridge/cxl_root_port: Wire up AER
,
Jonathan Cameron
,
2023/01/13
[PATCH 4/7] hw/pci-bridge/cxl_root_port: Wire up MSI
,
Jonathan Cameron
,
2023/01/13
[PATCH 5/7] hw/mem/cxl-type3: Add AER extended capability
,
Jonathan Cameron
,
2023/01/13
[PATCH 6/7] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use.
,
Jonathan Cameron
,
2023/01/13
[PATCH 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
,
Jonathan Cameron
,
2023/01/13
Re: [PATCH 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
,
Mike Maslenkin
,
2023/01/15
Re: [PATCH 7/7] hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
,
Jonathan Cameron
,
2023/01/16
Re: [PATCH 02/14] block: Convert bdrv_io_plug() to co_wrapper
,
Kevin Wolf
,
2023/01/13
[PULL 00/46] MIPS patches for 2023-01-13
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 01/46] hw/mips/malta: Split FPGA LEDs/ASCII display updates
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 02/46] hw/mips/malta: Trace FPGA LEDs/ASCII display updates
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 03/46] hw/mips/gt64xxx_pci: Accumulate address space changes
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 04/46] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 05/46] hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 06/46] hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB hole
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 07/46] hw/mips/gt64xxx_pci: Manage endian bits with the RegisterFields API
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 13/46] hw/mips/bootloader: Handle buffers as opaque arrays
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 09/46] hw/mips/malta: Explicit GT64120 endianness upon device creation
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 10/46] hw/mips/meson: Make gt64xxx_pci.c endian-agnostic
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 11/46] hw/mips/gt64xxx_pci: Move it to hw/pci-host/
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 14/46] hw/mips/bootloader: Implement nanoMIPS NOP opcode generator
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 08/46] hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev property
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 12/46] tests/avocado: Add tests booting YAMON ROM on MIPS Malta machines
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 15/46] hw/mips/bootloader: Implement nanoMIPS SW opcode generator
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 16/46] hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) opcode generator
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 17/46] hw/mips/bootloader: Implement nanoMIPS JALRc opcode generator
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 18/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 19/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 20/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 21/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 22/46] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 23/46] hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 24/46] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 25/46] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 26/46] hw/isa/piix4: Correct IRQRC[A:D] reset values
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 27/46] mips: Remove support for trap and emulate KVM
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 28/46] mips: Always include nanomips disassembler
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 29/46] hw/pci/pci_host: Trace config accesses on unexisting functions
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 30/46] hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 31/46] hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 32/46] hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 33/46] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 35/46] hw/intc/i8259: Make using the isa_pic singleton more type-safe
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 34/46] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 36/46] hw/intc: Extract the IRQ counting functions into a separate file
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 38/46] hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 39/46] softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 40/46] hw/pci-host/bonito: Convert to 3-phase reset
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 41/46] hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 42/46] hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 44/46] hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 43/46] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 37/46] hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 46/46] scripts/git.orderfile: Display MAINTAINERS changes first
,
Philippe Mathieu-Daudé
,
2023/01/13
[PULL 45/46] target/mips: Restrict 'qapi-commands-machine.h' to system emulation
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PULL 00/46] MIPS patches for 2023-01-13
,
Peter Maydell
,
2023/01/13
Re: [PULL 00/46] MIPS patches for 2023-01-13
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PULL 00/46] MIPS patches for 2023-01-13
,
Peter Maydell
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Peter Maydell
,
2023/01/13
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Alex Bennée
,
2023/01/13
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Peter Maydell
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Alex Bennée
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Peter Maydell
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Alex Bennée
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Richard Henderson
,
2023/01/16
Re: [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c
,
Peter Maydell
,
2023/01/20
[PULL 00/38] target-arm queue
,
Peter Maydell
,
2023/01/13
[PULL 02/38] hw/arm: Add Olimex H405
,
Peter Maydell
,
2023/01/13
[PULL 01/38] hw/arm/stm32f405: correctly describe the memory layout
,
Peter Maydell
,
2023/01/13
[PULL 05/38] {hw/i2c,docs/system/arm}: Allwinner TWI/I2C Emulation
,
Peter Maydell
,
2023/01/13
[PULL 07/38] hw/arm: Add AXP209 to Cubieboard
,
Peter Maydell
,
2023/01/13
[PULL 10/38] target/arm: Fix sve_probe_page
,
Peter Maydell
,
2023/01/13
[PULL 11/38] hw/arm/pxa2xx: Simplify pxa255_init()
,
Peter Maydell
,
2023/01/13
[PULL 04/38] hw/misc: Allwinner A10 DRAM Controller Emulation
,
Peter Maydell
,
2023/01/13
[PULL 03/38] hw/misc: Allwinner-A10 Clock Controller Module Emulation
,
Peter Maydell
,
2023/01/13
[PULL 09/38] tests/avocado: Add SD boot test to Cubieboard
,
Peter Maydell
,
2023/01/13
[PULL 15/38] hw/arm/gumstix: Improve documentation
,
Peter Maydell
,
2023/01/13
[PULL 21/38] hw/arm/z2: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 06/38] hw/misc: AXP209 PMU Emulation
,
Peter Maydell
,
2023/01/13
[PULL 08/38] hw/arm: Allwinner A10 enable SPL load from MMC
,
Peter Maydell
,
2023/01/13
[PULL 13/38] hw/arm/collie: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 23/38] hw/arm: Remove unreachable code calling pflash_cfi01_register()
,
Peter Maydell
,
2023/01/13
[PULL 18/38] hw/arm/musicpal: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 30/38] hw/arm/stellaris: Drop useless casts from void * to pointer
,
Peter Maydell
,
2023/01/13
[PULL 16/38] hw/arm/gumstix: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 28/38] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
,
Peter Maydell
,
2023/01/13
[PULL 20/38] hw/arm/omap_sx1: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 19/38] hw/arm/omap_sx1: Remove unused 'total_ram' definitions
,
Peter Maydell
,
2023/01/13
[PULL 27/38] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
,
Peter Maydell
,
2023/01/13
[PULL 37/38] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'
,
Peter Maydell
,
2023/01/13
[PULL 35/38] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Peter Maydell
,
2023/01/13
[PULL 31/38] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
,
Peter Maydell
,
2023/01/13
[PULL 29/38] hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
,
Peter Maydell
,
2023/01/13
[PULL 25/38] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
,
Peter Maydell
,
2023/01/13
[PULL 32/38] hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
,
Peter Maydell
,
2023/01/13
[PULL 12/38] hw/arm/pxa2xx: Simplify pxa270_init()
,
Peter Maydell
,
2023/01/13
[PULL 14/38] hw/arm/collie: Simplify flash creation using for() loop
,
Peter Maydell
,
2023/01/13
[PULL 24/38] hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
,
Peter Maydell
,
2023/01/13
[PULL 17/38] hw/arm/mainstone: Use the IEC binary prefix definitions
,
Peter Maydell
,
2023/01/13
[PULL 22/38] hw/arm/vexpress: Remove dead code in vexpress_common_init()
,
Peter Maydell
,
2023/01/13
[PULL 38/38] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
,
Peter Maydell
,
2023/01/13
[PULL 26/38] hw/arm/omap: Drop useless casts from void * to pointer
,
Peter Maydell
,
2023/01/13
[PULL 33/38] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Peter Maydell
,
2023/01/13
[PULL 34/38] hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
,
Peter Maydell
,
2023/01/13
[PULL 36/38] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
,
Peter Maydell
,
2023/01/13
Re: [PULL 00/38] target-arm queue
,
Peter Maydell
,
2023/01/13
[RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 01/28] target/arm: rename handle_semihosting to tcg_handle_semihosting
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 04/28] target/arm: Move PC alignment check
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 04/28] target/arm: Move PC alignment check
,
Philippe Mathieu-Daudé
,
2023/01/17
[RFC PATCH v3 03/28] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 02/28] target/arm: wrap psci call with tcg_enabled
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 09/28] target/arm: move translate modules to tcg/
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 06/28] target/arm: Move cpregs code into cpregs.c
,
Philippe Mathieu-Daudé
,
2023/01/17
[RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 05/28] target/arm: Move cpregs code out of cpu.h
,
Philippe Mathieu-Daudé
,
2023/01/17
[RFC PATCH v3 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
,
Richard Henderson
,
2023/01/13
[RFC PATCH v3 07/28] target/arm: Move define_debug_regs() to cpregs.c
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 10/28] target/arm: move helpers to tcg/
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 10/28] target/arm: move helpers to tcg/
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [RFC PATCH v3 10/28] target/arm: move helpers to tcg/
,
Fabiano Rosas
,
2023/01/17
[RFC PATCH v3 11/28] target/arm: Move psci.c into the tcg directory
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [RFC PATCH v3 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Fabiano Rosas
,
2023/01/17
[RFC PATCH v3 13/28] target/arm: Move hflags code into the tcg directory
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 14/28] target/arm: Move regime_using_lpae_format into internal.h
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 15/28] target/arm: Don't access TCG code when debugging with KVM
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
,
Philippe Mathieu-Daudé
,
2023/01/17
[RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Fabiano Rosas
,
2023/01/18
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Fabiano Rosas
,
2023/01/17
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Philippe Mathieu-Daudé
,
2023/01/18
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Claudio Fontana
,
2023/01/18
Re: [RFC PATCH v3 18/28] target/arm: Move common cpu code into cpu.c
,
Fabiano Rosas
,
2023/01/18
[RFC PATCH v3 19/28] target/arm: move cpu_tcg to tcg/cpu32.c
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 17/28] target/arm: Move cortex sysregs into cpregs.c
,
Richard Henderson
,
2023/01/13
[RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Claudio Fontana
,
2023/01/13
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Fabiano Rosas
,
2023/01/16
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Peter Maydell
,
2023/01/16
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Fabiano Rosas
,
2023/01/16
Re: [RFC PATCH v3 20/28] target/arm: Set cortex-a57 as default cpu for KVM-only build
,
Peter Maydell
,
2023/01/16
[RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Thomas Huth
,
2023/01/13
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Fabiano Rosas
,
2023/01/16
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Cornelia Huck
,
2023/01/17
Re: [RFC PATCH v3 21/28] tests/qtest: Skip tests that depend on TCG when CONFIG_TCG=n
,
Fabiano Rosas
,
2023/01/17
[RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Thomas Huth
,
2023/01/13
Re: [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 22/28] tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
,
Philippe Mathieu-Daudé
,
2023/01/16
[RFC PATCH v3 23/28] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 23/28] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Thomas Huth
,
2023/01/13
[RFC PATCH v3 24/28] tests/avocado: Skip tests that require a missing accelerator
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 24/28] tests/avocado: Skip tests that require a missing accelerator
,
Richard Henderson
,
2023/01/13
[RFC PATCH v3 25/28] tests/avocado: Tag TCG tests with accel:tcg
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 25/28] tests/avocado: Tag TCG tests with accel:tcg
,
Richard Henderson
,
2023/01/13
[RFC PATCH v3 26/28] target/avocado: Pass parameters to migration test on aarch64
,
Fabiano Rosas
,
2023/01/13
[RFC PATCH v3 27/28] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 27/28] arm/Kconfig: Always select SEMIHOSTING when TCG is present
,
Richard Henderson
,
2023/01/13
[RFC PATCH v3 28/28] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Fabiano Rosas
,
2023/01/13
Re: [RFC PATCH v3 28/28] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
,
Richard Henderson
,
2023/01/13
Re: [RFC PATCH v3 00/28] target/arm: Allow CONFIG_TCG=n builds
,
Philippe Mathieu-Daudé
,
2023/01/18
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
[PATCH 0/2] Hexagon: update and enforce hintjr slot constraints
,
Matheus Tavares Bernardino
,
2023/01/13
[PATCH 2/2] Hexagon (decode): look for pkts with multiple insns at the same slot
,
Matheus Tavares Bernardino
,
2023/01/13
RE: [PATCH 2/2] Hexagon (decode): look for pkts with multiple insns at the same slot
,
Taylor Simpson
,
2023/01/13
[PATCH 1/2] Hexagon (iclass): update J4_hintjumpr slot constraints
,
Matheus Tavares Bernardino
,
2023/01/13
RE: [PATCH 1/2] Hexagon (iclass): update J4_hintjumpr slot constraints
,
Taylor Simpson
,
2023/01/13
[PATCH 0/4] Improve the introductory documentation
,
Alex Bennée
,
2023/01/13
[PATCH 1/4] docs: add hotlinks to about preface text
,
Alex Bennée
,
2023/01/13
Re: [PATCH 1/4] docs: add hotlinks to about preface text
,
Peter Maydell
,
2023/01/17
[PATCH 2/4] docs: add a new section to outline emulation support
,
Alex Bennée
,
2023/01/13
Re: [PATCH 2/4] docs: add a new section to outline emulation support
,
Peter Maydell
,
2023/01/17
[PATCH 4/4] docs: add an introduction to the system docs
,
Alex Bennée
,
2023/01/13
Re: [PATCH 4/4] docs: add an introduction to the system docs
,
Kashyap Chamarthy
,
2023/01/13
Re: [PATCH 4/4] docs: add an introduction to the system docs
,
Peter Maydell
,
2023/01/17
[PATCH 3/4] semihosting: add semihosting section to the docs
,
Alex Bennée
,
2023/01/13
Re: [PATCH 3/4] semihosting: add semihosting section to the docs
,
Peter Maydell
,
2023/01/17
Re: [PATCH 3/4] semihosting: add semihosting section to the docs
,
Alex Bennée
,
2023/01/20
Re: [PATCH 0/4] Improve the introductory documentation
,
Richard Henderson
,
2023/01/13
[PATCH] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/13
Re: [PATCH] net: Strip virtio-net header when dumping
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH] net: Strip virtio-net header when dumping
,
Akihiko Odaki
,
2023/01/13
Re: [PATCH qemu.git v2 1/1] hw/arm/virt: make second UART available
,
Peter Maydell
,
2023/01/13
[PATCH] target/tricore: Fix OPC2_32_RCRW_IMASK translation
,
Bastian Koppelmann
,
2023/01/13
Re: checkpoint/restore: Adding more "Getters" to the KVM API
,
David Woodhouse
,
2023/01/13
Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
,
Alexander von Gluck IV
,
2023/01/13
Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
,
Alexander von Gluck IV
,
2023/01/14
Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
,
Thomas Huth
,
2023/01/16
[PATCH v5 0/2] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/13
[PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alexandre Ghiti
,
2023/01/13
Re: [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Alistair Francis
,
2023/01/15
Re: [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Frank Chang
,
2023/01/16
Re: [PATCH v5 1/2] riscv: Pass Object to register_cpu_props instead of DeviceState
,
Andrew Jones
,
2023/01/17
[PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/13
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/17
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alistair Francis
,
2023/01/17
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/18
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alistair Francis
,
2023/01/18
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/19
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/19
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alistair Francis
,
2023/01/19
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/20
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/20
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/20
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/18
Re: [PATCH v5 2/2] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/18
Qemu interrupt-remap fault support
,
David Woodhouse
,
2023/01/13
Re: Qemu interrupt-remap fault support
,
Michael S. Tsirkin
,
2023/01/13
Re: Qemu interrupt-remap fault support
,
Alex Williamson
,
2023/01/13
Re: Qemu interrupt-remap fault support
,
David Woodhouse
,
2023/01/13
Re: [PATCH] scripts/git.orderfile: Display MAINTAINERS changes first
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH] MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski
,
Thomas Huth
,
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
regression in booting with -kernel in 7.2.0
,
Christoph Hellwig
,
2023/01/13
Re: regression in booting with -kernel in 7.2.0
,
Daniel P . Berrangé
,
2023/01/13
[RFC] cxl-host: Fix committed check for passthrough decoder
,
Fan Ni
,
2023/01/12
Re: [RFC] cxl-host: Fix committed check for passthrough decoder
,
Jonathan Cameron
,
2023/01/13
Re: [RFC] cxl-host: Fix committed check for passthrough decoder
,
Fan Ni
,
2023/01/13
Re: [RFC] cxl-host: Fix committed check for passthrough decoder
,
Jonathan Cameron
,
2023/01/16
Re: [RFC] cxl-host: Fix committed check for passthrough decoder
,
Jonathan Cameron
,
2023/01/20
[PATCH v6 0/2] hw/riscv: consolidate kernel init in riscv_load_kernel()
,
Daniel Henrique Barboza
,
2023/01/12
[PATCH v6 1/2] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Daniel Henrique Barboza
,
2023/01/12
Re: [PATCH v6 1/2] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Bin Meng
,
2023/01/12
Re: [PATCH v6 1/2] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH v6 2/2] hw/riscv/boot.c: make riscv_load_initrd() static
,
Daniel Henrique Barboza
,
2023/01/12
Re: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Ilya Dryomov
,
2023/01/12
Re: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Kevin Wolf
,
2023/01/13
RE: [PATCH v1 1/1] virtio-block: switch to blk_get_max_hw_transfer
,
Or Ozeri
,
2023/01/30
[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Kevin Wolf
,
2023/01/12
[PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
2023/01/12
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Kevin Wolf
,
2023/01/13
Re: [PATCH 1/4] qcow2: Fix theoretical corruption in store_bitmap() error path
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH 3/4] qemu-img bitmap: Report errors while closing the image
,
Kevin Wolf
,
2023/01/12
Re: [PATCH 3/4] qemu-img bitmap: Report errors while closing the image
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH 2/4] qemu-img commit: Report errors while closing the image
,
Kevin Wolf
,
2023/01/12
[PATCH 4/4] qemu-iotests: Test qemu-img bitmap/commit exit code on error
,
Kevin Wolf
,
2023/01/12
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Markus Armbruster
,
2023/01/13
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Kevin Wolf
,
2023/01/13
Re: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image
,
Hanna Czenczek
,
2023/01/17
[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
,
Eugenio Pérez
,
2023/01/12
[RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Jason Wang
,
2023/01/12
Re: [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 01/13] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
,
Jason Wang
,
2023/01/15
[RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Jason Wang
,
2023/01/12
Re: [RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Jason Wang
,
2023/01/15
Re: [RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Eugenio Perez Martin
,
2023/01/16
Re: [RFC v2 02/13] vdpa net: move iova tree creation from init to start
,
Jason Wang
,
2023/01/16
[RFC v2 03/13] vdpa: copy cvq shadow_data from data vqs, not from x-svq
,
Eugenio Pérez
,
2023/01/12
[RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Jason Wang
,
2023/01/12
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Jason Wang
,
2023/01/15
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Eugenio Perez Martin
,
2023/01/16
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Jason Wang
,
2023/01/16
Re: [RFC v2 04/13] vdpa: rewind at get_base, not set_base
,
Eugenio Perez Martin
,
2023/01/17
[RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Jason Wang
,
2023/01/12
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Jason Wang
,
2023/01/15
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Michael S. Tsirkin
,
2023/01/16
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Eugenio Perez Martin
,
2023/01/16
Re: [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
,
Jason Wang
,
2023/01/17
[RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Jason Wang
,
2023/01/12
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Stefano Garzarella
,
2023/01/13
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Stefano Garzarella
,
2023/01/13
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Maxime Coquelin
,
2023/01/17
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Jason Wang
,
2023/01/16
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Eugenio Perez Martin
,
2023/01/16
Re: [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
,
Jason Wang
,
2023/01/17
[RFC v2 07/13] vdpa: delay set_vring_ready after DRIVER_OK
,
Eugenio Pérez
,
2023/01/12
[RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
,
Jason Wang
,
2023/01/12
Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
,
Jason Wang
,
2023/01/16
Re: [RFC v2 08/13] vdpa: Negotiate _F_SUSPEND feature
,
Eugenio Perez Martin
,
2023/01/16
[RFC v2 09/13] vdpa: add feature_log parameter to vhost_vdpa
,
Eugenio Pérez
,
2023/01/12
[RFC v2 10/13] vdpa net: allow VHOST_F_LOG_ALL
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 10/13] vdpa net: allow VHOST_F_LOG_ALL
,
Jason Wang
,
2023/01/12
[RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Jason Wang
,
2023/01/12
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Jason Wang
,
2023/01/16
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Eugenio Perez Martin
,
2023/01/16
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Eugenio Perez Martin
,
2023/01/17
Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
,
Dr. David Alan Gilbert
,
2023/01/17
[RFC v2 12/13] vdpa: preemptive kick at enable
,
Eugenio Pérez
,
2023/01/12
Re: [RFC v2 12/13] vdpa: preemptive kick at enable
,
Jason Wang
,
2023/01/12
Re: [RFC v2 12/13] vdpa: preemptive kick at enable
,
Zhu, Lingshan
,
2023/01/13
Re: [RFC v2 12/13] vdpa: preemptive kick at enable
,
Jason Wang
,
2023/01/12
Re: [RFC v2 12/13] vdpa: preemptive kick at enable
,
Eugenio Perez Martin
,
2023/01/13
Re: [RFC v2 12/13] vdpa: preemptive kick at enable
,
Jason Wang
,
2023/01/16
[RFC v2 13/13] vdpa: Conditionally expose _F_LOG in vhost_net devices
,
Eugenio Pérez
,
2023/01/12
[PATCH v3 0/8] virtio-mem: Handle preallocation with migration
,
David Hildenbrand
,
2023/01/12
[PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 1/8] migration/savevm: Move more savevm handling into vmstate_save()
,
David Hildenbrand
,
2023/01/13
[PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
Peter Xu
,
2023/01/12
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
David Hildenbrand
,
2023/01/13
Re: [PATCH v3 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
,
David Hildenbrand
,
2023/01/13
[PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Peter Xu
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Peter Xu
,
2023/01/12
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/13
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Peter Xu
,
2023/01/13
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Peter Xu
,
2023/01/13
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/16
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
Peter Xu
,
2023/01/16
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/16
Re: [PATCH v3 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
,
David Hildenbrand
,
2023/01/13
[PATCH v3 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
,
David Hildenbrand
,
2023/01/12
[PATCH v3 5/8] migration/ram: Factor out check for advised postcopy
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 5/8] migration/ram: Factor out check for advised postcopy
,
Dr. David Alan Gilbert
,
2023/01/12
[PATCH v3 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
,
Dr. David Alan Gilbert
,
2023/01/12
[PATCH v3 7/8] virtio-mem: Migrate immutable properties early
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 7/8] virtio-mem: Migrate immutable properties early
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 7/8] virtio-mem: Migrate immutable properties early
,
David Hildenbrand
,
2023/01/13
[PATCH v3 8/8] virtio-mem: Proper support for preallocation with migration
,
David Hildenbrand
,
2023/01/12
Re: [PATCH v3 8/8] virtio-mem: Proper support for preallocation with migration
,
Dr. David Alan Gilbert
,
2023/01/12
Re: [PATCH v3 0/8] virtio-mem: Handle preallocation with migration
,
David Hildenbrand
,
2023/01/12
[Capstone] Feedback request for new architecture updater
,
Rot127
,
2023/01/12
Re: [Capstone] Feedback request for new architecture updater
,
Thomas Huth
,
2023/01/13
Re: [Capstone] Feedback request for new architecture updater
,
Rot127
,
2023/01/13
[PATCH] tests/docker: Install flex in debian-tricore-cross
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] tests/docker: Install flex in debian-tricore-cross
,
Alex Bennée
,
2023/01/12
Re: [PATCH] tests/docker: Install flex in debian-tricore-cross
,
Bastian Koppelmann
,
2023/01/12
[PATCH v5 0/4] compare machine type compat_props
,
Maksim Davydov
,
2023/01/12
[PATCH v5 2/4] python/qmp: increase read buffer size
,
Maksim Davydov
,
2023/01/12
Re: [PATCH v5 2/4] python/qmp: increase read buffer size
,
John Snow
,
2023/01/17
[PATCH v5 3/4] qmp: add dump machine type compatible properties
,
Maksim Davydov
,
2023/01/12
[PATCH v5 1/4] qom: add default value
,
Maksim Davydov
,
2023/01/12
[PATCH v5 4/4] scripts: add script to compare compatible properties
,
Maksim Davydov
,
2023/01/12
building qemu on windows 11
,
Neal Elliott
,
2023/01/12
Re: building qemu on windows 11
,
Stefan Weil
,
2023/01/12
[PATCH v4 0/3] tcg: add perfmap and jitdump
,
Ilya Leoshkevich
,
2023/01/12
[PATCH v4 1/3] linux-user: Clean up when exiting due to a signal
,
Ilya Leoshkevich
,
2023/01/12
[PATCH v4 2/3] accel/tcg: Add debuginfo support
,
Ilya Leoshkevich
,
2023/01/12
Re: [PATCH v4 2/3] accel/tcg: Add debuginfo support
,
Thomas Huth
,
2023/01/30
Re: [PATCH v4 2/3] accel/tcg: Add debuginfo support
,
Ilya Leoshkevich
,
2023/01/30
[PATCH v4 3/3] tcg: add perfmap and jitdump
,
Ilya Leoshkevich
,
2023/01/12
Re: [PATCH v4 0/3] tcg: add perfmap and jitdump
,
Richard Henderson
,
2023/01/13
[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
,
Alexander Ivanov
,
2023/01/12
[PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers
,
Alexander Ivanov
,
2023/01/12
Re: [PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers
,
Denis V. Lunev
,
2023/01/31
[PATCH v2 1/5] parallels: Incorrect data end calculation in parallels_open()
,
Alexander Ivanov
,
2023/01/12
[PATCH v2 3/5] parallels: Add checking and repairing duplicate offsets in BAT
,
Alexander Ivanov
,
2023/01/12
Re: [PATCH v2 3/5] parallels: Add checking and repairing duplicate offsets in BAT
,
Denis V. Lunev
,
2023/01/31
[PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Alexander Ivanov
,
2023/01/12
Re: [PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Denis V. Lunev
,
2023/01/31
Re: [PATCH v2 5/5] parallels: Image repairing in parallels_open()
,
Denis V. Lunev
,
2023/01/31
[PATCH v2 4/5] parallels: Replace fprintf by qemu_log in check
,
Alexander Ivanov
,
2023/01/12
Re: [PATCH v2 4/5] parallels: Replace fprintf by qemu_log in check
,
Denis V. Lunev
,
2023/01/31
Re: [PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
,
Alexander Ivanov
,
2023/01/15
[PATCH v2] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Stefan Berger
,
2023/01/12
[PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
,
Anton Kochkov
,
2023/01/12
Re: [PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] target/tricore: Fix OPC1_16_SRO_LD_H translation
,
Bastian Koppelmann
,
2023/01/12
tricore-debian-cross-container CI job failing
,
Peter Maydell
,
2023/01/12
Re: tricore-debian-cross-container CI job failing
,
Peter Maydell
,
2023/01/12
[PATCH 00/40] x86: fixing and cleaning up ACPI PCI code part 3
,
Igor Mammedov
,
2023/01/12
[PATCH 05/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 02/40] tests: acpi: cleanup arguments to make them more readable
,
Igor Mammedov
,
2023/01/12
[PATCH 18/40] pcihp: drop pcihp_bridge_en dependency when composing PCNT method
,
Igor Mammedov
,
2023/01/12
[PATCH 11/40] pci: acpihp: assign BSEL only to coldplugged bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 27/40] x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 15/40] tests: boot_sector_test(): make it multi-shot
,
Igor Mammedov
,
2023/01/12
[PATCH 03/40] tests: acpi: whitelist DSDT blobs for tests that use pci-bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 09/40] pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
,
Igor Mammedov
,
2023/01/12
[PATCH 14/40] tests: acpi: extend bridge tests with hotplugged bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 08/40] x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignment
,
Igor Mammedov
,
2023/01/12
[PATCH 12/40] x86: pcihp: fix invalid AML PCNT calls to hotplugged bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 22/40] pcihp: do not put empty PCNT in DSDT
,
Igor Mammedov
,
2023/01/12
[PATCH 06/40] tests: acpi: cleanup use_uefi argument usage
,
Igor Mammedov
,
2023/01/12
[PATCH 17/40] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
,
Igor Mammedov
,
2023/01/12
[PATCH 19/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 10/40] pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
,
Igor Mammedov
,
2023/01/12
[PATCH 29/40] pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
,
Igor Mammedov
,
2023/01/12
[PATCH 01/40] tests: qtest: print device_add error before failing test
,
Igor Mammedov
,
2023/01/12
[PATCH 20/40] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
,
Igor Mammedov
,
2023/01/12
[PATCH 25/40] tests: acpi: add endpoint devices to bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 30/40] pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier"
,
Igor Mammedov
,
2023/01/12
[PATCH 36/40] pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slots
,
Igor Mammedov
,
2023/01/12
[PATCH 26/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 32/40] tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slots description
,
Igor Mammedov
,
2023/01/12
[PATCH 37/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 39/40] pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug path
,
Igor Mammedov
,
2023/01/12
[PATCH 16/40] tests: acpi: add reboot cycle to bridge test
,
Igor Mammedov
,
2023/01/12
[PATCH 23/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 13/40] tests: boot_sector_test: avoid crashing if status is not available yet
,
Igor Mammedov
,
2023/01/12
[PATCH 28/40] pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
,
Igor Mammedov
,
2023/01/12
[PATCH 21/40] pcihp: compose PCNT callchain right before its user _GPE._E01
,
Igor Mammedov
,
2023/01/12
[PATCH 07/40] pci_bridge: remove whitespace
,
Igor Mammedov
,
2023/01/12
[PATCH 04/40] tests: acpi: extend pcihp with nested bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 31/40] pcihp: isolate rule whether slot should be described in DSDT
,
Igor Mammedov
,
2023/01/12
[PATCH 24/40] whitelist DSDT before adding endpoint devices to bridge testcases
,
Igor Mammedov
,
2023/01/12
[PATCH 35/40] tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges
,
Igor Mammedov
,
2023/01/12
[PATCH 33/40] pcihp: acpi: decouple hotplug and generic slots description
,
Igor Mammedov
,
2023/01/12
[PATCH 34/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
[PATCH 38/40] tests: acpi: whitelist DSDT before moving non-hotpluggble slots description from hotplug path
,
Igor Mammedov
,
2023/01/12
[PATCH 40/40] tests: acpi: update expected blobs
,
Igor Mammedov
,
2023/01/12
Re: [PATCH 00/40] x86: fixing and cleaning up ACPI PCI code part 3
,
Igor Mammedov
,
2023/01/25
Re: [PATCH 00/40] x86: fixing and cleaning up ACPI PCI code part 3
,
Michael S. Tsirkin
,
2023/01/25
[PATCH 0/7] Trivial: Mark some more files as target-independant
,
Thomas Huth
,
2023/01/12
[PATCH 1/7] hw/display: Move omap_lcdc.c out of target-specific source set
,
Thomas Huth
,
2023/01/12
[PATCH 2/7] hw/intc: Move some files out of the target-specific source set
,
Thomas Huth
,
2023/01/12
[PATCH 3/7] hw/tpm: Move tpm_ppi.c out of target-specific source set
,
Thomas Huth
,
2023/01/12
[PATCH 4/7] hw/arm: Move various units to softmmu_ss[]
,
Thomas Huth
,
2023/01/12
[PATCH 6/7] hw/intc: Mark more interrupt-controller files as target independent
,
Thomas Huth
,
2023/01/12
[PATCH 5/7] hw/cpu: Mark arm11 and realview mpcore as target-independent code
,
Thomas Huth
,
2023/01/12
[PATCH 7/7] hw/usb: Mark the XLNX_VERSAL-related files as target-independent
,
Thomas Huth
,
2023/01/12
Re: [PATCH 0/7] Trivial: Mark some more files as target-independant
,
Richard Henderson
,
2023/01/13
Re: [PATCH 0/7] Trivial: Mark some more files as target-independant
,
Laurent Vivier
,
2023/01/16
[PULL v2 00/29] Misc patches for 2023-01-10
,
Paolo Bonzini
,
2023/01/12
[PULL v2 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
,
Paolo Bonzini
,
2023/01/12
[PULL v2 14/29] enforce use of G_GNUC_PRINTF attributes
,
Paolo Bonzini
,
2023/01/12
Re: [PULL v2 00/29] Misc patches for 2023-01-10
,
Peter Maydell
,
2023/01/12
completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/12
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/13
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/16
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/16
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
2023/01/17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Alistair Francis
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Alistair Francis
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/19
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/19
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/19
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Peter Maydell
,
2023/01/19
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Guenter Roeck
,
2023/01/17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/17
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Keith Busch
,
2023/01/18
Re: completion timeouts with pin-based interrupts in QEMU hw/nvme
,
Klaus Jensen
,
2023/01/19
Re: [PATCH v4 2/3] block/rbd: Add luks-any encryption opening option
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Ilya Dryomov
,
2023/01/12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Ilya Dryomov
,
2023/01/12
Re: [PATCH v4 1/3] block/rbd: encryption nit fixes
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Ilya Dryomov
,
2023/01/12
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Daniel P . Berrangé
,
2023/01/12
RE: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Or Ozeri
,
2023/01/12
Re: [PATCH v4 3/3] block/rbd: Add support for layered encryption
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Laurent Vivier
,
2023/01/16
Re: [PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
,
Kevin Wolf
,
2023/01/19
Re: [PATCH v2] scripts/archive-source: Use GNU tar on Darwin
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v2] scripts/archive-source: Use GNU tar on Darwin
,
Thomas Huth
,
2023/01/12
Re: [PATCH v2] scripts/archive-source: Use GNU tar on Darwin
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v2] scripts/archive-source: Use GNU tar on Darwin
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
,
Richard Henderson
,
2023/01/13
[PATCH v3 0/1] Clean up includes
,
Markus Armbruster
,
2023/01/12
[PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Markus Armbruster
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Markus Armbruster
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Peter Maydell
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Peter Maydell
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Peter Maydell
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Jonathan Cameron
,
2023/01/12
Re: [PATCH v3 1/1] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/12
[PATCH v2 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 1/8] hw/mem/cxl_type3: Improve error handling in realize()
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 2/8] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 3/8] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
,
Jonathan Cameron
,
2023/01/12
Re: [PATCH v2 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Jonathan Cameron
,
2023/01/12
Re: [PATCH v2 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Michael S. Tsirkin
,
2023/01/27
Re: [PATCH v2 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Jonathan Cameron
,
2023/01/31
[PATCH v2 6/8] qemu/bswap: Add const_le64()
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 7/8] qemu/uuid: Add UUID static initializer
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 8/8] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
,
Jonathan Cameron
,
2023/01/12
[PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 1/7] target/arm/sme: Reorg SME access handling in handle_msr_i()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 2/7] target/arm/sme: Rebuild hflags in set_pstate() helpers
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 3/7] target/arm/sme: Introduce aarch64_set_svcr()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 4/7] target/arm/sme: Reset SVE state in aarch64_set_svcr()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 5/7] target/arm/sme: Reset ZA state in aarch64_set_svcr()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 6/7] target/arm/sme: Rebuild hflags in aarch64_set_svcr()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH v2 7/7] target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
,
Fabiano Rosas
,
2023/01/12
Re: [PATCH v2 0/7] target/arm: Introduce aarch64_set_svcr
,
Peter Maydell
,
2023/01/17
Re: [PATCH v4 4/4] scripts: add script to compare compatible properties
,
Maksim Davydov
,
2023/01/12
[PATCH 00/31] Introduce igb
,
Akihiko Odaki
,
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 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 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 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 08/31] e1000e: Use more constant definitions
,
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 11/31] e1000e: Remove pending interrupt flags
,
Akihiko Odaki
,
2023/01/12
[PATCH 12/31] e1000e: Improve software reset
,
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 14/31] e1000e: Configure ResettableClass
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 14/31] e1000e: 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 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 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 19/31] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
,
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 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 23/31] igb: Rename identifiers
,
Akihiko Odaki
,
2023/01/12
[PATCH 24/31] igb: Build igb
,
Akihiko Odaki
,
2023/01/12
[PATCH 26/31] tests/qtest/e1000e-test: Fabricate ethernet header
,
Akihiko Odaki
,
2023/01/12
[PATCH 25/31] igb: Transform to 82576 implementation
,
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 30/31] tests/avocado: Add igb test
,
Akihiko Odaki
,
2023/01/12
[PATCH 31/31] docs/system/devices/igb: Add igb documentation
,
Akihiko Odaki
,
2023/01/12
Re: [PATCH 00/31] Introduce igb
,
Philippe Mathieu-Daudé
,
2023/01/12
qemu-system-i386 and general protection
,
He Zhe
,
2023/01/12
Re: qemu-system-i386 and general protection
,
Alex Bennée
,
2023/01/12
[PATCH v6 00/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/12
[PATCH v6 02/13] migration: No save_live_pending() method uses the QEMUFile parameter
,
Avihai Horon
,
2023/01/12
[PATCH v6 01/13] linux-headers: Update to v6.2-rc1
,
Avihai Horon
,
2023/01/12
[PATCH v6 04/13] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
2023/01/12
[PATCH v6 03/13] vfio/migration: Fix NULL pointer dereference bug
,
Avihai Horon
,
2023/01/12
[PATCH v6 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 05/13] migration/qemu-file: Add qemu_file_get_to_fd()
,
Cédric Le Goater
,
2023/01/12
[PATCH v6 07/13] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Avihai Horon
,
2023/01/12
[PATCH v6 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 06/13] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
,
Cédric Le Goater
,
2023/01/13
[PATCH v6 10/13] vfio/migration: Optimize vfio_save_pending()
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 10/13] vfio/migration: Optimize vfio_save_pending()
,
Cédric Le Goater
,
2023/01/13
[PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
2023/01/13
Re: [PATCH v6 09/13] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/15
[PATCH v6 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 13/13] docs/devel: Align VFIO migration docs to v2 protocol
,
Cédric Le Goater
,
2023/01/13
[PATCH v6 08/13] vfio/migration: Rename functions/structs related to v1 protocol
,
Avihai Horon
,
2023/01/12
[PATCH v6 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 11/13] vfio/migration: Remove VFIO migration protocol v1
,
Cédric Le Goater
,
2023/01/13
[PATCH v6 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Avihai Horon
,
2023/01/12
Re: [PATCH v6 12/13] vfio: Alphabetize migration section of VFIO trace-events file
,
Cédric Le Goater
,
2023/01/13
[PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
2023/01/12
Re: [PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH v2] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Alistair Francis
,
2023/01/12
[PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
2023/01/12
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Thomas Huth
,
2023/01/12
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH 5/5] migration: Established connection for listener sockets on the dest interface
,
Markus Armbruster
,
2023/01/12
[PATCH 1/1] hw/loongarch/virt: add system_powerdown hmp command support
,
Song Gao
,
2023/01/12
Re: [PATCH 1/1] hw/loongarch/virt: add system_powerdown hmp command support
,
gaosong
,
2023/01/31
Re: [PATCH] hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
,
gaosong
,
2023/01/11
[PATCH] target/arm: Introduce aarch64_set_svcr
,
Richard Henderson
,
2023/01/11
Re: [PATCH] target/arm: Introduce aarch64_set_svcr
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] target/arm: Introduce aarch64_set_svcr
,
Fabiano Rosas
,
2023/01/12
[PATCH] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Stefan Berger
,
2023/01/11
Re: [PATCH] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Daniel P . Berrangé
,
2023/01/12
Re: [PATCH] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH 11/15] block-backend: make queued_requests thread-safe
,
Stefan Hajnoczi
,
2023/01/11
Re: [PATCH 11/15] block-backend: make queued_requests thread-safe
,
Kevin Wolf
,
2023/01/16
[PATCH] hw/mips/boston.c: rename MachineState 'mc' pointer to 'ms'
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH] hw/mips/boston.c: rename MachineState 'mc' pointer to 'ms'
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH] hw/mips/boston.c: rename MachineState 'mc' pointer to 'ms'
,
Bin Meng
,
2023/01/12
Re: [PATCH] hw/mips/boston.c: rename MachineState 'mc' pointer to 'ms'
,
Philippe Mathieu-Daudé
,
2023/01/13
[PATCH 00/10] riscv: create_fdt() related cleanups
,
Daniel Henrique Barboza
,
2023/01/11
[PATCH 01/10] hw/riscv/spike.c: simplify create_fdt()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 01/10] hw/riscv/spike.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/15
[PATCH 02/10] hw/riscv/virt.c: simplify create_fdt()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 02/10] hw/riscv/virt.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/15
[PATCH 03/10] hw/riscv/sifive_u.c: simplify create_fdt()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 03/10] hw/riscv/sifive_u.c: simplify create_fdt()
,
Alistair Francis
,
2023/01/15
[PATCH 04/10] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 04/10] hw/riscv/virt.c: remove 'is_32_bit' param from create_fdt_socket_cpus()
,
Alistair Francis
,
2023/01/15
[PATCH 06/10] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 06/10] hw/riscv: use ms->fdt in riscv_socket_fdt_write_distance_matrix()
,
Alistair Francis
,
2023/01/15
[PATCH 08/10] hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
,
Daniel Henrique Barboza
,
2023/01/11
[PATCH 05/10] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 05/10] hw/riscv: use MachineState::fdt in riscv_socket_fdt_write_id()
,
Alistair Francis
,
2023/01/15
[PATCH 07/10] hw/riscv: simplify riscv_load_fdt()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 07/10] hw/riscv: simplify riscv_load_fdt()
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 10/10] hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
,
Daniel Henrique Barboza
,
2023/01/11
[PATCH 09/10] hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 00/10] riscv: create_fdt() related cleanups
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PATCH 00/10] riscv: create_fdt() related cleanups
,
Alistair Francis
,
2023/01/15
[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 1/6] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 2/6] qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 3/6] qemu/bswap: Remove <byteswap.h> dependency
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 4/6] qemu/bswap: Use compiler __builtin_bswap() on Haiku
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 5/6] qemu/bswap: Use compiler __builtin_bswap() on FreeBSD
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 6/6] qemu/bswap: Use compiler __builtin_bswap() on NetBSD
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Richard Henderson
,
2023/01/12
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Philippe Mathieu-Daudé
,
2023/01/13
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Thomas Huth
,
2023/01/13
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Richard Henderson
,
2023/01/17
Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
,
Thomas Huth
,
2023/01/26
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
,
Cornelia Huck
,
2023/01/11
[PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/11
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Peter Maydell
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Peter Maydell
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Richard Henderson
,
2023/01/17
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/18
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Eric Auger
,
2023/01/23
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/26
Re: [PATCH v4 1/2] arm/kvm: add support for MTE
,
Cornelia Huck
,
2023/01/26
[PATCH v4 2/2] qtests/arm: add some mte tests
,
Cornelia Huck
,
2023/01/11
Re: [PATCH v4 2/2] qtests/arm: add some mte tests
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH v4 2/2] qtests/arm: add some mte tests
,
Eric Auger
,
2023/01/23
Re: [PATCH v4 2/2] qtests/arm: add some mte tests
,
Cornelia Huck
,
2023/01/26
[PATCH v3 0/5] tsan fixes
,
Emilio Cota
,
2023/01/11
[PATCH v3 1/5] cpu: free cpu->tb_jmp_cache with RCU
,
Emilio Cota
,
2023/01/11
[PATCH v3 2/5] util/qht: add missing atomic_set(hashes[i])
,
Emilio Cota
,
2023/01/11
[PATCH v3 3/5] thread: de-const qemu_spin_destroy
,
Emilio Cota
,
2023/01/11
[PATCH v3 4/5] util/qht: use striped locks under TSAN
,
Emilio Cota
,
2023/01/11
[PATCH v3 5/5] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Emilio Cota
,
2023/01/11
Re: [PATCH v3 0/5] tsan fixes
,
Alex Bennée
,
2023/01/11
[RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
Michael S. Tsirkin
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
Alex Williamson
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
Alex Williamson
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
Alex Williamson
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/11
Re: [RFC] Notify IRQ sources of level interrupt ack/EOI
,
David Woodhouse
,
2023/01/12
Re: [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation
,
Markus Armbruster
,
2023/01/11
Re: [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation
,
Hyman Huang
,
2023/01/17
Re: [PATCH v2] softmmu/physmem: Fix address of FlatView access in address_space_(read|write)_cached_slow()
,
Stefan Hajnoczi
,
2023/01/11
[PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/11
[PATCH 1/8] hw/mem/cxl_type3: Improve error handling in realize()
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 1/8] hw/mem/cxl_type3: Improve error handling in realize()
,
Ira Weiny
,
2023/01/11
[PATCH 2/8] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 2/8] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 2/8] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
,
Ira Weiny
,
2023/01/11
[PATCH 3/8] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 3/8] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
,
Ira Weiny
,
2023/01/11
[PATCH 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 4/8] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
,
Ira Weiny
,
2023/01/11
[PATCH 6/8] qemu/bswap: Add const_le64()
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 6/8] qemu/bswap: Add const_le64()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 6/8] qemu/bswap: Add const_le64()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 6/8] qemu/bswap: Add const_le64()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 6/8] qemu/bswap: Add const_le64()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 6/8] qemu/bswap: Add const_le64()
,
Jonathan Cameron
,
2023/01/11
[PATCH 7/8] qemu/uuid: Add UUID static initializer
,
Jonathan Cameron
,
2023/01/11
[PATCH 8/8] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
,
Jonathan Cameron
,
2023/01/11
Re: [PATCH 8/8] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/12
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/12
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/12
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Lukas Wunner
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/13
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/18
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/18
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/19
cxl nvdimm Potential probe ordering issues.
,
Jonathan Cameron
,
2023/01/19
Re: cxl nvdimm Potential probe ordering issues.
,
Jonathan Cameron
,
2023/01/19
Re: cxl nvdimm Potential probe ordering issues.
,
Gregory Price
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Dan Williams
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Gregory Price
,
2023/01/19
Re: cxl nvdimm Potential probe ordering issues.
,
Jonathan Cameron
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Dan Williams
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Gregory Price
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Dan Williams
,
2023/01/20
Re: cxl nvdimm Potential probe ordering issues.
,
Jonathan Cameron
,
2023/01/23
Re: cxl nvdimm Potential probe ordering issues.
,
Gregory Price
,
2023/01/23
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/19
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Michael S. Tsirkin
,
2023/01/19
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Jonathan Cameron
,
2023/01/19
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/19
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/19
Re: [PATCH 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
,
Gregory Price
,
2023/01/13
Re: [PATCH RESEND v3 08/10] migration: Implement dirty-limit convergence algo
,
Markus Armbruster
,
2023/01/11
Re: [PATCH RESEND v3 08/10] migration: Implement dirty-limit convergence algo
,
Hyman Huang
,
2023/01/17
Re: [PATCH RESEND v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
,
Markus Armbruster
,
2023/01/11
[PATCH v2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
,
Stefan Berger
,
2023/01/11
Re: [PATCH v2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
,
Daniel P . Berrangé
,
2023/01/11
Re: [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit
,
Zenghui Yu
,
2023/01/11
Re: [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic
,
Zenghui Yu
,
2023/01/11
[PATCH] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
,
Stefan Berger
,
2023/01/11
Re: [PATCH] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels
,
Daniel P . Berrangé
,
2023/01/11
[PATCH v10 0/9] support subsets of virtual memory extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 1/9] target/riscv: add cfg properties for Zc* extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 4/9] target/riscv: add support for Zcd extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 2/9] target/riscv: add support for Zca extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 5/9] target/riscv: add support for Zcb extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 9/9] disas/riscv.c: add disasm support for Zc*
,
Weiwei Li
,
2023/01/11
[PATCH v10 7/9] target/riscv: add support for Zcmt extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 3/9] target/riscv: add support for Zcf extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 6/9] target/riscv: add support for Zcmp extension
,
Weiwei Li
,
2023/01/11
[PATCH v10 8/9] target/riscv: expose properties for Zc* extension
,
Weiwei Li
,
2023/01/11
[PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v3 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Corey Minyard
,
2023/01/12
Re: [PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Laurent Vivier
,
2023/01/16
Re: [PATCH v3 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Peter Maydell
,
2023/01/17
[PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
Philippe Mathieu-Daudé
,
2023/01/11
[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 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 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
Re: [PATCH v2 0/4] bulk: Replace TARGET_FMT_plx by HWADDR_PRIx
,
BALATON Zoltan
,
2023/01/20
[PATCH v3 0/3] python/qemu/machine: fix potential hang in QMP accept
,
marcandre . lureau
,
2023/01/11
[PATCH v3 1/3] python/qmp/protocol: add open_with_socket()
,
marcandre . lureau
,
2023/01/11
[PATCH v3 2/3] python/qmp/legacy: make QEMUMonitorProtocol accept a socket
,
marcandre . lureau
,
2023/01/11
[PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default
,
marcandre . lureau
,
2023/01/11
Re: [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default
,
John Snow
,
2023/01/17
Re: [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default
,
Marc-André Lureau
,
2023/01/18
Re: [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default
,
John Snow
,
2023/01/23
[PULL 0/6] hw/nvme updates
,
Klaus Jensen
,
2023/01/11
[PULL 1/6] hw/nvme: use QOM accessors
,
Klaus Jensen
,
2023/01/11
[PULL 2/6] hw/nvme: rename shadow doorbell related trace events
,
Klaus Jensen
,
2023/01/11
[PULL 3/6] hw/nvme: fix missing endian conversions for doorbell buffers
,
Klaus Jensen
,
2023/01/11
[PULL 6/6] hw/nvme: cleanup error reporting in nvme_init_pci()
,
Klaus Jensen
,
2023/01/11
[PULL 5/6] hw/nvme: clean up confusing use of errp/local_err
,
Klaus Jensen
,
2023/01/11
[PULL 4/6] hw/nvme: fix missing cq eventidx update
,
Klaus Jensen
,
2023/01/11
Re: [PULL 0/6] hw/nvme updates
,
Peter Maydell
,
2023/01/12
[PATCH] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Qiang Liu
,
2023/01/11
Re: [PATCH] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH] hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
,
Qiang Liu
,
2023/01/11
[RFC v1 0/2] spice: Add an option to forward the dmabuf directly to the encoder
,
Vivek Kasireddy
,
2023/01/11
[RFC v1 1/2] spice: Add an option for users to provide a preferred codec
,
Vivek Kasireddy
,
2023/01/11
[RFC v1 2/2] spice: Add an option to forward the dmabuf directly to the encoder
,
Vivek Kasireddy
,
2023/01/11
[PATCH 0/2] fix for #285
,
Emilio Cota
,
2023/01/10
[PATCH 1/2] util: import GTree as QTree
,
Emilio Cota
,
2023/01/10
Re: [PATCH 1/2] util: import GTree as QTree
,
Daniel P . Berrangé
,
2023/01/11
Re: [PATCH 1/2] util: import GTree as QTree
,
Emilio Cota
,
2023/01/29
[PATCH 2/2] tcg: use QTree instead of GTree
,
Emilio Cota
,
2023/01/10
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Daniel P . Berrangé
,
2023/01/11
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Emilio Cota
,
2023/01/29
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Daniel P . Berrangé
,
2023/01/11
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Daniel P . Berrangé
,
2023/01/25
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Emilio Cota
,
2023/01/29
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Daniel P . Berrangé
,
2023/01/30
Re: [PATCH 2/2] tcg: use QTree instead of GTree
,
Richard Henderson
,
2023/01/30
Re: [PATCH 0/2] fix for #285
,
Daniel P . Berrangé
,
2023/01/11
[PATCH v3 0/3] tcg: add perfmap and jitdump
,
Ilya Leoshkevich
,
2023/01/10
[PATCH v3 1/3] linux-user: Clean up when exiting due to a signal
,
Ilya Leoshkevich
,
2023/01/10
Re: [PATCH v3 1/3] linux-user: Clean up when exiting due to a signal
,
Alex Bennée
,
2023/01/11
Re: [PATCH v3 1/3] linux-user: Clean up when exiting due to a signal
,
Richard Henderson
,
2023/01/11
[PATCH v3 2/3] accel/tcg: Add debuginfo support
,
Ilya Leoshkevich
,
2023/01/10
Re: [PATCH v3 2/3] accel/tcg: Add debuginfo support
,
Richard Henderson
,
2023/01/11
[PATCH v3 3/3] tcg: add perfmap and jitdump
,
Ilya Leoshkevich
,
2023/01/10
Re: [PATCH v3 3/3] tcg: add perfmap and jitdump
,
Ilya Leoshkevich
,
2023/01/11
[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 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Daniel Henrique Barboza
,
2023/01/10
[PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Daniel Henrique Barboza
,
2023/01/10
Re: [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Alistair Francis
,
2023/01/10
Re: [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Richard Henderson
,
2023/01/11
Re: [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Daniel Henrique Barboza
,
2023/01/11
Re: [PATCH 1/2] target/riscv/cpu: set cpu->cfg in register_cpu_props()
,
Bin Meng
,
2023/01/11
[PATCH 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
,
Daniel Henrique Barboza
,
2023/01/10
Re: [PATCH 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
,
Alistair Francis
,
2023/01/10
Re: [PATCH 2/2] target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()
,
Bin Meng
,
2023/01/11
Re: [PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Daniel Henrique Barboza
,
2023/01/10
Re: [PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Alistair Francis
,
2023/01/11
Re: [PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Bin Meng
,
2023/01/12
Re: [PATCH 0/2] target/riscv/cpu: fix sifive_u 32/64bits boot in riscv-to-apply.next
,
Daniel Henrique Barboza
,
2023/01/13
Re: [RFC] Reducing NEED_CPU_H usage
,
Richard Henderson
,
2023/01/10
Re: [RFC] Reducing NEED_CPU_H usage
,
Alessandro Di Federico
,
2023/01/12
Re: [RFC] Reducing NEED_CPU_H usage
,
Richard Henderson
,
2023/01/12
Re: [RFC] Reducing NEED_CPU_H usage
,
Richard Henderson
,
2023/01/14
[PATCH 0/2] linux-user: revert previous workaround for glibc >= 2.36
,
Daniel P . Berrangé
,
2023/01/10
[PATCH 2/2] Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"
,
Daniel P . Berrangé
,
2023/01/10
[PATCH 1/2] Revert "linux-user: add more compat ioctl definitions"
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH 0/2] linux-user: revert previous workaround for glibc >= 2.36
,
Marc-André Lureau
,
2023/01/11
Re: [PATCH 0/2] linux-user: revert previous workaround for glibc >= 2.36
,
Laurent Vivier
,
2023/01/25
[PATCH 00/26] current maintainer trees (testing/semihosting/plugins)
,
Alex Bennée
,
2023/01/10
[PATCH 02/26] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Alex Bennée
,
2023/01/10
Re: [PATCH 02/26] gitlab: add FF_SCRIPT_SECTIONS for timings
,
Thomas Huth
,
2023/01/12
[PATCH 01/26] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/10
[PATCH 03/26] gitlab: just use plain --cc=clang for custom runner build
,
Alex Bennée
,
2023/01/10
Re: [PATCH 03/26] gitlab: just use plain --cc=clang for custom runner build
,
Richard Henderson
,
2023/01/11
[PATCH 04/26] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Alex Bennée
,
2023/01/10
Re: [PATCH 04/26] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Thomas Huth
,
2023/01/12
Re: [PATCH 04/26] tests/unit: drop hacky race avoidance in test-io-channel-command
,
Marc-André Lureau
,
2023/01/13
[PATCH 05/26] build-sys: fix crlf-ending C code
,
Alex Bennée
,
2023/01/10
[PATCH 06/26] .gitlab-ci.d/windows: do not disable opengl
,
Alex Bennée
,
2023/01/10
[PATCH 08/26] meson: replace Perl usage with Python
,
Alex Bennée
,
2023/01/10
[PATCH 07/26] configure: replace Perl usage with sed
,
Alex Bennée
,
2023/01/10
Re: [PATCH 07/26] configure: replace Perl usage with sed
,
Paolo Bonzini
,
2023/01/13
[PATCH 17/26] tests/tcg: add memory-sve test for aarch64
,
Alex Bennée
,
2023/01/10
Re: [PATCH 17/26] tests/tcg: add memory-sve test for aarch64
,
Richard Henderson
,
2023/01/11
[PATCH 15/26] docs: add a proper feature overview in "About QEMU"
,
Alex Bennée
,
2023/01/10
[PATCH 11/26] lcitool: drop perl from QEMU project/dependencies
,
Alex Bennée
,
2023/01/10
[PATCH 20/26] thread: de-const qemu_spin_destroy
,
Alex Bennée
,
2023/01/10
Re: [PATCH 20/26] thread: de-const qemu_spin_destroy
,
Richard Henderson
,
2023/01/11
[PATCH 09/26] docs: drop texinfo options
,
Alex Bennée
,
2023/01/10
[PATCH 19/26] util/qht: add missing atomic_set(hashes[i])
,
Alex Bennée
,
2023/01/10
[PATCH 10/26] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/10
[PATCH 13/26] semihosting: Write back semihosting data before completion callback
,
Alex Bennée
,
2023/01/10
[PATCH 18/26] cpu: free cpu->tb_jmp_cache with RCU
,
Alex Bennée
,
2023/01/10
Re: [PATCH 18/26] cpu: free cpu->tb_jmp_cache with RCU
,
Richard Henderson
,
2023/01/11
[PATCH 14/26] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/10
[PATCH 12/26] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/10
[PATCH 23/26] plugins: fix optimization in plugin_gen_disable_mem_helpers
,
Alex Bennée
,
2023/01/10
[PATCH 21/26] util/qht: use striped locks under TSAN
,
Alex Bennée
,
2023/01/10
Re: [PATCH 21/26] util/qht: use striped locks under TSAN
,
Richard Henderson
,
2023/01/11
[PATCH 16/26] semihosting: add semihosting section to the docs
,
Alex Bennée
,
2023/01/10
Re: [PATCH 16/26] semihosting: add semihosting section to the docs
,
Richard Henderson
,
2023/01/11
[PATCH 24/26] translator: always pair plugin_gen_insn_{start, end} calls
,
Alex Bennée
,
2023/01/10
Re: [PATCH 24/26] translator: always pair plugin_gen_insn_{start, end} calls
,
Richard Henderson
,
2023/01/11
[PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation
,
Alex Bennée
,
2023/01/10
Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation
,
Richard Henderson
,
2023/01/11
Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation
,
Alex Bennée
,
2023/01/12
Re: [PATCH 25/26] tcg: exclude lookup_tb_ptr from helper instrumentation
,
Alex Bennée
,
2023/01/12
[PATCH 22/26] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Alex Bennée
,
2023/01/10
[PATCH 26/26] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Alex Bennée
,
2023/01/10
[PATCH 00/18] hw/arm: Move various objects to softmmu_ss to build them once (part 1)
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 01/18] hw/arm: Move various units to softmmu_ss[]
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 01/18] hw/arm: Move various units to softmmu_ss[]
,
Richard Henderson
,
2023/01/11
[PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header
,
Richard Henderson
,
2023/01/11
[PATCH 03/18] target/arm/cpregs: Include missing 'target/arm/cpu.h' header
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 03/18] target/arm/cpregs: Include missing 'target/arm/cpu.h' header
,
Richard Henderson
,
2023/01/11
[PATCH 04/18] hw/arm: Use full "target/arm/cpu.h" path to include target's "cpu.h"
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 04/18] hw/arm: Use full "target/arm/cpu.h" path to include target's "cpu.h"
,
Richard Henderson
,
2023/01/11
[PATCH 05/18] target/arm: Move CPU QOM type definitions to "hw/arm/cpu.h"
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 05/18] target/arm: Move CPU QOM type definitions to "hw/arm/cpu.h"
,
Richard Henderson
,
2023/01/11
Re: [PATCH 05/18] target/arm: Move CPU QOM type definitions to "hw/arm/cpu.h"
,
Philippe Mathieu-Daudé
,
2023/01/12
[PATCH 06/18] target/arm: Move CPU definitions consumed by HW model to "hw/arm/cpu.h"
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 07/18] hw/arm: Move more units to softmmu_ss[]
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 09/18] hw/arm/armv7m: Remove 'target/arm/cpu.h' from NVIC header
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 08/18] hw/arm: Move units to softmmu[] by replacing "{target -> hw}/arm/cpu.h"
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 10/18] hw/arm: Move various armv7m-related units to softmmu_ss[]
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 11/18] hw/arm/digic: Remove unnecessary target_long use
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 11/18] hw/arm/digic: Remove unnecessary target_long use
,
Richard Henderson
,
2023/01/11
[PATCH 13/18] hw/arm/fsl-imx: Correct GPIO/GPT index in QOM tree
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 14/18] hw/arm/fsl-imx25: Replace object_initialize(ARMCPU) by object_new()
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
,
Peter Maydell
,
2023/01/10
Re: [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
,
Alex Bennée
,
2023/01/25
Re: [PATCH 12/18] hw/arm/digic: Replace object_initialize(ARMCPU) by object_new(ARMCPU)
,
Peter Maydell
,
2023/01/26
[PATCH 16/18] hw/arm/fsl-imx7: Replace object_initialize(ARMCPU) by object_new()
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 15/18] hw/arm/fsl-imx31: Replace object_initialize(ARMCPU) by object_new()
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 17/18] hw/arm/fsl-imx6: Replace object_initialize(ARMCPU) by object_new()
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 18/18] hw/arm/allwinner: Replace object_initialize(ARMCPU) by object_new()
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH] block/iscsi: fix double-free on BUSY or similar statuses
,
Paolo Bonzini
,
2023/01/10
[PULL 00/29] Misc patches for 2023-01-10
,
Paolo Bonzini
,
2023/01/10
[PULL 01/29] configure: fix GLIB_VERSION for cross-compilation
,
Paolo Bonzini
,
2023/01/10
[PULL 04/29] KVM: keep track of running ioctls
,
Paolo Bonzini
,
2023/01/10
[PULL 05/29] kvm: Atomic memslot updates
,
Paolo Bonzini
,
2023/01/10
[PULL 03/29] accel: introduce accelerator blocker API
,
Paolo Bonzini
,
2023/01/10
[PULL 02/29] i386: Emit correct error code for 64-bit IDT entry
,
Paolo Bonzini
,
2023/01/10
[PULL 10/29] hw/xen: use G_GNUC_PRINTF/SCANF for various functions
,
Paolo Bonzini
,
2023/01/10
[PULL 14/29] enforce use of G_GNUC_PRINTF attributes
,
Paolo Bonzini
,
2023/01/10
[PULL 07/29] chardev: clean up chardev-parallel.c
,
Paolo Bonzini
,
2023/01/10
[PULL 15/29] hw/display: avoid creating empty loadable modules
,
Paolo Bonzini
,
2023/01/10
[PULL 11/29] tools/virtiofsd: add G_GNUC_PRINTF for logging functions
,
Paolo Bonzini
,
2023/01/10
[PULL 17/29] libvhost-user: Replace typeof with __typeof__
,
Paolo Bonzini
,
2023/01/10
[PULL 24/29] libvduse: Fix assignment in vring_set_avail_event
,
Paolo Bonzini
,
2023/01/10
[PULL 22/29] libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
,
Paolo Bonzini
,
2023/01/10
[PULL 21/29] libvhost-user: Change dev->postcopy_ufd assignment to make it C90 compliant
,
Paolo Bonzini
,
2023/01/10
[PULL 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
,
Paolo Bonzini
,
2023/01/10
Re: [PULL 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
,
Eric Auger
,
2023/01/10
Re: [PULL 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
,
Paolo Bonzini
,
2023/01/11
Re: [PULL 06/29] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
,
Philippe Mathieu-Daudé
,
2023/01/11
[PULL 09/29] disas: add G_GNUC_PRINTF to gstring_printf
,
Paolo Bonzini
,
2023/01/10
[PULL 12/29] util/error: add G_GNUC_PRINTF for various functions
,
Paolo Bonzini
,
2023/01/10
[PULL 08/29] gitlab: remove redundant setting of PKG_CONFIG_PATH
,
Paolo Bonzini
,
2023/01/10
Re: [PULL 08/29] gitlab: remove redundant setting of PKG_CONFIG_PATH
,
Daniel P . Berrangé
,
2023/01/10
Re: [PULL 08/29] gitlab: remove redundant setting of PKG_CONFIG_PATH
,
Paolo Bonzini
,
2023/01/11
Re: [PULL 08/29] gitlab: remove redundant setting of PKG_CONFIG_PATH
,
Philippe Mathieu-Daudé
,
2023/01/11
[PULL 13/29] tests: add G_GNUC_PRINTF for various functions
,
Paolo Bonzini
,
2023/01/10
[PULL 16/29] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
,
Paolo Bonzini
,
2023/01/10
[PULL 18/29] libvhost-user: Cast rc variable to avoid compiler warning
,
Paolo Bonzini
,
2023/01/10
[PULL 19/29] libvhost-user: Use unsigned int i for some for-loop iterations
,
Paolo Bonzini
,
2023/01/10
[PULL 28/29] target/i386: fix operand size of unary SSE operations
,
Paolo Bonzini
,
2023/01/10
[PULL 20/29] libvhost-user: Declare uffdio_register early to make it C90 compliant
,
Paolo Bonzini
,
2023/01/10
[PULL 29/29] configure: remove backwards-compatibility code
,
Paolo Bonzini
,
2023/01/10
[PULL 27/29] libvduse: Add extra compiler warnings
,
Paolo Bonzini
,
2023/01/10
[PULL 23/29] libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
,
Paolo Bonzini
,
2023/01/10
[PULL 26/29] libvhost-user: Add extra compiler warnings
,
Paolo Bonzini
,
2023/01/10
[PULL 25/29] libvhost-user: Fix assignment in vring_set_avail_event
,
Paolo Bonzini
,
2023/01/10
Re: [PULL 00/29] Misc patches for 2023-01-10
,
Peter Maydell
,
2023/01/10
Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
,
Viktor Prutyanov
,
2023/01/10
Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
,
Yan Vugenfirer
,
2023/01/24
[PATCH] Makefile: allow 'make uninstall'
,
Peter Maydell
,
2023/01/10
[PATCH] Makefile: allow 'make uninstall'
,
Peter Maydell
,
2023/01/10
Re: [PATCH] Makefile: allow 'make uninstall'
,
Peter Maydell
,
2023/01/10
Re: [PATCH] Makefile: allow 'make uninstall'
,
Paolo Bonzini
,
2023/01/10
Re: [PATCH] Makefile: allow 'make uninstall'
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH] Makefile: allow 'make uninstall'
,
Thomas Huth
,
2023/01/10
Re: [PATCH] Makefile: allow 'make uninstall'
,
Christian Borntraeger
,
2023/01/10
make vm-build-freebsd appears to require . in PATH
,
Markus Armbruster
,
2023/01/10
Re: make vm-build-freebsd appears to require . in PATH
,
Peter Maydell
,
2023/01/10
Re: make vm-build-freebsd appears to require . in PATH
,
Markus Armbruster
,
2023/01/10
Re: make vm-build-freebsd appears to require . in PATH
,
Peter Maydell
,
2023/01/10
Re: make vm-build-freebsd appears to require . in PATH
,
Markus Armbruster
,
2023/01/11
[PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
marcandre . lureau
,
2023/01/10
[PATCH v4 1/8] build-sys: fix crlf-ending C code
,
marcandre . lureau
,
2023/01/10
[PATCH v4 2/8] .gitlab-ci.d/windows: do not disable opengl
,
marcandre . lureau
,
2023/01/10
[PATCH v4 3/8] configure: replace Perl usage with sed
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 3/8] configure: replace Perl usage with sed
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 7/8] lcitool: drop perl from QEMU project/dependencies
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 7/8] lcitool: drop perl from QEMU project/dependencies
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/16
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Marc-André Lureau
,
2023/01/16
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/16
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Daniel P . Berrangé
,
2023/01/16
Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
Alex Bennée
,
2023/01/16
[PATCH v4 4/8] meson: replace Perl usage with Python
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 4/8] meson: replace Perl usage with Python
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 5/8] docs: drop texinfo options
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 5/8] docs: drop texinfo options
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 6/8] Update lcitool and fedora to 37
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v4 6/8] Update lcitool and fedora to 37
,
Alex Bennée
,
2023/01/19
Re: [PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
Alex Bennée
,
2023/01/10
[PATCH] usb-ccid: make ids and descriptor configurable
,
Ripke, Klaus
,
2023/01/10
Re: [PATCH] usb-ccid: make ids and descriptor configurable
,
Marc-André Lureau
,
2023/01/11
[PATCH] usb-ccid: make ids and descriptor configurable
,
Ripke, Klaus
,
2023/01/16
Re: [PATCH] usb-ccid: make ids and descriptor configurable
,
Philippe Mathieu-Daudé
,
2023/01/17
Re: [PATCH] usb-ccid: make ids and descriptor configurable
,
Ripke, Klaus
,
2023/01/17
Re: [PATCH] usb-ccid: make ids and descriptor configurable
,
Ripke, Klaus
,
2023/01/23
[PATCH v6 00/51] Xen support under KVM
,
David Woodhouse
,
2023/01/10
[PATCH v6 42/51] hw/xen: Add xen_gnttab device for grant table emulation
,
David Woodhouse
,
2023/01/10
[PATCH v6 50/51] hw/xen: Add xen_xenstore device for xenstore emulation
,
David Woodhouse
,
2023/01/10
[PATCH v6 09/51] i386/xen: handle guest hypercalls
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 09/51] i386/xen: handle guest hypercalls
,
Paul Durrant
,
2023/01/16
Re: [PATCH v6 09/51] i386/xen: handle guest hypercalls
,
David Woodhouse
,
2023/01/16
[PATCH v6 34/51] hw/xen: Implement EVTCHNOP_alloc_unbound
,
David Woodhouse
,
2023/01/10
[PATCH v6 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 21/51] i386/xen: handle VCPUOP_register_vcpu_time_info
,
Paul Durrant
,
2023/01/16
[PATCH v6 46/51] i386/xen: handle PV timer hypercalls
,
David Woodhouse
,
2023/01/10
[PATCH v6 26/51] hw/xen: Add xen_evtchn device for event channel emulation
,
David Woodhouse
,
2023/01/10
[PATCH v6 36/51] hw/xen: Implement EVTCHNOP_bind_vcpu
,
David Woodhouse
,
2023/01/10
[PATCH v6 24/51] i386/xen: implement HVMOP_set_evtchn_upcall_vector
,
David Woodhouse
,
2023/01/10
[PATCH v6 33/51] hw/xen: Implement EVTCHNOP_send
,
David Woodhouse
,
2023/01/10
[PATCH v6 48/51] i386/xen: handle HVMOP_get_param
,
David Woodhouse
,
2023/01/10
[PATCH v6 49/51] hw/xen: Add backend implementation of interdomain event channel support
,
David Woodhouse
,
2023/01/10
[PATCH v6 08/51] xen-platform: allow its creation with XEN_EMULATE mode
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 08/51] xen-platform: allow its creation with XEN_EMULATE mode
,
Paul Durrant
,
2023/01/16
Re: [PATCH v6 08/51] xen-platform: allow its creation with XEN_EMULATE mode
,
David Woodhouse
,
2023/01/16
[PATCH v6 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/10
[PATCH v6 20/51] i386/xen: handle VCPUOP_register_vcpu_info
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 20/51] i386/xen: handle VCPUOP_register_vcpu_info
,
Paul Durrant
,
2023/01/16
[PATCH v6 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
,
Paul Durrant
,
2023/01/16
[PATCH v6 35/51] hw/xen: Implement EVTCHNOP_bind_interdomain
,
David Woodhouse
,
2023/01/10
[PATCH v6 29/51] hw/xen: Implement EVTCHNOP_close
,
David Woodhouse
,
2023/01/10
[PATCH v6 02/51] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
,
David Woodhouse
,
2023/01/10
[PATCH v6 25/51] i386/xen: implement HVMOP_set_param
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 25/51] i386/xen: implement HVMOP_set_param
,
Paul Durrant
,
2023/01/16
[PATCH v6 41/51] kvm/i386: Add xen-gnttab-max-frames property
,
David Woodhouse
,
2023/01/10
[PATCH v6 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 38/51] i386/xen: add monitor commands to test event injection
,
Dr. David Alan Gilbert
,
2023/01/11
Re: [PATCH v6 38/51] i386/xen: add monitor commands to test event injection
,
David Woodhouse
,
2023/01/11
[PATCH v6 43/51] hw/xen: Support mapping grant frames
,
David Woodhouse
,
2023/01/10
[PATCH v6 45/51] hw/xen: Implement GNTTABOP_query_size
,
David Woodhouse
,
2023/01/10
[PATCH v6 47/51] i386/xen: Reserve Xen special pages for console, xenstore rings
,
David Woodhouse
,
2023/01/10
[PATCH v6 10/51] i386/xen: implement HYPERVISOR_xen_version
,
David Woodhouse
,
2023/01/10
[PATCH v6 32/51] hw/xen: Implement EVTCHNOP_bind_ipi
,
David Woodhouse
,
2023/01/10
[PATCH v6 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
,
Paul Durrant
,
2023/01/16
[PATCH v6 37/51] hw/xen: Implement EVTCHNOP_reset
,
David Woodhouse
,
2023/01/10
[PATCH v6 05/51] i386/kvm: handle Xen HVM cpuid leaves
,
David Woodhouse
,
2023/01/10
[PATCH v6 18/51] i386/xen: implement HYPERVISOR_hvm_op
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 18/51] i386/xen: implement HYPERVISOR_hvm_op
,
Paul Durrant
,
2023/01/16
[PATCH v6 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
,
Paul Durrant
,
2023/01/16
[PATCH v6 39/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
,
David Woodhouse
,
2023/01/10
[PATCH v6 19/51] i386/xen: implement HYPERVISOR_vcpu_op
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 19/51] i386/xen: implement HYPERVISOR_vcpu_op
,
Paul Durrant
,
2023/01/16
[PATCH v6 06/51] i386/hvm: Set Xen vCPU ID in KVM
,
David Woodhouse
,
2023/01/10
[PATCH v6 07/51] xen-platform: exclude vfio-pci from the PCI platform unplug
,
David Woodhouse
,
2023/01/10
[PATCH v6 28/51] hw/xen: Implement EVTCHNOP_status
,
David Woodhouse
,
2023/01/10
[PATCH v6 44/51] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
,
David Woodhouse
,
2023/01/10
[PATCH v6 30/51] hw/xen: Implement EVTCHNOP_unmask
,
David Woodhouse
,
2023/01/10
[PATCH v6 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
Paul Durrant
,
2023/01/16
Re: [PATCH v6 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
,
David Woodhouse
,
2023/01/16
[PATCH v6 40/51] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
,
David Woodhouse
,
2023/01/10
[PATCH v6 04/51] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
,
David Woodhouse
,
2023/01/10
[PATCH v6 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
,
Paul Durrant
,
2023/01/16
[PATCH v6 03/51] xen: Add XEN_DISABLED mode and make it default
,
David Woodhouse
,
2023/01/10
[PATCH v6 16/51] i386/xen: implement HYPERVISOR_memory_op
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 16/51] i386/xen: implement HYPERVISOR_memory_op
,
Paul Durrant
,
2023/01/16
[PATCH v6 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
,
Paul Durrant
,
2023/01/16
[PATCH v6 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
,
Paul Durrant
,
2023/01/16
[PATCH v6 51/51] hw/xen: Add basic ring handling to xenstore
,
David Woodhouse
,
2023/01/10
[PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/10
Re: [PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
Paul Durrant
,
2023/01/16
Re: [PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op
,
David Woodhouse
,
2023/01/16
[PATCH v6 31/51] hw/xen: Implement EVTCHNOP_bind_virq
,
David Woodhouse
,
2023/01/10
[PATCH v6 01/51] include: import Xen public headers to include/standard-headers/
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 00/15] Xen PV backend support for KVM/Xen guests
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 11/15] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 08/15] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 05/15] hw/xen: Add foreignmem operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 10/15] hw/xen: Build PV backend drivers for XENFV_MACHINE
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 09/15] hw/xen: Rename xen_common.h to xen_native.h
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 15/15] i386/xen: Initialize XenBus and legacy backends from pc_init1()
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 14/15] hw/xen: Remove old version of Xen headers
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 12/15] hw/xen: Add backend implementation of grant table operations
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 04/15] hw/xen: Pass grant ref to gnttab unmap
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 13/15] hw/xen: Implement soft reset for emulated gnttab
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 07/15] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 03/15] hw/xen: Add gnttab operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 06/15] hw/xen: Add xenstore operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 01/15] hw/xen: Add evtchn operations to allow redirection to internal emulation
,
David Woodhouse
,
2023/01/10
[RFC PATCH v1 02/15] hw/xen: Add emulated evtchn ops
,
David Woodhouse
,
2023/01/10
Re: [RFC PATCH v1 00/15] Xen PV backend support for KVM/Xen guests
,
Joao Martins
,
2023/01/10
Re: [RFC PATCH v1 00/15] Xen PV backend support for KVM/Xen guests
,
Joao Martins
,
2023/01/10
Re: [RFC PATCH v1 00/15] Xen PV backend support for KVM/Xen guests
,
David Woodhouse
,
2023/01/10
Re: [RFC PATCH v1 00/15] Xen PV backend support for KVM/Xen guests
,
Joao Martins
,
2023/01/10
Re: [PATCH v4] qapi/qmp: Add timestamps to qmp command responses
,
Denis Plotnikov
,
2023/01/10
[PING] [PATCH v4] qapi/qmp: Add timestamps to qmp command responses
,
Denis Plotnikov
,
2023/01/16
[PATCH v6 0/4] Make the mc146818 RTC device target independent
,
Thomas Huth
,
2023/01/10
[PATCH v6 1/4] hw/intc: Extract the IRQ counting functions into a separate file
,
Thomas Huth
,
2023/01/10
Re: [PATCH v6 1/4] hw/intc: Extract the IRQ counting functions into a separate file
,
Bernhard Beschow
,
2023/01/11
[PATCH v6 2/4] hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
,
Thomas Huth
,
2023/01/10
Re: [PATCH v6 2/4] hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
,
Bernhard Beschow
,
2023/01/11
[PATCH v6 3/4] hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
,
Thomas Huth
,
2023/01/10
[PATCH v6 4/4] softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
,
Thomas Huth
,
2023/01/10
Re: [PATCH v6 0/4] Make the mc146818 RTC device target independent
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v6 0/4] Make the mc146818 RTC device target independent
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v6 0/4] Make the mc146818 RTC device target independent
,
Philippe Mathieu-Daudé
,
2023/01/13
RE: [PATCH] target/i386/hax: Add XCR0 support
,
Wang, Wenchao
,
2023/01/10
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
2023/01/10
Re: [PATCH] python: QEMUMachine: enable qmp accept timeout by default
,
John Snow
,
2023/01/10
[PATCH] remove unnecessary extern "C" blocks
,
Paolo Bonzini
,
2023/01/10
Re: [PATCH] remove unnecessary extern "C" blocks
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH] remove unnecessary extern "C" blocks
,
Peter Maydell
,
2023/01/10
Re: [PATCH] remove unnecessary extern "C" blocks
,
Paolo Bonzini
,
2023/01/11
Re: [PATCH] remove unnecessary extern "C" blocks
,
Peter Maydell
,
2023/01/12
Re: [PATCH] remove unnecessary extern "C" blocks
,
Paolo Bonzini
,
2023/01/13
Re: [PATCH] remove unnecessary extern "C" blocks
,
David Woodhouse
,
2023/01/12
Re: [PATCH] remove unnecessary extern "C" blocks
,
Peter Maydell
,
2023/01/12
Re: [PATCH] remove unnecessary extern "C" blocks
,
Daniel P . Berrangé
,
2023/01/12
[PATCH] mips: always include nanomips disassembler
,
Paolo Bonzini
,
2023/01/10
Re: [PATCH] mips: always include nanomips disassembler
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH] mips: always include nanomips disassembler
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v4 00/11] iotests: use vm.cmd()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
Re: [PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH v4 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 03/11] python/machine.py: upgrade vm.cmd() method
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
Re: [PATCH v4 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
,
John Snow
,
2023/01/10
[PATCH v4 02/11] python/qemu: rename command() to cmd()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
Re: [PATCH v4 02/11] python/qemu: rename command() to cmd()
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 05/11] iotests: add some missed checks of qmp result
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 06/11] iotests: refactor some common qmp result checks into generic pattern
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 07/11] iotests: drop some occasional semicolons
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 08/11] iotests: drop some extra ** in qmp() call
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 09/11] iotests.py: pause_job(): drop return value
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 10/11] tests/vm/basevm.py: use cmd() instead of qmp()
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v4 11/11] python: use vm.cmd() instead of vm.qmp() where appropriate
,
Vladimir Sementsov-Ogievskiy
,
2023/01/10
[PATCH v5 0/1] python/machine: Fix AF_UNIX path too long
,
Peter Delevoryas
,
2023/01/10
[PATCH v5 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Peter Delevoryas
,
2023/01/10
Re: [PATCH v5 0/1] python/machine: Fix AF_UNIX path too long
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v5 0/1] python/machine: Fix AF_UNIX path too long
,
Peter Delevoryas
,
2023/01/10
[PATCH v2 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v2 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Richard Henderson
,
2023/01/10
[PATCH v2 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 1/5] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 2/5] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 3/5] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 4/5] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v2 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Peter Maydell
,
2023/01/17
[PATCH v4 0/1] python/machine: Fix AF_UNIX path too long
,
Peter Delevoryas
,
2023/01/10
[PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Peter Delevoryas
,
2023/01/10
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
John Snow
,
2023/01/10
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Peter Delevoryas
,
2023/01/10
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Daniel P . Berrangé
,
2023/01/11
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
John Snow
,
2023/01/11
Re: [PATCH v4 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Daniel P . Berrangé
,
2023/01/11
[PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
marcandre . lureau
,
2023/01/10
[PATCH v3 1/8] build-sys: fix crlf-ending C code
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v3 1/8] build-sys: fix crlf-ending C code
,
Thomas Huth
,
2023/01/10
Re: [PATCH v3 1/8] build-sys: fix crlf-ending C code
,
Marc-André Lureau
,
2023/01/10
[PATCH v3 2/8] .gitlab-ci.d/windows: do not disable opengl
,
marcandre . lureau
,
2023/01/10
[PATCH v3 4/8] meson: replace Perl usage with Python
,
marcandre . lureau
,
2023/01/10
[PATCH v3 3/8] configure: replace Perl usage with sed
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v3 3/8] configure: replace Perl usage with sed
,
Thomas Huth
,
2023/01/10
[PATCH v3 5/8] docs: drop texinfo options
,
marcandre . lureau
,
2023/01/10
[PATCH v3 6/8] Update lcitool and fedora to 37
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v3 6/8] Update lcitool and fedora to 37
,
Thomas Huth
,
2023/01/10
[PATCH v3 7/8] lcitool: drop perl from QEMU project/dependencies
,
marcandre . lureau
,
2023/01/10
[PATCH v3 8/8] lcitool: drop texinfo from QEMU project/dependencies
,
marcandre . lureau
,
2023/01/10
Re: [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
Alex Bennée
,
2023/01/10
Re: [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
Marc-André Lureau
,
2023/01/10
Re: [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
Alex Bennée
,
2023/01/10
Re: [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps
,
Thomas Huth
,
2023/01/10
[PULL 0/4] hw/nvme updates
,
Klaus Jensen
,
2023/01/10
[PULL 1/4] hw/nvme: use QOM accessors
,
Klaus Jensen
,
2023/01/10
[PULL 2/4] hw/nvme: rename shadow doorbell related trace events
,
Klaus Jensen
,
2023/01/10
[PULL 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
,
Klaus Jensen
,
2023/01/10
[PULL 4/4] hw/nvme: fix missing cq eventidx update
,
Klaus Jensen
,
2023/01/10
Re: [PULL 0/4] hw/nvme updates
,
Klaus Jensen
,
2023/01/10
Re: [PULL 0/4] hw/nvme updates
,
Peter Maydell
,
2023/01/10
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/10
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/10
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/10
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/11
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Bernhard Beschow
,
2023/01/12
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/12
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Bernhard Beschow
,
2023/01/12
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/12
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/12
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/13
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/13
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/16
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/16
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/20
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/20
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/20
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Igor Mammedov
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Alex Williamson
,
2023/01/17
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/18
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Stefano Stabellini
,
2023/01/20
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/20
Re: [PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/13
RE: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Parav Pandit
,
2023/01/09
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Jason Wang
,
2023/01/10
RE: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Parav Pandit
,
2023/01/10
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Jason Wang
,
2023/01/11
RE: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Parav Pandit
,
2023/01/16
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Michael S. Tsirkin
,
2023/01/16
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Jason Wang
,
2023/01/17
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Michael S. Tsirkin
,
2023/01/16
Re: [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
,
Jason Wang
,
2023/01/16
[PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
,
~dreiss-meta
,
2023/01/09
[PATCH qemu 2/3] target/arm/gdbstub: Support reading M system registers from GDB
,
~dreiss-meta
,
2023/01/09
Re: [PATCH qemu 2/3] target/arm/gdbstub: Support reading M system registers from GDB
,
Peter Maydell
,
2023/01/17
[PATCH qemu 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
~dreiss-meta
,
2023/01/09
Re: [PATCH qemu 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
Peter Maydell
,
2023/01/17
Re: [PATCH qemu 3/3] target/arm/gdbstub: Support reading M security extension registers from GDB
,
David Reiss
,
2023/01/17
Re: [PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
,
Peter Maydell
,
2023/01/17
Re: [PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
,
Peter Maydell
,
2023/01/17
[XEN PATCH 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
[XEN PATCH 1/3] libxl/dm: Use "pc" machine type for Intel IGD passthrough
,
Chuck Zmudzinski
,
2023/01/09
[XEN PATCH 2/3] libxl/dm: Manage pci slot assignment for Intel IGD passthrough
,
Chuck Zmudzinski
,
2023/01/09
[XEN PATCH 3/3] libxl/dm: Assign slot 2 by default for Intel IGD passthrough
,
Chuck Zmudzinski
,
2023/01/09
Re: [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Anthony PERARD
,
2023/01/25
Re: [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Chuck Zmudzinski
,
2023/01/25
Re: [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Chuck Zmudzinski
,
2023/01/25
Re: [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Chuck Zmudzinski
,
2023/01/29
Re: [XEN PATCH v2 0/3] Configure qemu upstream correctly by default for igd-passthru
,
Chuck Zmudzinski
,
2023/01/31
Re: [PATCH qemu] target/riscv/cpu.c: Fix elen check
,
Alistair Francis
,
2023/01/09
Re: [PATCH v2 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
,
Alistair Francis
,
2023/01/09
Re: [PATCH v9 0/9] support subsets of code size reduction extension
,
Alistair Francis
,
2023/01/09
Re: [PATCH v9 0/9] support subsets of code size reduction extension
,
Alistair Francis
,
2023/01/11
Re: [PATCH v9 0/9] support subsets of code size reduction extension
,
weiwei
,
2023/01/11
[RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
2023/01/09
[RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
2023/01/10
Re: [RFC PATCH 1/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
2023/01/10
[RFC PATCH 2/4] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH 2/4] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Daniel P . Berrangé
,
2023/01/10
[RFC PATCH 3/4] util: Introduce helpers to compare QEMU versions
,
Philippe Mathieu-Daudé
,
2023/01/09
[RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Bernhard Beschow
,
2023/01/10
Re: [RFC PATCH 4/4] qom: Warn when deprecated class property can be removed
,
Daniel P . Berrangé
,
2023/01/10
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Kevin Wolf
,
2023/01/10
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
2023/01/11
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
2023/01/11
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Daniel P . Berrangé
,
2023/01/11
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Markus Armbruster
,
2023/01/11
Re: [RFC PATCH 0/4] qom: Introduce object_class_property_deprecate()
,
Philippe Mathieu-Daudé
,
2023/01/11
[PATCH v2 0/5] tsan fixes
,
Emilio Cota
,
2023/01/09
[PATCH v2 2/5] util/qht: add missing atomic_set(hashes[i])
,
Emilio Cota
,
2023/01/09
Re: [PATCH v2 2/5] util/qht: add missing atomic_set(hashes[i])
,
Alex Bennée
,
2023/01/10
[PATCH v2 1/5] cpu: free cpu->tb_jmp_cache with RCU
,
Emilio Cota
,
2023/01/09
[PATCH v2 5/5] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Emilio Cota
,
2023/01/09
Re: [PATCH v2 5/5] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v2 4/5] util/qht: use striped locks under TSAN
,
Emilio Cota
,
2023/01/09
Re: [PATCH v2 4/5] util/qht: use striped locks under TSAN
,
Alex Bennée
,
2023/01/10
Re: [PATCH v2 4/5] util/qht: use striped locks under TSAN
,
Emilio Cota
,
2023/01/10
Re: [PATCH v2 4/5] util/qht: use striped locks under TSAN
,
Alex Bennée
,
2023/01/11
[PATCH v2 3/5] thread: de-const qemu_spin_destroy
,
Emilio Cota
,
2023/01/09
Re: [PATCH v2 3/5] thread: de-const qemu_spin_destroy
,
Alex Bennée
,
2023/01/10
Re: [PATCH v2 0/5] tsan fixes
,
Alex Bennée
,
2023/01/10
Re: [PATCH v2 0/5] tsan fixes
,
Richard Henderson
,
2023/01/10
[RFC PATCH v2 00/19] target/arm: Allow CONFIG_TCG=n builds
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 01/19] target/arm: rename handle_semihosting to tcg_handle_semihosting
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 02/19] target/arm: wrap psci call with tcg_enabled
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 03/19] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 04/19] target/arm: Move PC alignment check
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 06/19] target/arm: Move define_debug_regs() to cpregs.c
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 06/19] target/arm: Move define_debug_regs() to cpregs.c
,
Richard Henderson
,
2023/01/10
[RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
,
Richard Henderson
,
2023/01/10
Re: [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
,
Fabiano Rosas
,
2023/01/10
Re: [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
,
Peter Maydell
,
2023/01/10
Re: [RFC PATCH v2 07/19] target/arm: Move helper_set_pstate_* into cpregs.c
,
Richard Henderson
,
2023/01/10
[RFC PATCH v2 05/19] target/arm: Move cpregs code into cpregs.c
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 05/19] target/arm: Move cpregs code into cpregs.c
,
Richard Henderson
,
2023/01/10
[RFC PATCH v2 08/19] target/arm: move translate modules to tcg/
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 09/19] target/arm: move helpers to tcg/
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 10/19] target/arm: Move psci.c into the tcg directory
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 11/19] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 12/19] target/arm: Move hflags code into the tcg directory
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 12/19] target/arm: Move hflags code into the tcg directory
,
Richard Henderson
,
2023/01/11
[RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Thomas Huth
,
2023/01/10
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/10
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Peter Maydell
,
2023/01/10
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/10
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Peter Maydell
,
2023/01/10
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Claudio Fontana
,
2023/01/11
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Thomas Huth
,
2023/01/11
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/11
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Richard Henderson
,
2023/01/11
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/12
Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
,
Peter Maydell
,
2023/01/12
[RFC PATCH v2 14/19] tests: do not run qom-test on all machines for ARM KVM-only
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 15/19] tests: device-introspect-test: cope with ARM TCG-only devices
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 16/19] tests/tcg: Do not build/run TCG tests if TCG is disabled
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 17/19] target/arm: Move regime_using_lpae_format into internal.h
,
Fabiano Rosas
,
2023/01/09
Re: [RFC PATCH v2 17/19] target/arm: Move regime_using_lpae_format into internal.h
,
Richard Henderson
,
2023/01/11
[RFC PATCH v2 18/19] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
,
Fabiano Rosas
,
2023/01/09
[RFC PATCH v2 19/19] target/arm: don't access TCG code when debugging with KVM
,
Fabiano Rosas
,
2023/01/09
[PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/09
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/10
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Michael S. Tsirkin
,
2023/01/10
Re: [PATCH v7] xen/pt: reserve PCI slot 2 for Intel igd-passthru
,
Chuck Zmudzinski
,
2023/01/10
Re: [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU
,
David Woodhouse
,
2023/01/09
Re: [PATCH v3 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
John Snow
,
2023/01/09
Re: [PATCH v3 1/1] python/machine: Fix AF_UNIX path too long on macOS
,
Peter Delevoryas
,
2023/01/10
Re: [PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
,
John Snow
,
2023/01/09
Re: [PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
,
Marc-André Lureau
,
2023/01/10
Re: [PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
,
John Snow
,
2023/01/10
Re: [PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
,
John Snow
,
2023/01/11
[PATCH 0/4] More precise dependency tracking for MIPS boards
,
Bernhard Beschow
,
2023/01/09
[PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH 1/4] hw/isa/Kconfig: Add missing PARALLEL dependency to ISA_SUPERIO
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 4/4] hw/mips/Kconfig: Move device selections to respective boards
,
Bernhard Beschow
,
2023/01/09
[PATCH 2/4] hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board
,
Bernhard Beschow
,
2023/01/09
[PATCH 3/4] configs/devices/mips-softmmu/common: Remove redundant selections of SuperIO and ISA devices
,
Bernhard Beschow
,
2023/01/09
[PATCH 0/7] target/s390x: mem_helper.c cleanups
,
Richard Henderson
,
2023/01/09
[PATCH 2/7] target/s390x: Pass S390Access pointer into access_prepare
,
Richard Henderson
,
2023/01/09
Re: [PATCH 2/7] target/s390x: Pass S390Access pointer into access_prepare
,
David Hildenbrand
,
2023/01/11
[PATCH 1/7] target/s390x: Fix s390_probe_access for user-only
,
Richard Henderson
,
2023/01/09
Re: [PATCH 1/7] target/s390x: Fix s390_probe_access for user-only
,
David Hildenbrand
,
2023/01/11
[PATCH 5/7] target/s390x: Remove TLB_NOTDIRTY workarounds
,
Richard Henderson
,
2023/01/09
Re: [PATCH 5/7] target/s390x: Remove TLB_NOTDIRTY workarounds
,
David Hildenbrand
,
2023/01/11
[PATCH 4/7] target/s390x: Tidy access_prepare_nf
,
Richard Henderson
,
2023/01/09
Re: [PATCH 4/7] target/s390x: Tidy access_prepare_nf
,
David Hildenbrand
,
2023/01/11
[PATCH 7/7] target/s390x: Hoist some computation in access_memmove
,
Richard Henderson
,
2023/01/09
Re: [PATCH 7/7] target/s390x: Hoist some computation in access_memmove
,
David Hildenbrand
,
2023/01/11
[PATCH 3/7] target/s390x: Use void* for haddr in S390Access
,
Richard Henderson
,
2023/01/09
Re: [PATCH 3/7] target/s390x: Use void* for haddr in S390Access
,
David Hildenbrand
,
2023/01/11
[PATCH 6/7] target/s390x: Inline do_access_{get,set}_byte
,
Richard Henderson
,
2023/01/09
Re: [PATCH 6/7] target/s390x: Inline do_access_{get,set}_byte
,
David Hildenbrand
,
2023/01/11
[PATCH v3 00/27] target/s390x: pc-relative translation blocks
,
Richard Henderson
,
2023/01/09
[PATCH v3 02/27] target/s390x: Use tcg_constant_* for DisasCompare
,
Richard Henderson
,
2023/01/09
[PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts
,
Richard Henderson
,
2023/01/09
[PATCH v3 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
,
Richard Henderson
,
2023/01/09
[PATCH v3 04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
,
Richard Henderson
,
2023/01/09
[PATCH v3 10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
,
Richard Henderson
,
2023/01/09
[PATCH v3 05/27] tests/tcg/s390x: Add bal.S
,
Richard Henderson
,
2023/01/09
[PATCH v3 08/27] target/s390x: Introduce gen_psw_addr_disp
,
Richard Henderson
,
2023/01/09
[PATCH v3 11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
,
Richard Henderson
,
2023/01/09
[PATCH v3 06/27] tests/tcg/s390x: Add sam.S
,
Richard Henderson
,
2023/01/09
[PATCH v3 09/27] target/s390x: Remove pc argument to pc_to_link_into
,
Richard Henderson
,
2023/01/09
[PATCH v3 12/27] target/s390x: Use gen_psw_addr_disp in op_sam
,
Richard Henderson
,
2023/01/09
[PATCH v3 07/27] target/s390x: Change help_goto_direct to work on displacements
,
Richard Henderson
,
2023/01/09
[PATCH v3 14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
,
Richard Henderson
,
2023/01/09
[PATCH v3 13/27] target/s390x: Use ilen instead in branches
,
Richard Henderson
,
2023/01/09
[PATCH v3 18/27] target/s390x: Disable conditional branch-to-next for PER
,
Richard Henderson
,
2023/01/09
[PATCH v3 15/27] target/s390x: Add disp argument to update_psw_addr
,
Richard Henderson
,
2023/01/09
[PATCH v3 16/27] target/s390x: Don't set gbea for user-only
,
Richard Henderson
,
2023/01/09
[PATCH v3 17/27] target/s390x: Introduce per_enabled
,
Richard Henderson
,
2023/01/09
[PATCH v3 19/27] target/s390x: Introduce help_goto_indirect
,
Richard Henderson
,
2023/01/09
[PATCH v3 21/27] target/s390x: Simplify help_branch
,
Richard Henderson
,
2023/01/09
[PATCH v3 20/27] target/s390x: Split per_branch
,
Richard Henderson
,
2023/01/09
[PATCH v3 24/27] target/s390x: Fix successful-branch PER events
,
Richard Henderson
,
2023/01/09
[PATCH v3 23/27] target/s390x: Remove PER check from use_goto_tb
,
Richard Henderson
,
2023/01/09
[PATCH v3 26/27] target/s390x: Pass original r2 register to BCR
,
Richard Henderson
,
2023/01/09
[PATCH v3 22/27] target/s390x: Split per_breaking_event from per_branch_*
,
Richard Henderson
,
2023/01/09
[PATCH v3 27/27] target/s390x: Enable TARGET_TB_PCREL
,
Richard Henderson
,
2023/01/09
[PATCH v3 25/27] tests/tcg/s390x: Add per.S
,
Richard Henderson
,
2023/01/09
[PATCH v4] intel-iommu: Document iova_tree
,
Peter Xu
,
2023/01/09
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
John Snow
,
2023/01/09
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Bernhard Beschow
,
2023/01/10
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Liav Albani
,
2023/01/13
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
John Snow
,
2023/01/16
Re: [PATCH 0/1] hw/ide: share bmdma read and write functions
,
Liav Albani
,
2023/01/18
Re: [PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
,
John Snow
,
2023/01/09
Re: [PATCH 1/2] hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
,
Lev Kujawski
,
2023/01/11
Re: [PATCH 2/2] tests/qtest/ide-test: Verify READ NATIVE MAX ADDRESS is not limited
,
John Snow
,
2023/01/09
[PATCH v4 00/17] ui: Move and clean up monitor command code
,
Markus Armbruster
,
2023/01/09
[PATCH v4 14/17] ui: Reduce nesting in hmp_change_vnc() slightly
,
Markus Armbruster
,
2023/01/09
[PATCH v4 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
,
Markus Armbruster
,
2023/01/09
Re: [PATCH v4 02/17] ui: Fix silent truncation of numeric keys in HMP sendkey
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH v4 05/17] ui/spice: Require spice-server >= 0.14.0
,
Markus Armbruster
,
2023/01/09
[PATCH v4 04/17] Revert "hmp: info spice: take out webdav"
,
Markus Armbruster
,
2023/01/09
[PATCH v4 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
,
Markus Armbruster
,
2023/01/09
Re: [PATCH v4 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v4 16/17] ui: Split hmp_mouse_set() and move the HMP part to ui/
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 06/17] ui/spice: QXLInterface method set_mm_time() is now dead, drop
,
Markus Armbruster
,
2023/01/09
[PATCH v4 08/17] ui: Clean up a few things checkpatch.pl would flag later on
,
Markus Armbruster
,
2023/01/09
[PATCH v4 11/17] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
,
Markus Armbruster
,
2023/01/09
[PATCH v4 17/17] ui: Simplify control flow in qemu_mouse_set()
,
Markus Armbruster
,
2023/01/09
Re: [PATCH v4 17/17] ui: Simplify control flow in qemu_mouse_set()
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v4 17/17] ui: Simplify control flow in qemu_mouse_set()
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 09/17] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
,
Markus Armbruster
,
2023/01/09
[PATCH v4 07/17] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
,
Markus Armbruster
,
2023/01/09
[PATCH v4 10/17] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
,
Markus Armbruster
,
2023/01/09
[PATCH v4 15/17] ui: Don't check for mode change after mouse_set error
,
Markus Armbruster
,
2023/01/09
Re: [PATCH v4 15/17] ui: Don't check for mode change after mouse_set error
,
Philippe Mathieu-Daudé
,
2023/01/10
Re: [PATCH v4 15/17] ui: Don't check for mode change after mouse_set error
,
Daniel P . Berrangé
,
2023/01/10
[PATCH v4 01/17] ui: Check numeric part of expire_password argument @time properly
,
Markus Armbruster
,
2023/01/09
[PATCH v4 12/17] ui: Improve "change vnc" error reporting
,
Markus Armbruster
,
2023/01/09
[PATCH v4 13/17] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
,
Markus Armbruster
,
2023/01/09
[PATCH v4 03/17] ui/spice: Require spice-protocol >= 0.14.0
,
Markus Armbruster
,
2023/01/09
[PATCH v2 0/5] Fix win32/msys2 shader compilation & drop perl
,
marcandre . lureau
,
2023/01/09
[PATCH v2 1/5] build-sys: fix crlf-ending C code
,
marcandre . lureau
,
2023/01/09
Re: [PATCH v2 1/5] build-sys: fix crlf-ending C code
,
John Snow
,
2023/01/09
[PATCH v2 2/5] .gitlab-ci.d/windows: do not disable opengl
,
marcandre . lureau
,
2023/01/09
[PATCH v2 3/5] configure: replace Perl usage with sed
,
marcandre . lureau
,
2023/01/09
Re: [PATCH v2 3/5] configure: replace Perl usage with sed
,
Peter Maydell
,
2023/01/09
[PATCH v2 4/5] meson: replace Perl usage with Python
,
marcandre . lureau
,
2023/01/09
Re: [PATCH v2 4/5] meson: replace Perl usage with Python
,
Peter Maydell
,
2023/01/09
Re: [PATCH v2 4/5] meson: replace Perl usage with Python
,
Marc-André Lureau
,
2023/01/09
[PATCH v2 5/5] Draft: Update lcitool
,
marcandre . lureau
,
2023/01/09
Re: [PATCH v2 5/5] Draft: Update lcitool
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH v2 5/5] Draft: Update lcitool
,
Marc-André Lureau
,
2023/01/09
Re: [PATCH v2 5/5] Draft: Update lcitool
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
,
Stephen Longfield
,
2023/01/09
Re: [PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
,
Cédric Le Goater
,
2023/01/09
[PATCH v6 00/33] Consolidate PIIX south bridges
,
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 03/33] hw/isa/piix4: Correct IRQRC[A:D] reset values
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 01/33] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
,
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 06/33] hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 05/33] hw/isa/piix3: 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 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 12/33] hw/i386/pc: No need for rtc_state to be an out-parameter
,
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 17/33] hw/isa/piix3: Create IDE controller in host device
,
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 19/33] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 18/33] hw/isa/piix3: Wire up ACPI interrupt internally
,
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 21/33] hw/isa/piix3: Rename piix3_reset() for sharing with PIIX4
,
Bernhard Beschow
,
2023/01/09
[PATCH v6 16/33] hw/isa/piix3: Create TYPE_ISA_PIC in host device
,
Bernhard Beschow
,
2023/01/09
[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 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 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 26/33] hw/isa/piix4: Reuse struct PIIXState from PIIX3
,
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 27/33] hw/isa/piix4: Rename reset control operations to match PIIX3
,
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
[PATCH v6 33/33] hw/isa/piix: Share PIIX3's base class with PIIX4
,
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 32/33] hw/isa/piix: Consolidate IRQ triggering
,
Bernhard Beschow
,
2023/01/09
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
QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'
,
Peter Maydell
,
2023/01/09
Re: QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'
,
Daniel P . Berrangé
,
2023/01/09
Re: QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'
,
Li-Wen Hsu
,
2023/01/09
[RFC PATCH] docs: add a proper feature overview in "About QEMU"
,
Alex Bennée
,
2023/01/09
Re: [RFC PATCH] docs: add a proper feature overview in "About QEMU"
,
Peter Maydell
,
2023/01/12
Re: [PATCH 2/2] tpm: add backend for mssim
,
Dr. David Alan Gilbert
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
Dr. David Alan Gilbert
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
Dr. David Alan Gilbert
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2023/01/09
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/10
Re: [PATCH 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2023/01/10
Re: [PATCH 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/10
Re: [PATCH 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2023/01/10
[PATCH] target/i386: fix operand size of unary SSE operations
,
Paolo Bonzini
,
2023/01/09
[PATCH v6 0/2] tpm: add mssim backend
,
James Bottomley
,
2023/01/09
[PATCH v6 1/2] tpm: convert tpmdev options processing to new visitor format
,
James Bottomley
,
2023/01/09
[PATCH v6 2/2] tpm: add backend for mssim
,
James Bottomley
,
2023/01/09
[PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Bin Meng
,
2023/01/09
Re: [PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Bin Meng
,
2023/01/09
Re: [PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Richard Henderson
,
2023/01/09
Re: [PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Alistair Francis
,
2023/01/15
Re: [PATCH] target/riscv: Use TARGET_FMT_lx for env->mhartid
,
Alistair Francis
,
2023/01/15
Re: [PATCH] tests/avocado: add machine:none tag to version.py
,
Fabiano Rosas
,
2023/01/09
Re: [PATCH] tests/avocado: add machine:none tag to version.py
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH] tests/avocado: add machine:none tag to version.py
,
Fabiano Rosas
,
2023/01/09
Re: [PATCH v3 16/18] ui: Split hmp_mouse_set() and move the HMP part to ui/
,
Markus Armbruster
,
2023/01/09
[PULL v2 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Thomas Huth
,
2023/01/09
[PULL 13/15] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
,
Thomas Huth
,
2023/01/09
[PULL 10/15] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
,
Thomas Huth
,
2023/01/09
[PULL 15/15] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Thomas Huth
,
2023/01/09
[PULL 14/15] error handling: Use RETRY_ON_EINTR() macro where applicable
,
Thomas Huth
,
2023/01/09
[PULL 11/15] i386: Deprecate the -no-hpet QEMU command line option
,
Thomas Huth
,
2023/01/09
Re: [PULL v2 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Peter Maydell
,
2023/01/09
Re: [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow
,
Het Gala
,
2023/01/10
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Het Gala
,
2023/01/10
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Daniel P . Berrangé
,
2023/01/10
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Het Gala
,
2023/01/10
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Het Gala
,
2023/01/13
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Daniel P . Berrangé
,
2023/01/13
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Het Gala
,
2023/01/18
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Dr. David Alan Gilbert
,
2023/01/17
Re: [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command
,
Het Gala
,
2023/01/18
[PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 01/14] hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 02/14] hw/gpio/omap_gpio: Add local variable to avoid embedded cast
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 04/14] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP1_GPIO type name
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 03/14] hw/arm/omap: Drop useless casts from void * to pointer
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 05/14] hw/gpio/omap_gpio: Use CamelCase for TYPE_OMAP2_GPIO type name
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 06/14] hw/intc/omap_intc: Use CamelCase for TYPE_OMAP_INTC type name
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 07/14] hw/arm/stellaris: Drop useless casts from void * to pointer
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 08/14] hw/arm/stellaris: Use CamelCase for STELLARIS_ADC type name
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 09/14] hw/arm/bcm2836: Remove definitions generated by OBJECT_DECLARE_TYPE()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 10/14] hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 12/14] hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 11/14] hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 13/14] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 13/14] hw/intc/xilinx_intc: Use 'XpsIntc' typedef instead of 'struct xlx_pic'
,
Edgar E. Iglesias
,
2023/01/10
[PATCH 14/14] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 14/14] hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'
,
Edgar E. Iglesias
,
2023/01/10
Re: [PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
,
Richard Henderson
,
2023/01/09
Re: [PATCH 00/14] hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups
,
Peter Maydell
,
2023/01/12
Re: [PATCH] coverity: physmem: use simple assertions instead of modelling
,
Vladimir Sementsov-Ogievskiy
,
2023/01/09
Re: [PATCH] coverity: physmem: use simple assertions instead of modelling
,
David Hildenbrand
,
2023/01/23
Re: [PATCH v4 0/2] hw/nvme: Support for Namespaces Management from guest OS
,
Kevin Wolf
,
2023/01/09
virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Eric Auger
,
2023/01/09
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Eric Auger
,
2023/01/09
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Jason Wang
,
2023/01/11
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Eric Auger
,
2023/01/18
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Jean-Philippe Brucker
,
2023/01/13
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Alex Williamson
,
2023/01/13
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Jean-Philippe Brucker
,
2023/01/18
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Alex Williamson
,
2023/01/18
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Eric Auger
,
2023/01/18
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Jean-Philippe Brucker
,
2023/01/20
Re: virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
,
Eric Auger
,
2023/01/18
Re: [PATCH for-8.0] ui/vnc: fix bad address parsing
,
Vladimir Sementsov-Ogievskiy
,
2023/01/09
Questions about how block devices use snapshots
,
Zhiyong Ye
,
2023/01/09
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
2023/01/09
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
2023/01/11
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
2023/01/11
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
2023/01/11
Re: Questions about how block devices use snapshots
,
Kevin Wolf
,
2023/01/12
Re: Questions about how block devices use snapshots
,
Zhiyong Ye
,
2023/01/13
Re: [PATCH v5 09/14] vfio/migration: Rename functions/structs related to v1 protocol
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v5 08/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH] shpc: disallow unplug when power indicator is blinking
,
Vladimir Sementsov-Ogievskiy
,
2023/01/09
[RESEND PATCH 0/2] migration: Report migration related thread pid to libvirt to support migration pin
,
Jiang Jiacheng
,
2023/01/09
[RESEND PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Jiang Jiacheng
,
2023/01/09
Re: [RESEND PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Dr. David Alan Gilbert
,
2023/01/11
Re: [RESEND PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Daniel P . Berrangé
,
2023/01/11
Re: [RESEND PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Jiang Jiacheng
,
2023/01/12
[RESEND PATCH 1/2] migration: report migration related thread pid to libvirt
,
Jiang Jiacheng
,
2023/01/09
[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Daniel P . Berrangé
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Peter Maydell
,
2023/01/13
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Markus Armbruster
,
2023/01/16
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Philippe Mathieu-Daudé
,
2023/01/16
Re: [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'
,
Markus Armbruster
,
2023/01/17
[PATCH v2 03/21] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 02/21] hw/block: Pass DeviceState to pflash_cfi01_get_blk()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 06/21] hw/loongarch: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
,
Bernhard Beschow
,
2023/01/09
Re: [PATCH v2 04/21] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
,
Peter Maydell
,
2023/01/13
[PATCH v2 05/21] hw/arm: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 07/21] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 07/21] hw/riscv: Use generic DeviceState instead of PFlashCFI01
,
Alistair Francis
,
2023/01/09
[PATCH v2 08/21] hw/i386: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 09/21] hw/xtensa: Use generic DeviceState instead of PFlashCFI01
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 10/21] hw/sh4: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 10/21] hw/sh4: Open-code pflash_cfi02_register()
,
BALATON Zoltan
,
2023/01/09
Re: [PATCH v2 10/21] hw/sh4: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 10/21] hw/sh4: Open-code pflash_cfi02_register()
,
BALATON Zoltan
,
2023/01/09
[PATCH v2 11/21] hw/arm/digic: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 11/21] hw/arm/digic: Open-code pflash_cfi02_register()
,
Peter Maydell
,
2023/01/13
[PATCH v2 12/21] hw/arm/musicpal: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 12/21] hw/arm/musicpal: Open-code pflash_cfi02_register()
,
Peter Maydell
,
2023/01/13
[PATCH v2 13/21] hw/arm/xilinx_zynq: Open-code pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 13/21] hw/arm/xilinx_zynq: Open-code pflash_cfi02_register()
,
Peter Maydell
,
2023/01/13
[PATCH v2 14/21] hw/block: Remove unused pflash_cfi02_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 15/21] hw/block: Make PFlashCFI02 QOM declaration internal
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 16/21] hw/arm: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 16/21] hw/arm: Open-code pflash_cfi01_register()
,
Peter Maydell
,
2023/01/13
[PATCH v2 17/21] hw/microblaze: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 20/21] hw/block: Remove unused pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 19/21] hw/ppc: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH v2 19/21] hw/ppc: Open-code pflash_cfi01_register()
,
BALATON Zoltan
,
2023/01/09
[PATCH v2 18/21] hw/mips: Open-code pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH v2 21/21] hw/block: Make PFlashCFI01 QOM declaration internal
,
Philippe Mathieu-Daudé
,
2023/01/09
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
[PATCH 00/13] hw/arm: Cleanups before pflash refactor
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 01/13] hw/arm/pxa2xx: Simplify pxa255_init()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 02/13] hw/arm/pxa2xx: Simplify pxa270_init()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 03/13] hw/arm/collie: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 04/13] hw/arm/collie: Simplify flash creation using for() loop
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 05/13] hw/arm/gumstix: Improve documentation
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 06/13] hw/arm/gumstix: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 07/13] hw/arm/mainstone: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 08/13] hw/arm/musicpal: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 09/13] hw/arm/omap_sx1: Remove unused 'total_ram' definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 10/13] hw/arm/omap_sx1: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 11/13] hw/arm/z2: Use the IEC binary prefix definitions
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 12/13] hw/arm/vexpress: Remove dead code in vexpress_common_init()
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 13/13] hw/arm: Remove unreachable code calling pflash_cfi01_register()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 00/13] hw/arm: Cleanups before pflash refactor
,
Richard Henderson
,
2023/01/09
Re: [PATCH 00/13] hw/arm: Cleanups before pflash refactor
,
Peter Maydell
,
2023/01/12
[RFC PATCH v2] qom: Extract object_try_new() from qdev_new()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH v2] qom: Extract object_try_new() from qdev_new()
,
Claudio Fontana
,
2023/01/09
[PATCH 0/2] migration: Report migration related thread pid to libvirt to
,
Jiang Jiacheng
,
2023/01/09
[PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Jiang Jiacheng
,
2023/01/09
Re: [PATCH 2/2] migration: report multiFd related thread pid to libvirt
,
Daniel P . Berrangé
,
2023/01/09
[PATCH 1/2] migration: report migration related thread pid to libvirt
,
Jiang Jiacheng
,
2023/01/09
[PATCH 0/2] Fix win32/msys2 shader compilation
,
marcandre . lureau
,
2023/01/09
[PATCH 1/2] build-sys: fix crlf-ending C code
,
marcandre . lureau
,
2023/01/09
Re: [PATCH 1/2] build-sys: fix crlf-ending C code
,
Thomas Huth
,
2023/01/09
Re: [PATCH 1/2] build-sys: fix crlf-ending C code
,
Marc-André Lureau
,
2023/01/09
Re: [PATCH 1/2] build-sys: fix crlf-ending C code
,
Paolo Bonzini
,
2023/01/09
Re: [PATCH 1/2] build-sys: fix crlf-ending C code
,
Marc-André Lureau
,
2023/01/09
Re: [PATCH 1/2] build-sys: fix crlf-ending C code
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 2/2] .gitlab-ci.d/windows: do not disable opengl
,
marcandre . lureau
,
2023/01/09
Re: [PATCH 2/2] .gitlab-ci.d/windows: do not disable opengl
,
Thomas Huth
,
2023/01/09
[RFC PATCH] qom: Extract object_try_new() from qdev_new()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH] qom: Extract object_try_new() from qdev_new()
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [RFC PATCH] qom: Extract object_try_new() from qdev_new()
,
Daniel P . Berrangé
,
2023/01/09
Re: [RFC PATCH] qom: Extract object_try_new() from qdev_new()
,
Claudio Fontana
,
2023/01/09
Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
,
Avihai Horon
,
2023/01/09
[PATCH] virtio-rng-pci: fix migration compat for vectors
,
Dr. David Alan Gilbert (git)
,
2023/01/09
Re: [PATCH] virtio-rng-pci: fix migration compat for vectors
,
Thomas Huth
,
2023/01/11
Re: [PATCH] virtio-rng-pci: fix migration compat for vectors
,
David Daney
,
2023/01/11
Re: [PATCH] virtio-rng-pci: fix migration compat for vectors
,
Philippe Mathieu-Daudé
,
2023/01/12
Re: [PULL v4 42/83] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
,
Dr. David Alan Gilbert
,
2023/01/09
Re: [PULL v4 42/83] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
,
Michael S. Tsirkin
,
2023/01/09
Re: [PULL v4 42/83] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
,
Dr. David Alan Gilbert
,
2023/01/09
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/09
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Jason Gunthorpe
,
2023/01/09
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/10
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Cédric Le Goater
,
2023/01/10
Re: [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
,
Avihai Horon
,
2023/01/11
[PATCH] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
,
Qiang Liu
,
2023/01/09
Re: [PATCH] hw/net/can/xlnx-zynqmp-can: fix assertion failures in transfer_fifo()
,
Jason Wang
,
2023/01/19
[PATCH] tests/qtest/test-hmp: Improve the check for verbose mode
,
Thomas Huth
,
2023/01/09
Re: [PATCH] tests/qtest/test-hmp: Improve the check for verbose mode
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH] tests/qtest/test-hmp: Improve the check for verbose mode
,
Laurent Vivier
,
2023/01/16
[PATCH 0/9] hw: Convert simple devices from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 1/9] hw/arm/musicpal: Remove unused dummy MemoryRegion
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 1/9] hw/arm/musicpal: Remove unused dummy MemoryRegion
,
Richard Henderson
,
2023/01/09
[PATCH 2/9] qdev: Add qdev_create_simple() helper
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 3/9] hw/i2c/bitbang_i2c: Convert TYPE_GPIO_I2C from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 4/9] hw/arm/tosa: Convert TYPE_TOSA_MISC_GPIO from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 5/9] hw/arm/palm: Convert TYPE_PALM_MISC_GPIO from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 6/9] hw/arm/musicpal: Convert TYPE_MUSICPAL_KEY from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 7/9] hw/arm/spitz: Convert TYPE_SPITZ_KEYBOARD from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 8/9] hw/arm/tosa: Convert TYPE_SPITZ_MISC_GPIO from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 9/9] hw/i386/kvm: Convert TYPE_KVM_CLOCK from SysBus to QDev
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 0/9] hw: Convert simple devices from SysBus to QDev
,
Peter Maydell
,
2023/01/09
[PATCH 0/5] hw/i2c: Rename TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 1/5] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 1/5] hw/i2c/versatile_i2c: Drop useless casts from void * to pointer
,
Richard Henderson
,
2023/01/09
[PATCH 2/5] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 2/5] hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CState
,
Richard Henderson
,
2023/01/09
[PATCH 3/5] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 3/5] hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2C
,
Richard Henderson
,
2023/01/09
[PATCH 4/5] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 4/5] hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macro
,
Richard Henderson
,
2023/01/09
[PATCH 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 5/5] hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2c
,
Richard Henderson
,
2023/01/09
[PATCH 0/5] hw/i2c/bitbang_i2c: Housekeeping
,
Philippe Mathieu-Daudé
,
2023/01/09
[PATCH 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 1/5] hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public header
,
Richard Henderson
,
2023/01/09
[PATCH 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 2/5] hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegion
,
Richard Henderson
,
2023/01/09
[PATCH 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 3/5] hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helper
,
Richard Henderson
,
2023/01/09
[PATCH 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Richard Henderson
,
2023/01/09
Re: [PATCH 4/5] hw/i2c/bitbang_i2c: Trace state changes
,
Philippe Mathieu-Daudé
,
2023/01/10
[PATCH 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH 5/5] hw/i2c/bitbang_i2c: Convert DPRINTF() to trace events
,
Richard Henderson
,
2023/01/09
[PATCH] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
,
Thomas Huth
,
2023/01/09
Re: [PATCH] tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameter
,
Daniel P . Berrangé
,
2023/01/09
[PATCH] vhost-user: Correct a reference of TARGET_AARCH64
,
Akihiko Odaki
,
2023/01/09
Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64
,
Philippe Mathieu-Daudé
,
2023/01/09
Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64
,
Alex Bennée
,
2023/01/09
[PATCH] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/01/09
Re: [PATCH] accel/kvm: Specify default IPA size for arm64
,
Richard Henderson
,
2023/01/14
Re: [PATCH] accel/kvm: Specify default IPA size for arm64
,
Akihiko Odaki
,
2023/01/14
Re: [PATCH] accel/kvm: Specify default IPA size for arm64
,
Peter Maydell
,
2023/01/16
[PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
,
Qiang Liu
,
2023/01/09
Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
,
Alistair Francis
,
2023/01/09
Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
,
Edgar E. Iglesias
,
2023/01/10
RE: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
,
Konrad, Frederic
,
2023/01/10
Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()
,
Qiang Liu
,
2023/01/10
[PATCH v2 00/22] tcg: exit_tb tidy, goto_tb reorg
,
Richard Henderson
,
2023/01/08
[PATCH v2 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
,
Alex Bennée
,
2023/01/17
[PATCH v2 01/22] tcg: Split out tcg_out_exit_tb
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 01/22] tcg: Split out tcg_out_exit_tb
,
Alex Bennée
,
2023/01/17
[PATCH v2 03/22] tcg/ppc: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 03/22] tcg/ppc: Remove unused goto_tb code for indirect jump
,
Alex Bennée
,
2023/01/17
[PATCH v2 04/22] tcg/sparc64: Remove unused goto_tb code for indirect jump
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 04/22] tcg/sparc64: Remove unused goto_tb code for indirect jump
,
Alex Bennée
,
2023/01/17
[PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
,
Alex Bennée
,
2023/01/17
[PATCH v2 06/22] tcg: Introduce set_jmp_insn_offset
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 06/22] tcg: Introduce set_jmp_insn_offset
,
Alex Bennée
,
2023/01/17
[PATCH v2 07/22] tcg: Introduce get_jmp_target_addr
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 07/22] tcg: Introduce get_jmp_target_addr
,
Alex Bennée
,
2023/01/17
[PATCH v2 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
,
Alex Bennée
,
2023/01/17
[PATCH v2 10/22] tcg: Add gen_tb to TCGContext
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 10/22] tcg: Add gen_tb to TCGContext
,
Alex Bennée
,
2023/01/17
[PATCH v2 08/22] tcg: Split out tcg_out_goto_tb
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 08/22] tcg: Split out tcg_out_goto_tb
,
Alex Bennée
,
2023/01/17
[PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset
,
Alex Bennée
,
2023/01/17
[PATCH v2 12/22] tcg: Change tb_target_set_jmp_target arguments
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 12/22] tcg: Change tb_target_set_jmp_target arguments
,
Alex Bennée
,
2023/01/17
[PATCH v2 14/22] tcg: Always define tb_target_set_jmp_target
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 14/22] tcg: Always define tb_target_set_jmp_target
,
Alex Bennée
,
2023/01/17
Re: [PATCH v2 14/22] tcg: Always define tb_target_set_jmp_target
,
Richard Henderson
,
2023/01/17
[PATCH v2 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
,
Alex Bennée
,
2023/01/17
[PATCH v2 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
,
Alex Bennée
,
2023/01/17
[PATCH v2 16/22] tcg/aarch64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 16/22] tcg/aarch64: Reorg goto_tb implementation
,
Alex Bennée
,
2023/01/17
[PATCH v2 17/22] tcg/ppc: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 17/22] tcg/ppc: Reorg goto_tb implementation
,
Alex Bennée
,
2023/01/17
[PATCH v2 18/22] tcg/sparc64: Remove USE_REG_TB
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 18/22] tcg/sparc64: Remove USE_REG_TB
,
Alex Bennée
,
2023/01/17
[PATCH v2 19/22] tcg/sparc64: Reorg goto_tb implementation
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 19/22] tcg/sparc64: Reorg goto_tb implementation
,
Alex Bennée
,
2023/01/17
[PATCH v2 20/22] tcg/arm: Implement direct branch for goto_tb
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 20/22] tcg/arm: Implement direct branch for goto_tb
,
Alex Bennée
,
2023/01/17
[PATCH v2 21/22] tcg/riscv: Introduce OPC_NOP
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 21/22] tcg/riscv: Introduce OPC_NOP
,
Alex Bennée
,
2023/01/17
[PATCH v2 22/22] tcg/riscv: Implement direct branch for goto_tb
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 22/22] tcg/riscv: Implement direct branch for goto_tb
,
Alex Bennée
,
2023/01/17
Re: [PATCH v2 00/22] tcg: exit_tb tidy, goto_tb reorg
,
Richard Henderson
,
2023/01/14
Re: [PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
,
Dongli Zhang
,
2023/01/08
[PATCH 0/4] plugin patches to fix #1381
,
Emilio Cota
,
2023/01/08
[PATCH 1/4] plugins: fix optimization in plugin_gen_disable_mem_helpers
,
Emilio Cota
,
2023/01/08
Re: [PATCH 1/4] plugins: fix optimization in plugin_gen_disable_mem_helpers
,
Aaron Lindsay
,
2023/01/10
[PATCH 2/4] translator: always pair plugin_gen_insn_{start, end} calls
,
Emilio Cota
,
2023/01/08
Re: [PATCH 2/4] translator: always pair plugin_gen_insn_{start, end} calls
,
Philippe Mathieu-Daudé
,
2023/01/08
Re: [PATCH 2/4] translator: always pair plugin_gen_insn_{start,end} calls
,
Aaron Lindsay
,
2023/01/10
[PATCH 3/4] tcg: exclude lookup_tb_ptr from helper instrumentation
,
Emilio Cota
,
2023/01/08
[PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Emilio Cota
,
2023/01/08
Re: [PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Alex Bennée
,
2023/01/09
Re: [PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Emilio Cota
,
2023/01/09
Re: [PATCH 4/4] cpu-exec: assert that plugin_mem_cbs is NULL after execution
,
Alex Bennée
,
2023/01/10
[PATCH 0/4] tsan fixes
,
Emilio Cota
,
2023/01/08
[PATCH 1/4] cpu: free cpu->tb_jmp_cache with RCU
,
Emilio Cota
,
2023/01/08
Re: [PATCH 1/4] cpu: free cpu->tb_jmp_cache with RCU
,
Richard Henderson
,
2023/01/08
Re: [PATCH 1/4] cpu: free cpu->tb_jmp_cache with RCU
,
Emilio Cota
,
2023/01/09
[PATCH 2/4] util/qht: add missing atomic_set(hashes[i])
,
Emilio Cota
,
2023/01/08
Re: [PATCH 2/4] util/qht: add missing atomic_set(hashes[i])
,
Richard Henderson
,
2023/01/08
Re: [PATCH 2/4] util/qht: add missing atomic_set(hashes[i])
,
Philippe Mathieu-Daudé
,
2023/01/08
[PATCH 3/4] util/qht: use striped locks under TSAN
,
Emilio Cota
,
2023/01/08
Re: [PATCH 3/4] util/qht: use striped locks under TSAN
,
Richard Henderson
,
2023/01/08
Re: [PATCH 3/4] util/qht: use striped locks under TSAN
,
Emilio Cota
,
2023/01/09
[PATCH 4/4] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Emilio Cota
,
2023/01/08
Re: [PATCH 4/4] plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
,
Richard Henderson
,
2023/01/08
Re: [PATCH v2 3/4] include: Don't include qemu/osdep.h
,
Michael S. Tsirkin
,
2023/01/08
Re: [PATCH] riscv: do not set the rounding mode via `gen_set_rm`
,
Bin Meng
,
2023/01/07
[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 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
,
Richard Henderson
,
2023/01/07
[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 12/36] tcg: 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 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 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
,
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 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
,
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 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
,
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 24/36] target/s390x: Use a single return for helper_divs32/u32
,
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 26/36] target/s390x: Use Int128 for return from CLST
,
Richard Henderson
,
2023/01/07
[PATCH v4 27/36] target/s390x: Use Int128 for return from CKSM
,
Richard Henderson
,
2023/01/07
[PATCH v4 28/36] target/s390x: Use Int128 for return from TRE
,
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 31/36] target/s390x: Use Int128 for passing 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 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
,
Richard Henderson
,
2023/01/07
[PATCH v4 35/36] target/i386: Inline cmpxchg8b
,
Richard Henderson
,
2023/01/07
[PATCH v4 36/36] target/i386: Inline cmpxchg16b
,
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
Postcopy migration failed with "qemu-system-x86_64: postcopy_ram_listen_thread: loadvm failed: -5"
,
Kei IKEDA
,
2023/01/07
Re: Postcopy migration failed with "qemu-system-x86_64: postcopy_ram_listen_thread: loadvm failed: -5"
,
Dr. David Alan Gilbert
,
2023/01/10
[PATCH] accel/tcg: Split out cpu_exec_{setjmp,loop}
,
Richard Henderson
,
2023/01/07
Re: [PATCH] accel/tcg: Split out cpu_exec_{setjmp,loop}
,
Philippe Mathieu-Daudé
,
2023/01/07
[PATCH v2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
,
Richard Henderson
,
2023/01/07
Re: [PATCH v2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
,
Daniel P . Berrangé
,
2023/01/09
[PATCH v2] e1000e: Introduce e1000_rx_desc_union
,
Akihiko Odaki
,
2023/01/07
[PATCH] target/i386: fix error code for exceptions caused by IDT accesses
,
Paolo Bonzini
,
2023/01/07
[PATCH] configure: fix GLIB_VERSION for cross-compilation
,
Paolo Bonzini
,
2023/01/07
Re: [PATCH] configure: fix GLIB_VERSION for cross-compilation
,
Philippe Mathieu-Daudé
,
2023/01/07
[PULL v2 00/24] QEMU patches for 2022-12-21
,
Paolo Bonzini
,
2023/01/07
[PULL 11/24] configure: remove backwards-compatibility and obsolete options
,
Paolo Bonzini
,
2023/01/07
Re: [PULL v2 00/24] QEMU patches for 2022-12-21
,
Peter Maydell
,
2023/01/09
[PULL 00/27] tcg/s390x patch queue
,
Richard Henderson
,
2023/01/07
[PULL 02/27] tcg/s390x: Remove TCG_REG_TB
,
Richard Henderson
,
2023/01/07
[PULL 01/27] tcg/s390x: Use register pair allocation for div and mulu2
,
Richard Henderson
,
2023/01/07
[PULL 03/27] tcg/s390x: Always set TCG_TARGET_HAS_direct_jump
,
Richard Henderson
,
2023/01/07
[PULL 06/27] tcg/s390x: Check for extended-immediate facility at startup
,
Richard Henderson
,
2023/01/07
[PULL 08/27] tcg/s390x: Check for load-on-condition facility at startup
,
Richard Henderson
,
2023/01/07
[PULL 12/27] tcg/s390x: Distinguish RRF-a and RRF-c formats
,
Richard Henderson
,
2023/01/07
[PULL 15/27] tcg/s390x: Support MIE2 MGRK instruction
,
Richard Henderson
,
2023/01/07
[PULL 16/27] tcg/s390x: Issue XILF directly for xor_i32
,
Richard Henderson
,
2023/01/07
[PULL 09/27] tcg/s390x: Remove FAST_BCR_SER facility check
,
Richard Henderson
,
2023/01/07
[PULL 04/27] tcg/s390x: Remove USE_LONG_BRANCHES
,
Richard Henderson
,
2023/01/07
[PULL 07/27] tcg/s390x: Check for general-instruction-extension facility at startup
,
Richard Henderson
,
2023/01/07
[PULL 05/27] tcg/s390x: Check for long-displacement facility at startup
,
Richard Henderson
,
2023/01/07
[PULL 11/27] tcg/s390x: Use LARL+AGHI for odd addresses
,
Richard Henderson
,
2023/01/07
[PULL 10/27] tcg/s390x: Remove DISTINCT_OPERANDS facility check
,
Richard Henderson
,
2023/01/07
[PULL 13/27] tcg/s390x: Distinguish RIE formats
,
Richard Henderson
,
2023/01/07
[PULL 14/27] tcg/s390x: Support MIE2 multiply single instructions
,
Richard Henderson
,
2023/01/07
[PULL 19/27] tcg/s390x: Support MIE3 logical operations
,
Richard Henderson
,
2023/01/07
[PULL 23/27] tcg/s390x: Use tgen_movcond_int in tgen_clz
,
Richard Henderson
,
2023/01/07
[PULL 25/27] tcg/s390x: Tighten constraints for 64-bit compare
,
Richard Henderson
,
2023/01/07
[PULL 17/27] tcg/s390x: Tighten constraints for or_i64 and xor_i64
,
Richard Henderson
,
2023/01/07
[PULL 18/27] tcg/s390x: Tighten constraints for and_i64
,
Richard Henderson
,
2023/01/07
[PULL 21/27] tcg/s390x: Generalize movcond implementation
,
Richard Henderson
,
2023/01/07
[PULL 26/27] tcg/s390x: Cleanup tcg_out_movi
,
Richard Henderson
,
2023/01/07
[PULL 24/27] tcg/s390x: Implement ctpop operation
,
Richard Henderson
,
2023/01/07
[PULL 20/27] tcg/s390x: Create tgen_cmp2 to simplify movcond
,
Richard Henderson
,
2023/01/07
[PULL 22/27] tcg/s390x: Support SELGR instruction in movcond
,
Richard Henderson
,
2023/01/07
[PULL 27/27] tcg/s390x: Avoid the constant pool in tcg_out_movi
,
Richard Henderson
,
2023/01/07
Re: [PULL 00/27] tcg/s390x patch queue
,
Peter Maydell
,
2023/01/08
[PATCH qemu v3 0/1] [PATCH v3] Emulate dip switch language layout settings on SUN keyboard
,
~henca
,
2023/01/06
[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu.
,
~henca
,
2023/01/06
Re: [PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu.
,
Mark Cave-Ayland
,
2023/01/10
Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
,
Henrik Carlqvist
,
2023/01/23
[PATCH v2] [PING] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.
,
TaiseiIto
,
2023/01/06
Re: [PATCH v2] [PING] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.
,
Alex Bennée
,
2023/01/07
RE: [PATCH v2] [PING] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.
,
伊藤 太清
,
2023/01/07
Re: [PATCH qemu v3 0/1] Emulating sun keyboard language layout dip switches
,
Henrik Carlqvist
,
2023/01/08
[PATCH v4] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
,
Richard Henderson
,
2023/01/06
Re: [PATCH v4] tcg/arm: Use register pair allocation for qemu_{ld,st}_i64
,
Richard Henderson
,
2023/01/14
Re: [PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
,
Alex Williamson
,
2023/01/06
Re: [PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
,
Jason Gunthorpe
,
2023/01/06
Re: [PATCH v4 2/4] python/qmp: increase read buffer size
,
John Snow
,
2023/01/06
Re: [PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
,
John Snow
,
2023/01/06
Re: [PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
,
Alex Bennée
,
2023/01/07
Re: [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Alex Williamson
,
2023/01/06
Re: [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
,
Avihai Horon
,
2023/01/08
[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
,
Richard Henderson
,
2023/01/06
[PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime
,
Richard Henderson
,
2023/01/06
Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime
,
Peter Maydell
,
2023/01/23
Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime
,
Richard Henderson
,
2023/01/23
Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime
,
Peter Maydell
,
2023/01/24
Re: [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime
,
Alex Bennée
,
2023/01/24
[PATCH 1/2] target/arm: Reorg do_coproc_insn
,
Richard Henderson
,
2023/01/06
Re: [PATCH 1/2] target/arm: Reorg do_coproc_insn
,
Alex Bennée
,
2023/01/17
Re: [PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
,
Richard Henderson
,
2023/01/16
Re: [PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
,
Peter Maydell
,
2023/01/17
Re: [PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
,
Richard Henderson
,
2023/01/17
Re: [PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
,
Peter Maydell
,
2023/01/23
Re: [PATCH] memory: dump HPA and access type of ramblocks
,
Peter Xu
,
2023/01/06
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Alex Williamson
,
2023/01/06
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Avihai Horon
,
2023/01/08
Re: [PATCH v5 03/14] migration: Simplify migration_iteration_run()
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 1/1] tcg: add perfmap and jitdump
,
Alex Bennée
,
2023/01/06
Re: [PATCH v2 1/1] tcg: add perfmap and jitdump
,
Richard Henderson
,
2023/01/08
[PATCH 0/2] Series of fixes for PL011 char device
,
Evgeny Iakovlev
,
2023/01/06
[PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/06
Re: [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Peter Maydell
,
2023/01/17
Re: [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Evgeny Iakovlev
,
2023/01/17
Re: [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
,
Peter Maydell
,
2023/01/17
Re: [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
,
eiakovlev
,
2023/01/17
[PATCH 2/2] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Evgeny Iakovlev
,
2023/01/06
Re: [PATCH 2/2] hw/char/pl011: check if UART is enabled before RX or TX operation
,
Peter Maydell
,
2023/01/17
Re: [PATCH] hvf: arm: Add support for GICv3
,
Peter Maydell
,
2023/01/06
Re: [PATCH] hvf: arm: Add support for GICv3
,
Alexander Graf
,
2023/01/28
Re: [PATCH v3 0/7] Enable Cubieboard A10 boot SPL from SD card
,
Peter Maydell
,
2023/01/06
[PATCH v2] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/06
Support -O
,
Benjamin Ellis
,
2023/01/06
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Laurent Vivier
,
2023/01/06
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Michael S. Tsirkin
,
2023/01/09
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Laurent Vivier
,
2023/01/11
RE: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Yajun Wu
,
2023/01/12
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Maxime Coquelin
,
2023/01/12
RE: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Yajun Wu
,
2023/01/16
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Maxime Coquelin
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Greg Kurz
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Greg Kurz
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Maxime Coquelin
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Greg Kurz
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Greg Kurz
,
2023/01/17
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Michael S. Tsirkin
,
2023/01/18
Re: [PULL v4 76/83] vhost-user: Support vhost_dev_start
,
Dr. David Alan Gilbert
,
2023/01/19
[PATCH] configure: Expand test which disable -Wmissing-braces
,
Anthony PERARD
,
2023/01/06
Re: [PATCH] configure: Expand test which disable -Wmissing-braces
,
Thomas Huth
,
2023/01/23
Re: [PATCH] configure: Expand test which disable -Wmissing-braces
,
Daniel P . Berrangé
,
2023/01/23
Re: [PATCH] semihosting: Write back semihosting data before completion callback
,
Alex Bennée
,
2023/01/06
Re: [PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
,
Peter Maydell
,
2023/01/06
[RFC PATCH] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/06
Re: [RFC PATCH] scripts/ci: update gitlab-runner playbook to use latest runner
,
Alex Bennée
,
2023/01/06
intermittent hang, s390x host, bios-tables-test test, TPM
,
Peter Maydell
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Peter Maydell
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Peter Maydell
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/06
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Daniel P . Berrangé
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Peter Maydell
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Daniel P . Berrangé
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/10
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Daniel P . Berrangé
,
2023/01/11
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Stefan Berger
,
2023/01/11
Re: intermittent hang, s390x host, bios-tables-test test, TPM
,
Daniel P . Berrangé
,
2023/01/10
[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
Re: Plugin Memory Callback Debugging
,
Alex Bennée
,
2023/01/06
Re: Plugin Memory Callback Debugging
,
Emilio Cota
,
2023/01/06
Re: [PATCH v4 0/4] hw/nvme: fix broken shadow doorbells on some platforms
,
Klaus Jensen
,
2023/01/06
[PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Evgeny Iakovlev
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Peter Maydell
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Peter Maydell
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Evgeny Iakovlev
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Peter Maydell
,
2023/01/06
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
eiakovlev
,
2023/01/16
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Alex Bennée
,
2023/01/16
Re: [PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Peter Maydell
,
2023/01/16
[PATCH v3 0/6] Support for new CPU model SapphireRapids
,
Lei Wang
,
2023/01/06
[PATCH v3 2/6] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
,
Lei Wang
,
2023/01/06
Re: [PATCH v3 2/6] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
,
Igor Mammedov
,
2023/01/27
[PATCH v3 1/6] i386: Introduce FeatureWordInfo for AMX CPUID leaf 0x1D and 0x1E
,
Lei Wang
,
2023/01/06
[PATCH v3 3/6] i386: Introduce new struct "MultiBitFeatureInfo" for multi-bit features
,
Lei Wang
,
2023/01/06
[PATCH v3 5/6] i386: Initialize AMX CPUID leaves with corresponding env->features[] leaves
,
Lei Wang
,
2023/01/06
[PATCH v3 4/6] i386: Mask and report unavailable multi-bit feature values
,
Lei Wang
,
2023/01/06
[PATCH v3 6/6] i386: Add new CPU model SapphireRapids
,
Lei Wang
,
2023/01/06
[PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Thomas Huth
,
2023/01/06
[PULL 01/15] qemu-iotests/stream-under-throttle: do not shutdown QEMU
,
Thomas Huth
,
2023/01/06
[PULL 04/15] exec/memory: Expose memory_region_access_valid()
,
Thomas Huth
,
2023/01/06
[PULL 05/15] hw/s390x/pv: Restrict Protected Virtualization to sysemu
,
Thomas Huth
,
2023/01/06
[PULL 02/15] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
,
Thomas Huth
,
2023/01/06
[PULL 06/15] target/s390x/tcg/misc_helper: Remove unused "memory.h" include
,
Thomas Huth
,
2023/01/06
[PULL 07/15] target/s390x/tcg/excp_helper: Restrict system headers to sysemu
,
Thomas Huth
,
2023/01/06
[PULL 09/15] tests/readconfig: spice doesn't support unix socket on windows yet
,
Thomas Huth
,
2023/01/06
[PULL 08/15] target/s390x: Restrict sysemu/reset.h to system emulation
,
Thomas Huth
,
2023/01/06
[PULL 03/15] MAINTAINERS: Add MIPS-related docs and configs to the MIPS architecture section
,
Thomas Huth
,
2023/01/06
[PULL 10/15] i386: Deprecate the -no-hpet QEMU command line option
,
Thomas Huth
,
2023/01/06
[PULL 14/15] error handling: Use RETRY_ON_EINTR() macro where applicable
,
Thomas Huth
,
2023/01/06
[PULL 12/15] Update scripts/meson-buildoptions.sh
,
Thomas Huth
,
2023/01/06
[PULL 11/15] docs/interop: Change the vnc-ledstate-Pseudo-encoding doc into .rst
,
Thomas Huth
,
2023/01/06
[PULL 13/15] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
,
Thomas Huth
,
2023/01/06
[PULL 15/15] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Thomas Huth
,
2023/01/06
Re: [PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Peter Maydell
,
2023/01/07
Re: [PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Thomas Huth
,
2023/01/09
Re: [PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
,
Peter Maydell
,
2023/01/09
Re: [PATCH v4] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/06
Re: [PATCH v4] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/06
Re: [PATCH v4] riscv: Allow user to set the satp mode
,
Andrew Jones
,
2023/01/06
Re: [PATCH v4] riscv: Allow user to set the satp mode
,
Alexandre Ghiti
,
2023/01/12
[PATCH v2 0/4] s390x/pv: Improve protected VM support
,
Cédric Le Goater
,
2023/01/06
[PATCH v2 4/4] s390x/pv: Move check on hugepage under s390_pv_guest_check()
,
Cédric Le Goater
,
2023/01/06
[PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/06
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
,
Cédric Le Goater
,
2023/01/09
[PATCH v2 1/4] s390x/pv: Implement a CGS check helper
,
Cédric Le Goater
,
2023/01/06
Re: [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
,
Thomas Huth
,
2023/01/09
Re: [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
,
Thomas Huth
,
2023/01/09
Re: [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
,
Cédric Le Goater
,
2023/01/09
[PATCH v2 2/4] s390x/pv: Check for support on the host
,
Cédric Le Goater
,
2023/01/06
Re: [PATCH v2 2/4] s390x/pv: Check for support on the host
,
Janosch Frank
,
2023/01/09
Re: [PATCH v2 2/4] s390x/pv: Check for support on the host
,
Cédric Le Goater
,
2023/01/09
Re: [PATCH v2 2/4] s390x/pv: Check for support on the host
,
Janosch Frank
,
2023/01/09
[PULL 0/3] loongarch-to-apply queue
,
Song Gao
,
2023/01/06
[PULL 1/3] hw/intc/loongarch_pch_msi: add irq number property
,
Song Gao
,
2023/01/06
[PULL 2/3] hw/intc/loongarch_pch_pic: add irq number property
,
Song Gao
,
2023/01/06
[PULL 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller
,
Song Gao
,
2023/01/06
Re: [PULL 0/3] loongarch-to-apply queue
,
Peter Maydell
,
2023/01/07
[PULL v2 00/47] tcg misc queue
,
Richard Henderson
,
2023/01/05
[PULL v2 19/47] tcg: Introduce paired register allocation
,
Richard Henderson
,
2023/01/05
[PULL v2 47/47] tests/tcg/multiarch: add vma-pthread.c
,
Richard Henderson
,
2023/01/05
Re: [PULL v2 00/47] tcg misc queue
,
Peter Maydell
,
2023/01/06
[PULL v3 00/43] riscv-to-apply queue
,
Alistair Francis
,
2023/01/05
[PULL v3 02/43] tcg/riscv: Fix range matched by TCG_CT_CONST_M12
,
Alistair Francis
,
2023/01/05
[PULL v3 03/43] tcg/riscv: Fix reg overlap case in tcg_out_addsub2
,
Alistair Francis
,
2023/01/05
[PULL v3 01/43] target/riscv: Fix PMP propagation for tlb
,
Alistair Francis
,
2023/01/05
[PULL v3 04/43] tcg/riscv: Fix base register for user-only qemu_ld/st
,
Alistair Francis
,
2023/01/05
[PULL v3 05/43] hw/riscv/opentitan: bump opentitan
,
Alistair Francis
,
2023/01/05
[PULL v3 06/43] hw/riscv/opentitan: add aon_timer base unimpl
,
Alistair Francis
,
2023/01/05
[PULL v3 07/43] target/riscv: Add smstateen support
,
Alistair Francis
,
2023/01/05
[PULL v3 09/43] target/riscv: generate virtual instruction exception
,
Alistair Francis
,
2023/01/05
[PULL v3 10/43] target/riscv: Add itrigger support when icount is not enabled
,
Alistair Francis
,
2023/01/05
[PULL v3 08/43] target/riscv: smstateen check for h/s/envcfg
,
Alistair Francis
,
2023/01/05
[PULL v3 11/43] target/riscv: Add itrigger support when icount is enabled
,
Alistair Francis
,
2023/01/05
[PULL v3 12/43] target/riscv: Enable native debug itrigger
,
Alistair Francis
,
2023/01/05
[PULL v3 13/43] target/riscv: Add itrigger_enabled field to CPURISCVState
,
Alistair Francis
,
2023/01/05
[PULL v3 14/43] hw/intc: sifive_plic: Renumber the S irqs for numa support
,
Alistair Francis
,
2023/01/05
[PULL v3 15/43] target/riscv: Typo fix in sstc() predicate
,
Alistair Francis
,
2023/01/05
[PULL v3 16/43] hw/riscv: virt: Remove the redundant ipi-id property
,
Alistair Francis
,
2023/01/05
[PULL v3 18/43] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()
,
Alistair Francis
,
2023/01/05
[PULL v3 17/43] target/riscv: support cache-related PMU events in virtual mode
,
Alistair Francis
,
2023/01/05
[PULL v3 22/43] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
,
Alistair Francis
,
2023/01/05
[PULL v3 19/43] hw/misc: pfsoc: add fabric clocks to ioscb
,
Alistair Francis
,
2023/01/05
[PULL v3 21/43] hw/{misc, riscv}: pfsoc: add system controller as unimplemented
,
Alistair Francis
,
2023/01/05
[PULL v3 20/43] hw/riscv: pfsoc: add missing FICs as unimplemented
,
Alistair Francis
,
2023/01/05
[PULL v3 23/43] target/riscv: Fix mret exception cause when no pmp rule is configured
,
Alistair Francis
,
2023/01/05
[PULL v3 24/43] target/riscv: Set pc_succ_insn for !rvc illegal insn
,
Alistair Francis
,
2023/01/05
[PULL v3 25/43] target/riscv: Simplify helper_sret() a little bit
,
Alistair Francis
,
2023/01/05
[PULL v3 26/43] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+
,
Alistair Francis
,
2023/01/05
[PULL v3 27/43] RISC-V: Add Zawrs ISA extension support
,
Alistair Francis
,
2023/01/05
[PULL v3 28/43] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
,
Alistair Francis
,
2023/01/05
[PULL v3 29/43] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
,
Alistair Francis
,
2023/01/05
[PULL v3 30/43] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
,
Alistair Francis
,
2023/01/05
[PULL v3 31/43] hw/riscv: Sort machines Kconfig options in alphabetical order
,
Alistair Francis
,
2023/01/05
[PULL v3 33/43] hw/intc: sifive_plic: Drop PLICMode_H
,
Alistair Francis
,
2023/01/05
[PULL v3 37/43] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
,
Alistair Francis
,
2023/01/05
[PULL v3 34/43] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
,
Alistair Francis
,
2023/01/05
[PULL v3 36/43] hw/intc: sifive_plic: Update "num-sources" property default value
,
Alistair Francis
,
2023/01/05
[PULL v3 40/43] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
,
Alistair Francis
,
2023/01/05
[PULL v3 35/43] hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in sifive_plic_realize()
,
Alistair Francis
,
2023/01/05
[PULL v3 38/43] hw/riscv: sifive_e: Fix the number of interrupt sources of PLIC
,
Alistair Francis
,
2023/01/05
[PULL v3 39/43] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
,
Alistair Francis
,
2023/01/05
[PULL v3 41/43] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
,
Alistair Francis
,
2023/01/05
[PULL v3 43/43] hw/intc: sifive_plic: Fix the pending register range check
,
Alistair Francis
,
2023/01/05
[PULL v3 32/43] hw/riscv: spike: Remove misleading comments
,
Alistair Francis
,
2023/01/05
[PULL v3 42/43] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
,
Alistair Francis
,
2023/01/05
Re: [PULL v3 00/43] riscv-to-apply queue
,
Peter Maydell
,
2023/01/07
Re: [PATCH v2 2/2] hw/arm: Add Olimex H405
,
Alistair Francis
,
2023/01/05
Re: [PATCH 1/1] Fix some typos
,
Max Filippov
,
2023/01/05
Re: [PATCH 1/1] Fix some typos
,
Laurent Vivier
,
2023/01/16
Re: [PATCH 1/1] Fix some typos
,
John Snow
,
2023/01/16
Re: [PING PATCH 0/1] Fix some typos
,
John Snow
,
2023/01/05
Re: Re: [PING PATCH 0/1] Fix some typos
,
Dongdong Zhang
,
2023/01/05
Re: Re: [PING PATCH 0/1] Fix some typos
,
John Snow
,
2023/01/06
[PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Evgeny Iakovlev
,
2023/01/05
Re: [PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Philippe Mathieu-Daudé
,
2023/01/06
Re: [PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Bin Meng
,
2023/01/06
Re: [PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Evgeny Iakovlev
,
2023/01/06
Re: [PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
,
Evgeny Iakovlev
,
2023/01/06
[PATCH 0/3] various aarch64 fixes for running Hyper-V on TCG
,
Evgeny Iakovlev
,
2023/01/05
[PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
,
Evgeny Iakovlev
,
2023/01/05
Re: [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
,
Peter Maydell
,
2023/01/13
Re: [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
,
Evgeny Iakovlev
,
2023/01/16
[PATCH 2/3] target/arm: provide RAZ/WI stubs for more DCC registers
,
Evgeny Iakovlev
,
2023/01/05
Re: [PATCH 2/3] target/arm: provide RAZ/WI stubs for more DCC registers
,
Peter Maydell
,
2023/01/13
[PATCH 1/3] target/arm: implement DBGCLAIM registers
,
Evgeny Iakovlev
,
2023/01/05
Re: [PATCH 1/3] target/arm: implement DBGCLAIM registers
,
Peter Maydell
,
2023/01/13
[PATCH v3 0/9] Hexagon: COF overrides, new generator, test update
,
Taylor Simpson
,
2023/01/05
[PATCH v3 1/9] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
,
Taylor Simpson
,
2023/01/05
[PATCH v3 3/9] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
,
Taylor Simpson
,
2023/01/05
[PATCH v3 8/9] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
,
Taylor Simpson
,
2023/01/05
[PATCH v3 2/9] Hexagon (target/hexagon) Add overrides for callr
,
Taylor Simpson
,
2023/01/05
[PATCH v3 4/9] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
,
Taylor Simpson
,
2023/01/05
[PATCH v3 9/9] Hexagon (tests/tcg/hexagon) Enable HVX tests
,
Taylor Simpson
,
2023/01/05
[PATCH v3 5/9] Hexagon (target/hexagon) Analyze packet before generating TCG
,
Taylor Simpson
,
2023/01/05
[PATCH v3 7/9] Hexagon (tests/tcg/hexagon) Update preg_alias.c
,
Taylor Simpson
,
2023/01/05
[PATCH v3 6/9] Hexagon (target/hexagon) Analyze packet for HVX
,
Taylor Simpson
,
2023/01/05
[PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Thomas Huth
,
2023/01/05
Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Philippe Mathieu-Daudé
,
2023/01/05
Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Thomas Huth
,
2023/01/06
Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Stefan Weil
,
2023/01/06
Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
,
Thomas Huth
,
2023/01/06
Re: [PATCH]