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: Sat Nov 30 2024 14:20:03 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/3] qdev-clock: miscellaneous cleanups
,
Paolo Bonzini
,
2024/11/29
[PATCH 1/3] clock: clear callback on unparent
,
Paolo Bonzini
,
2024/11/29
[PATCH 3/3] clock: inline most of qdev_init_clocklist
,
Paolo Bonzini
,
2024/11/29
[PATCH 2/3] clock: treat outputs and inputs the same in NamedClockList
,
Paolo Bonzini
,
2024/11/29
[PATCH 00/22 for 10.0] tests/functional: various improvements wrt assets/scratch files
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 02/22] tests/functional: remove unused system imports
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 02/22] tests/functional: remove unused system imports
,
Thomas Huth
,
2024/11/30
[PATCH 01/22] tests/functional: increase timeouts for arm sx1 test
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 01/22] tests/functional: increase timeouts for arm sx1 test
,
Thomas Huth
,
2024/11/30
[PATCH 03/22] tests/functional: remove duplicated 'qemu_test' import statements
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 03/22] tests/functional: remove duplicated 'qemu_test' import statements
,
Thomas Huth
,
2024/11/30
[PATCH 04/22] tests/functional: remove pointless with statement
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 04/22] tests/functional: remove pointless with statement
,
Thomas Huth
,
2024/11/30
[PATCH 05/22] tests/functional: remove duplicated 'which' function impl
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl
,
Thomas Huth
,
2024/11/30
Re: [PATCH 05/22] tests/functional: remove duplicated 'which' function impl
,
Richard Henderson
,
2024/11/30
[PATCH 06/22] tests/functional: introduce some helpful decorators
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 07/22] tests/functional: switch to new test skip decorators
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 08/22] tests/functional: add helpers for building file paths
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 10/22] tests/functional: switch over to using self.build_file(...)
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 09/22] tests/functional: switch over to using self.log_file(...)
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 11/22] tests/functional: switch over to using self.data_file(...)
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 13/22] tests/functional: switch over to using self.socket_dir(...)
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 12/22] tests/functional: switch over to using self.scratch_file()
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 15/22] tests/functional: add common zip_extract helper
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 16/22] tests/functional: add common deb_extract helper
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 14/22] tests/functional: remove redundant 'rmtree' call
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH 14/22] tests/functional: remove redundant 'rmtree' call
,
Thomas Huth
,
2024/11/30
[PATCH 20/22] tests/functional: generalize uncompress
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 18/22] tests/functional: add 'archive_extract' to QemuBaseTest
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 22/22] tests/functional: convert tests to new uncompress helper
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 21/22] tests/functional: add 'uncompress' to QemuBaseTest
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 19/22] tests/functional: convert tests to new archive_extract helper
,
Daniel P . Berrangé
,
2024/11/29
[PATCH 17/22] tests/functional: generalize archive_extract
,
Daniel P . Berrangé
,
2024/11/29
[PATCH v2 1/1] hw/nvme: Add OCP SMART / Health Information Extended Log Page
,
Stephen Bates
,
2024/11/29
[PATCH-for-10.0 v2] hw/i386/amd_iommu: Simplify non-KVM checks on XTSup feature
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH-for-10.0 0/3] hw/char/riscv_htif: Remove tswap64() calls
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH-for-10.0 1/3] MAINTAINERS: Cover RISC-V HTIF interface
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH-for-10.0 1/3] MAINTAINERS: Cover RISC-V HTIF interface
,
Daniel Henrique Barboza
,
2024/11/29
[PATCH-for-10.0 2/3] hw/char/riscv_htif: Explicit little-endian implementation
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH-for-10.0 2/3] hw/char/riscv_htif: Explicit little-endian implementation
,
Daniel Henrique Barboza
,
2024/11/29
[PATCH-for-10.0 3/3] hw/char/riscv_htif: Clarify MemoryRegionOps expect 32-bit accesses
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH-for-10.0 3/3] hw/char/riscv_htif: Clarify MemoryRegionOps expect 32-bit accesses
,
Daniel Henrique Barboza
,
2024/11/29
[PATCH v12 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/29
[PATCH v12 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/29
[PATCH v12 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/29
[PATCH v12 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 06/15] hw: Add vmapple subdir
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 07/15] hw/misc/pvpanic: Add MMIO interface
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 09/15] gpex: Allow more than 4 legacy IRQs
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 10/15] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Akihiko Odaki
,
2024/11/30
[PATCH v12 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v12 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/30
How to query the number of processes queueing for the CPU inside the VM
,
João Vilaça
,
2024/11/29
Re: How to query the number of processes queueing for the CPU inside the VM
,
Daniel P . Berrangé
,
2024/11/29
Re: How to query the number of processes queueing for the CPU inside the VM
,
João Vilaça
,
2024/11/29
[PATCH 0/6] linux-user: Add support for various missing netlink sockopt entries
,
deller
,
2024/11/29
[PATCH 1/6] linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()
,
deller
,
2024/11/29
[PATCH 6/6] linux-user: netlink: Add missing QEMU_IFLA entries
,
deller
,
2024/11/29
[PATCH 2/6] linux-user: Use unique error messages for cmsg parsing
,
deller
,
2024/11/29
[PATCH 3/6] linux-user: netlink: Add IP_PKTINFO cmsg parsing
,
deller
,
2024/11/29
[PATCH 5/6] linux-user: netlink: add netlink neighbour emulation
,
deller
,
2024/11/29
[PATCH 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF
,
deller
,
2024/11/29
[PATCH v2 0/3 for 9.2] hw/virtio: fix crash in virtio-balloon and test it
,
Daniel P . Berrangé
,
2024/11/29
[PATCH v2 1/3 for 9.2] hw/virtio: fix crash in processing balloon stats
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH v2 1/3 for 9.2] hw/virtio: fix crash in processing balloon stats
,
David Hildenbrand
,
2024/11/29
[PATCH v2 2/3 for 9.2] tests/qtest: drop 'fuzz-' prefix from virtio-balloon test
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH v2 2/3 for 9.2] tests/qtest: drop 'fuzz-' prefix from virtio-balloon test
,
Fabiano Rosas
,
2024/11/29
Re: [PATCH v2 2/3 for 9.2] tests/qtest: drop 'fuzz-' prefix from virtio-balloon test
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH v2 3/3 for 9.2] tests/qtest: add test for querying balloon guest stats
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH v2 3/3 for 9.2] tests/qtest: add test for querying balloon guest stats
,
Fabiano Rosas
,
2024/11/29
[BUG] qemu crashes on assertion in cpu_asidx_from_attrs when cpu is in smm mode
,
Vladimir Sementsov-Ogievskiy
,
2024/11/29
[PATCH v2 0/3] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2024/11/29
[PATCH v2 2/3] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/29
[PATCH v2 3/3] migration: enable multifd and postcopy together
,
Prasad Pandit
,
2024/11/29
[PATCH v2 1/3] migration/multifd: move macros to multifd header
,
Prasad Pandit
,
2024/11/29
Re: [PATCH v2 0/3] Allow to enable multifd and postcopy migration together
,
Peter Xu
,
2024/11/29
[PATCH-for-9.2] hw/i386/amd_iommu: Fix XTSup feature check when KVM is not available
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH v3 0/2] chardev/char-mux: tweak mux bitset operations
,
Roman Penyaev
,
2024/11/29
[PATCH v3 1/2] chardev/char-mux: shift unsigned long to avoid 32-bit overflow
,
Roman Penyaev
,
2024/11/29
[PATCH v3 2/2] chardev/char-mux: make boolean bit check instead of find_next_bit()
,
Roman Penyaev
,
2024/11/29
[PATCH v2 0/2] hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH-for-9.2? v2 1/2] hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH v2 2/2] hw/display/vga: Remove pointless VGACommonState::default_endian_fb
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
,
Yong Huang
,
2024/11/29
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
,
Fabiano Rosas
,
2024/11/29
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
,
Fabiano Rosas
,
2024/11/29
Re: [PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
,
Yong Huang
,
2024/11/30
[PATCH for 9.2] hw/virtio: fix crash in processing balloon stats
,
Daniel P . Berrangé
,
2024/11/29
Re: [PATCH for 9.2] hw/virtio: fix crash in processing balloon stats
,
Richard W.M. Jones
,
2024/11/29
[PATCH] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
,
Ani Sinha
,
2024/11/29
Re: [PATCH] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH v1 00/19] Rebase ATS onto lastest Qemu mailing list state
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 02/19] intel_iommu: Declare supported PASID size
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 05/19] pcie: Add helper to declare PASID capability for a pcie device
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 07/19] pcie: Helper function to check if ATS is enabled
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 08/19] pci: Cache the bus mastering status in the device
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 13/19] atc: Generic ATC that can be used by PCIe devices that support SVM
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 15/19] memory: Add an API for ATS support
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 16/19] pci: Add a pci-level API for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 11/19] memory: Store user data pointer in the IOMMU notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 18/19] intel_iommu: Return page walk level even when the translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 03/19] memory: Allow to store the PASID in IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 01/19] memory: Add permissions in IOMMUAccessFlags
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 04/19] intel_iommu: Fill the PASID field when creating an IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 09/19] pci: Add IOMMU operations to get memory regions with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 14/19] atc: Add unit tests
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 06/19] pcie: Helper functions to check if PASID is enabled
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 10/19] intel_iommu: Implement the get_memory_region_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 17/19] intel_iommu: Set address mask when a translation fails and adjust W permission
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 12/19] pci: Add a pci-level initialization function for iommu notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v1 19/19] intel_iommu: Add support for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/11/29
[PATCH v2] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/28
Re: [PATCH v2] plugins: optimize cpu_index code generation
,
Richard Henderson
,
2024/11/29
[PATCH v2] tests/functional/aarch64: add tests for FEAT_RME
,
Pierrick Bouvier
,
2024/11/28
[PATCH v3 0/3] Enable clang build on Windows
,
Pierrick Bouvier
,
2024/11/28
[PATCH v3 1/3] win32: remove usage of attribute gcc_struct
,
Pierrick Bouvier
,
2024/11/28
Re: [PATCH v3 1/3] win32: remove usage of attribute gcc_struct
,
Richard Henderson
,
2024/11/28
[PATCH v3 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Pierrick Bouvier
,
2024/11/28
Re: [PATCH v3 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Richard Henderson
,
2024/11/28
[PATCH v3 3/3] plugins: enable linking with clang/lld
,
Pierrick Bouvier
,
2024/11/28
[PULL for-9.2 0/7] 9p queue 2024-11-28
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 6/7] 9pfs: fix 'Tgetattr' after unlink
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 4/7] tests/9p: add missing Rgetattr response name
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 7/7] tests/9p: also check 'Tgetattr' in 'use-after-unlink' test
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 2/7] tests/9p: add 'use-after-unlink' test
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 3/7] tests/9p: fix Rreaddir response name
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 1/7] 9pfs: cleanup V9fsFidState
,
Christian Schoenebeck
,
2024/11/28
[PULL for-9.2 5/7] 9pfs: remove obsolete comment in v9fs_getattr()
,
Christian Schoenebeck
,
2024/11/28
Re: [PULL for-9.2 0/7] 9p queue 2024-11-28
,
Peter Maydell
,
2024/11/29
[PULL 0/3] Bugfixes for QEMU 9.2 rc3
,
Paolo Bonzini
,
2024/11/28
[PULL 1/3] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Paolo Bonzini
,
2024/11/28
[PULL 2/3] hvf: complete 1G page support
,
Paolo Bonzini
,
2024/11/28
[PULL 3/3] scsi: megasas: Internal cdbs have 16-byte length
,
Paolo Bonzini
,
2024/11/28
Re: [PULL 0/3] Bugfixes for QEMU 9.2 rc3
,
Peter Maydell
,
2024/11/29
[PATCH v3 0/6] block/preallocate: fix image truncation logic
,
Denis V. Lunev
,
2024/11/28
[PATCH 3/6] preallocate: rework preallocate_truncate_to_real_size()
,
Denis V. Lunev
,
2024/11/28
[PATCH 4/6] preallocate: remove bottom half from preallocate filter
,
Denis V. Lunev
,
2024/11/28
[PATCH 2/6] preallocate: do not enable filter inside preallocate_co_getlength()
,
Denis V. Lunev
,
2024/11/28
[PATCH 6/6] iotests: add preallocate filter checks
,
Denis V. Lunev
,
2024/11/28
[PATCH 5/6] preallocate: simplify preallocate_drop_resize
,
Denis V. Lunev
,
2024/11/28
[PATCH 1/6] preallocate: truncate the image inside bdrv_inactivate()
,
Denis V. Lunev
,
2024/11/28
[PATCH] hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()
,
Philippe Mathieu-Daudé
,
2024/11/28
Re: [PATCH] hw/display/vga: Do not reset 'big_endian_fb' in vga_common_reset()
,
Philippe Mathieu-Daudé
,
2024/11/28
[RFC PATCH] softfloat: Allow runtime choice of default NaN value
,
Peter Maydell
,
2024/11/28
Re: [RFC PATCH] softfloat: Allow runtime choice of default NaN value
,
Richard Henderson
,
2024/11/28
[PATCH v6 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Clément Léger
,
2024/11/28
[PATCH v6 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/28
[PATCH v6 2/9] target/riscv: Add Ssdbltrp CSRs handling
,
Clément Léger
,
2024/11/28
[PATCH v6 3/9] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/11/28
[PATCH v6 4/9] target/riscv: Implement Ssdbltrp exception handling
,
Clément Léger
,
2024/11/28
[PATCH v6 5/9] target/riscv: Add Ssdbltrp ISA extension enable switch
,
Clément Léger
,
2024/11/28
[PATCH v6 6/9] target/riscv: Add Smdbltrp CSRs handling
,
Clément Léger
,
2024/11/28
[PATCH v6 7/9] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/11/28
[PATCH v6 8/9] target/riscv: Implement Smdbltrp behavior
,
Clément Léger
,
2024/11/28
[PATCH v6 9/9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Clément Léger
,
2024/11/28
Re: [PULL v2 15/31] Hexagon (target/hexagon) use softfloat default NaN and tininess
,
Peter Maydell
,
2024/11/28
Re: [PULL v2 15/31] Hexagon (target/hexagon) use softfloat default NaN and tininess
,
Richard Henderson
,
2024/11/28
[PATCH] tests/functional/test_virtio_version: Check for the availability of the machine
,
Thomas Huth
,
2024/11/28
[PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
,
Thomas Huth
,
2024/11/28
Re: [PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
,
Philippe Mathieu-Daudé
,
2024/11/28
Re: [PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
,
Ani Sinha
,
2024/11/29
[PATCH 0/2] support block encryption/decryption in parallel
,
tugy
,
2024/11/28
[PATCH 2/2] qapi/crypto: support enable encryption/decryption in parallel
,
tugy
,
2024/11/28
[PATCH 1/2] crpyto: support encryt and decrypt parallelly using thread pool
,
tugy
,
2024/11/28
[PATCH for-10.0 00/25] fpu: Make pickNaNMulAdd behaviour runtime selected
,
Peter Maydell
,
2024/11/28
[PATCH for-10.0 02/25] fpu: Check for default_nan_mode before calling pickNaNMulAdd
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 02/25] fpu: Check for default_nan_mode before calling pickNaNMulAdd
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 01/25] fpu: handle raising Invalid for infzero in pick_nan_muladd
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 01/25] fpu: handle raising Invalid for infzero in pick_nan_muladd
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 04/25] tests/fp: Explicitly set inf-zero-nan rule
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 04/25] tests/fp: Explicitly set inf-zero-nan rule
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 05/25] target/arm: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 05/25] target/arm: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 03/25] softfloat: Allow runtime choice of inf * 0 + NaN result
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 03/25] softfloat: Allow runtime choice of inf * 0 + NaN result
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 07/25] target/ppc: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 07/25] target/ppc: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 08/25] target/mips: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 08/25] target/mips: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 06/25] target/s390: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 06/25] target/s390: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 17/25] target/loongarch: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 17/25] target/loongarch: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 10/25] target/xtensa: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 10/25] target/xtensa: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 09/25] target/sparc: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 09/25] target/sparc: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 12/25] target/loongarch: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 12/25] target/loongarch: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 11/25] target/x86: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 11/25] target/x86: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 19/25] target/s390x: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 19/25] target/s390x: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 16/25] target/arm: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 16/25] target/arm: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 21/25] target/mips: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 21/25] target/mips: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 25/25] fpu: Remove use_first_nan field from float_status
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 25/25] fpu: Remove use_first_nan field from float_status
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 20/25] target/sparc: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 20/25] target/sparc: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 15/25] tests/fp: Explicitly set 3-NaN propagation rule
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 15/25] tests/fp: Explicitly set 3-NaN propagation rule
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 24/25] target/hppa: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 24/25] target/hppa: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 13/25] target/hppa: Set FloatInfZeroNaNRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 13/25] target/hppa: Set FloatInfZeroNaNRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 14/25] softfloat: Allow runtime choice of NaN propagation for muladd
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 14/25] softfloat: Allow runtime choice of NaN propagation for muladd
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 22/25] target/xtensa: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 22/25] target/xtensa: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 23/25] target/i386: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 23/25] target/i386: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-10.0 18/25] target/ppc: Set Float3NaNPropRule explicitly
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-10.0 18/25] target/ppc: Set Float3NaNPropRule explicitly
,
Richard Henderson
,
2024/11/28
[PATCH for-9.2] target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-9.2] target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()
,
Daniel Henrique Barboza
,
2024/11/28
Re: [PATCH for-9.2] target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()
,
Peter Maydell
,
2024/11/28
Re: [PATCH for-9.2] target/riscv: Avoid bad shift in riscv_cpu_do_interrupt()
,
Richard Henderson
,
2024/11/28
[PATCH v2] riscv/gdb: add virt mode debug interface
,
Yanfeng Liu
,
2024/11/28
Re: [PATCH v2] riscv/gdb: add virt mode debug interface
,
Alex Bennée
,
2024/11/28
Re: [PATCH v2] riscv/gdb: add virt mode debug interface
,
Richard Henderson
,
2024/11/28
Re: [PATCH v2] riscv/gdb: add virt mode debug interface
,
Yanfeng
,
2024/11/28
Re: [PATCH v2] riscv/gdb: add virt mode debug interface
,
Alex Bennée
,
2024/11/29
Re: [PATCH v2] riscv/gdb: add virt mode debug interface
,
Yanfeng Liu
,
2024/11/29
Re: [PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
,
Zhangfei Gao
,
2024/11/27
Re: [PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
,
Joao Martins
,
2024/11/28
[PATCH 0/5] hw/intc/loongarch_ipi: Enhance multiple CPU irq routing
,
Bibo Mao
,
2024/11/27
[PATCH 2/5] hw/intc/loongarch_ipi: Add basic hotplug framework
,
Bibo Mao
,
2024/11/27
[PATCH 3/5] hw/intc/loongarch_ipi: Add cpu map table from physical cpu id
,
Bibo Mao
,
2024/11/27
[PATCH 5/5] hw/intc/loongarch_ipi: Optimize function cpu_by_arch_id
,
Bibo Mao
,
2024/11/27
[PATCH 4/5] hw/intc/loongarch_ipi: Implment cpu hotplug interface
,
Bibo Mao
,
2024/11/27
[PATCH 1/5] hw/intc/loongson_ipi: Add more output parameter for cpu_by_arch_id
,
Bibo Mao
,
2024/11/27
[PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memory_rw() API
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memory_rw() API
,
Richard Henderson
,
2024/11/27
Re: [PATCH-for-10.0] system/qtest: Access memory using cpu_physical_memory_rw() API
,
Philippe Mathieu-Daudé
,
2024/11/28
[PATCH v3 00/17] tests/qtest: migration-test refactoring
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 03/17] tests/migration: Disambiguate guestperf vs. a-b
,
Fabiano Rosas
,
2024/11/27
Re: [PATCH v3 03/17] tests/migration: Disambiguate guestperf vs. a-b
,
Fabiano Rosas
,
2024/11/29
[PATCH v3 02/17] tests/qtest/migration: Stop calling everything "test"
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 01/17] tests/qtest/migration: Standardize hook names
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 04/17] tests/qtest/migration: Move bootfile code to its own file
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 06/17] tests/qtest/migration: Rename migration-helpers.c
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 05/17] tests/qtest/migration: Move qmp helpers to a separate file
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 08/17] tests/qtest/migration: Move kvm_dirty_ring_supported to utils
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 07/17] tests/qtest/migration: Move ufd_version_check to utils
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 09/17] tests/qtest/migration: Isolate test initialization
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 10/17] tests/qtest/migration: Move common test code
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 13/17] tests/qtest/migration: Split postcopy tests
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 12/17] tests/qtest/migration: Split compression tests from migration-test.c
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 11/17] tests/qtest/migration: Split TLS tests from migration-test.c
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 14/17] tests/qtest/migration: Split file tests
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 15/17] tests/qtest/migration: Split precopy tests
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 16/17] tests/qtest/migration: Split CPR tests
,
Fabiano Rosas
,
2024/11/27
[PATCH v3 17/17] tests/qtest/migration: Split validation tests + misc
,
Fabiano Rosas
,
2024/11/27
[RFC PATCH] target/arm: implement SEL2 physical and virtual timers
,
Alex Bennée
,
2024/11/27
Re: [RFC PATCH] target/arm: implement SEL2 physical and virtual timers
,
Peter Maydell
,
2024/11/29
Re: [PATCH v13 1/2] generic-loader: Add a generic loader
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH v13 1/2] generic-loader: Add a generic loader
,
Alistair Francis
,
2024/11/27
[PATCH v11 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/28
Re: [PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/28
Re: [PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/29
Re: [PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/29
Re: [PATCH v11 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/30
[PATCH v11 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v11 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/28
Re: [PATCH v11 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/28
[PATCH v11 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v11 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Akihiko Odaki
,
2024/11/28
[PATCH v11 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v11 09/15] gpex: Allow more than 4 legacy IRQs
,
Akihiko Odaki
,
2024/11/28
Re: [PATCH v11 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/28
[PATCH v11 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v11 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/28
[PATCH v11 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v11 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Alistair Francis
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Alistair Francis
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Alistair Francis
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Alistair Francis
,
2024/11/27
Re: [PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/28
Re: [PATCH] include virtualization mode as part of priv
,
Daniel Henrique Barboza
,
2024/11/28
Re: [PATCH] include virtualization mode as part of priv
,
Yanfeng
,
2024/11/29
[PULL 00/13] virtio,pc,pci: bug fixes, new test
,
Michael S. Tsirkin
,
2024/11/27
[PULL 01/13] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Michael S. Tsirkin
,
2024/11/27
[PULL 02/13] qtest: allow ACPI DSDT Table changes
,
Michael S. Tsirkin
,
2024/11/27
[PULL 03/13] Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"
,
Michael S. Tsirkin
,
2024/11/27
[PULL 04/13] Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"
,
Michael S. Tsirkin
,
2024/11/27
[PULL 06/13] hw/cxl: Check for zero length features in cmd_features_set_feature()
,
Michael S. Tsirkin
,
2024/11/27
[PULL 07/13] qapi: fix device-sync-config since-version
,
Michael S. Tsirkin
,
2024/11/27
[PULL 05/13] tests/acpi: update expected blobs
,
Michael S. Tsirkin
,
2024/11/27
[PULL 10/13] bios-tables-test: Allow for new acpihmat-generic-x test data.
,
Michael S. Tsirkin
,
2024/11/27
[PULL 09/13] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2
,
Michael S. Tsirkin
,
2024/11/27
[PULL 11/13] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Michael S. Tsirkin
,
2024/11/27
[PULL 12/13] bios-tables-test: Add data for complex numa test (GI, GP etc)
,
Michael S. Tsirkin
,
2024/11/27
[PULL 13/13] vhost: fail device start if iotlb update fails
,
Michael S. Tsirkin
,
2024/11/27
[PULL 08/13] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle()
,
Michael S. Tsirkin
,
2024/11/27
Re: [PULL 00/13] virtio,pc,pci: bug fixes, new test
,
Peter Maydell
,
2024/11/28
[PATCH] hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags field
,
Philippe Mathieu-Daudé
,
2024/11/27
[PATCH-for-10.0 0/6] accel/tcg: Allow tcg_exec_realizefn() initialize multiple frontends
,
Philippe Mathieu-Daudé
,
2024/11/27
[PATCH-for-10.0 1/6] target/ppc: Indent ppc_tcg_ops[] with 4 spaces
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 1/6] target/ppc: Indent ppc_tcg_ops[] with 4 spaces
,
Anton Johansson
,
2024/11/27
Re: [PATCH-for-10.0 1/6] target/ppc: Indent ppc_tcg_ops[] with 4 spaces
,
Richard Henderson
,
2024/11/27
[PATCH-for-10.0 2/6] accel/tcg: Declare local tcg_ops variable in tcg_exec_realizefn()
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 2/6] accel/tcg: Declare local tcg_ops variable in tcg_exec_realizefn()
,
Anton Johansson
,
2024/11/27
Re: [PATCH-for-10.0 2/6] accel/tcg: Declare local tcg_ops variable in tcg_exec_realizefn()
,
Richard Henderson
,
2024/11/27
Re: [PATCH-for-10.0 2/6] accel/tcg: Declare local tcg_ops variable in tcg_exec_realizefn()
,
Richard Henderson
,
2024/11/27
[PATCH-for-10.0 4/6] include: Expose QemuArch in 'qemu/arch_id.h'
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 4/6] include: Expose QemuArch in 'qemu/arch_id.h'
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 4/6] include: Expose QemuArch in 'qemu/arch_id.h'
,
Richard Henderson
,
2024/11/27
Re: [PATCH-for-10.0 4/6] include: Expose QemuArch in 'qemu/arch_id.h'
,
Richard Henderson
,
2024/11/27
[PATCH-for-10.0 5/6] accel/tcg: Add TCGCPUOps::arch_id field
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 5/6] accel/tcg: Add TCGCPUOps::arch_id field
,
Anton Johansson
,
2024/11/27
Re: [PATCH-for-10.0 5/6] accel/tcg: Add TCGCPUOps::arch_id field
,
Richard Henderson
,
2024/11/27
[PATCH-for-10.0 3/6] accel/tcg: Rename TCGCPUOps::initialize() as initialize_once()
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 3/6] accel/tcg: Rename TCGCPUOps::initialize() as initialize_once()
,
Richard Henderson
,
2024/11/27
[PATCH-for-10.0 6/6] accel/tcg: Allow tcg_exec_realizefn() initialize multiple frontends
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH-for-10.0 6/6] accel/tcg: Allow tcg_exec_realizefn() initialize multiple frontends
,
Anton Johansson
,
2024/11/27
Re: [PATCH-for-10.0 6/6] accel/tcg: Allow tcg_exec_realizefn() initialize multiple frontends
,
Richard Henderson
,
2024/11/27
[PATCH] hw/core/machine: diagnose wrapping of maxmem
,
Daniel P . Berrangé
,
2024/11/27
Re: [PATCH] hw/core/machine: diagnose wrapping of maxmem
,
Ani Sinha
,
2024/11/27
[PATCH] migration: correct multifd receive thread name
,
Prasad Pandit
,
2024/11/27
Re: [PATCH] migration: correct multifd receive thread name
,
Fabiano Rosas
,
2024/11/27
Re: [PATCH] migration: correct multifd receive thread name
,
Peter Xu
,
2024/11/27
[PULL 0/7] Misc fixes for QEMU 9.2-rc3
,
Thomas Huth
,
2024/11/27
[PULL 1/7] docs/devel/testing/functional: Clarify that we have to use the build folder
,
Thomas Huth
,
2024/11/27
[PULL 2/7] docs: Document that hvf on Arm is supported
,
Thomas Huth
,
2024/11/27
[PULL 5/7] .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
,
Thomas Huth
,
2024/11/27
[PULL 7/7] hw/pci: Remove unused pci_irq_pulse() method
,
Thomas Huth
,
2024/11/27
[PULL 6/7] tests/functional: Remove sleep workarounds from sh4 test
,
Thomas Huth
,
2024/11/27
[PULL 3/7] tests/functional: Fix the running test case causes loongarch64 to hang
,
Thomas Huth
,
2024/11/27
[PULL 4/7] meson.build: Refuse XCode versions < v15.0
,
Thomas Huth
,
2024/11/27
Re: [PULL 0/7] Misc fixes for QEMU 9.2-rc3
,
Peter Maydell
,
2024/11/28
[PATCH v3 00/10] Add smc qtest testcase to support AST2700
,
Jamin Lin
,
2024/11/27
[PATCH v3 01/10] test/qtest/aspeed_smc-test: Move testcases to test_palmetto_bmc function
,
Jamin Lin
,
2024/11/27
[PATCH v3 02/10] test/qtest/aspeed_smc-test: Introduce a new TestData to test different BMC SOCs
,
Jamin Lin
,
2024/11/27
[PATCH v3 03/10] test/qtest/aspeed_smc-test: Support to test all CE pins
,
Jamin Lin
,
2024/11/27
[PATCH v3 04/10] test/qtest/aspeed_smc-test: Introducing a "page_addr" data field
,
Jamin Lin
,
2024/11/27
[PATCH v3 05/10] test/qtest/aspeed_smc-test: Support to test AST2500
,
Jamin Lin
,
2024/11/27
[PATCH v3 06/10] test/qtest/aspeed_smc-test: Support to test AST2600
,
Jamin Lin
,
2024/11/27
[PATCH v3 07/10] test/qtest/aspeed_smc-test: Support to test AST1030
,
Jamin Lin
,
2024/11/27
[PATCH v3 08/10] test/qtest/aspeed_smc-test: Support write page command with QPI mode
,
Jamin Lin
,
2024/11/27
[PATCH v3 09/10] test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases
,
Jamin Lin
,
2024/11/27
[PATCH v3 10/10] test/qtest/ast2700-smc-test: Support to test AST2700
,
Jamin Lin
,
2024/11/27
[PATCH] docs: Document that hvf on Arm is supported
,
Akihiko Odaki
,
2024/11/27
Re: [PATCH] docs: Document that hvf on Arm is supported
,
Alexander Graf
,
2024/11/27
[PATCH v11 0/7] Pointer Masking update for Zjpm v1.0
,
baturo . alexey
,
2024/11/27
[PATCH v11 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
baturo . alexey
,
2024/11/27
[PATCH v11 4/7] target/riscv: Add pointer masking tb flags
,
baturo . alexey
,
2024/11/27
[PATCH v11 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0
,
baturo . alexey
,
2024/11/27
[PATCH v11 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
baturo . alexey
,
2024/11/27
[PATCH v11 5/7] target/riscv: Update address modify functions to take into account pointer masking
,
baturo . alexey
,
2024/11/27
[PATCH v11 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
baturo . alexey
,
2024/11/27
Re: [PATCH v11 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
Richard Henderson
,
2024/11/27
Re: [PATCH v11 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
Alexey Baturo
,
2024/11/28
[PATCH v11 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
baturo . alexey
,
2024/11/27
Re: [PATCH 0/2] chardev: fixes for recent record/replay on muxed
,
Nicholas Piggin
,
2024/11/26
[PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
,
Xianglai Li
,
2024/11/26
Re: [PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
,
Thomas Huth
,
2024/11/27
Re: [PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
,
bibo mao
,
2024/11/27
Re: [PATCH] tests/functional: Fix the running test case causes loongarch64 to hang
,
Thomas Huth
,
2024/11/28
[PATCH v2 0/3] Enable clang build on Windows
,
Pierrick Bouvier
,
2024/11/26
[PATCH v2 1/3] win32: remove usage of attribute gcc_struct
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH v2 1/3] win32: remove usage of attribute gcc_struct
,
Thomas Huth
,
2024/11/27
Re: [PATCH v2 1/3] win32: remove usage of attribute gcc_struct
,
Stefano Garzarella
,
2024/11/27
Re: [PATCH v2 1/3] win32: remove usage of attribute gcc_struct
,
Pierrick Bouvier
,
2024/11/27
[PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Peter Maydell
,
2024/11/26
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Richard Henderson
,
2024/11/27
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Pierrick Bouvier
,
2024/11/27
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Richard Henderson
,
2024/11/27
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Thomas Huth
,
2024/11/27
Re: [PATCH v2 2/3] docs/devel/style: add a section about bitfield, and disallow them for packed structures
,
Pierrick Bouvier
,
2024/11/27
[PATCH v2 3/3] plugins: enable linking with clang/lld
,
Pierrick Bouvier
,
2024/11/26
[PATCH] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH] plugins: optimize cpu_index code generation
,
Richard Henderson
,
2024/11/27
Re: [PATCH] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/27
Re: [PATCH] plugins: optimize cpu_index code generation
,
Richard Henderson
,
2024/11/27
Re: [PATCH] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/27
Re: [PATCH] plugins: optimize cpu_index code generation
,
Pierrick Bouvier
,
2024/11/28
Rust in QEMU roadmap
,
Paolo Bonzini
,
2024/11/26
Re: Rust in QEMU roadmap
,
Zhao Liu
,
2024/11/27
Re: Rust in QEMU roadmap
,
Paolo Bonzini
,
2024/11/27
Re: Rust in QEMU roadmap
,
Stefan Hajnoczi
,
2024/11/27
Re: Rust in QEMU roadmap
,
Daniel P . Berrangé
,
2024/11/27
Re: Rust in QEMU roadmap
,
Paolo Bonzini
,
2024/11/27
Re: Rust in QEMU roadmap
,
Daniel P . Berrangé
,
2024/11/27
[PULL 0/6] ppc-for-9.2-2 queue
,
Nicholas Piggin
,
2024/11/26
[PULL 2/6] ppc/pnv: Fix direct controls quiesce
,
Nicholas Piggin
,
2024/11/26
[PULL 1/6] target/ppc: Fix non-maskable interrupt while halted
,
Nicholas Piggin
,
2024/11/26
[PULL 3/6] target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket
,
Nicholas Piggin
,
2024/11/26
[PULL 5/6] ppc/spapr: fix drc index mismatch for partially enabled vcpus
,
Nicholas Piggin
,
2024/11/26
[PULL 4/6] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Nicholas Piggin
,
2024/11/26
[PULL 6/6] hw/ppc/pegasos2: Fix IRQ routing from pci.0
,
Nicholas Piggin
,
2024/11/26
Re: [PULL 0/6] ppc-for-9.2-2 queue
,
Peter Maydell
,
2024/11/26
Re: [PULL 0/6] ppc-for-9.2-2 queue
,
Michael Tokarev
,
2024/11/27
Re: [PULL 0/6] ppc-for-9.2-2 queue
,
BALATON Zoltan
,
2024/11/27
Re: [PULL 0/6] ppc-for-9.2-2 queue
,
Harsh Prateek Bora
,
2024/11/27
[PULL 0/9] target-arm queue
,
Peter Maydell
,
2024/11/26
[PULL 1/9] target/arm/tcg/cpu32.c: swap ATCM and BTCM register names
,
Peter Maydell
,
2024/11/26
[PULL 4/9] docs/system/arm/emulation: add FEAT_SSBS2
,
Peter Maydell
,
2024/11/26
[PULL 2/9] docs/system/arm/emulation: mention armv9
,
Peter Maydell
,
2024/11/26
[PULL 5/9] target/arm/tcg/: fix typo in FEAT name
,
Peter Maydell
,
2024/11/26
[PULL 3/9] docs/system/arm/emulation: fix typo in feature name
,
Peter Maydell
,
2024/11/26
[PULL 6/9] docs/system/arm/: add FEAT_MTE_ASYNC
,
Peter Maydell
,
2024/11/26
[PULL 7/9] docs/system/arm/: add FEAT_DoubleLock
,
Peter Maydell
,
2024/11/26
[PULL 8/9] docs/system/arm/fby35: update link to product page
,
Peter Maydell
,
2024/11/26
[PULL 9/9] docs/system/arm/aspeed: add missing model supermicrox11spi-bmc
,
Peter Maydell
,
2024/11/26
Re: [PULL 0/9] target-arm queue
,
Peter Maydell
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Peter Maydell
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Peter Maydell
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Peter Maydell
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Richard Henderson
,
2024/11/26
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/11/27
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Richard Henderson
,
2024/11/27
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/11/28
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/28
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/27
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Pierrick Bouvier
,
2024/11/27
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/28
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Pierrick Bouvier
,
2024/11/28
Re: [PULL 15/42] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/11/28
Re: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers
,
Cédric Le Goater
,
2024/11/26
RE: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers
,
Jamin Lin
,
2024/11/26
[PATCH 0/2] hw/timer/hpet: miscellaneous cleanup
,
Zhao Liu
,
2024/11/26
[PATCH 2/2] hw/timer/hpet: Drop the unused macro
,
Zhao Liu
,
2024/11/26
Re: [PATCH 2/2] hw/timer/hpet: Drop the unused macro
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH 1/2] hw/timer/hpet: Fix comment about capabilities register
,
Zhao Liu
,
2024/11/26
[PATCH v3 00/16] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 02/16] target/mips: Extract generic gen_lx() helper
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 01/16] target/mips: Extract gen_base_index_addr() helper
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 03/16] target/mips: Convert Octeon LX instructions to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 05/16] target/mips: Have gen_[d]lsa() callers add 1 to shift amount argument
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 04/16] target/mips: Call translator_ld() in translate_insn() callees
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 04/16] target/mips: Call translator_ld() in translate_insn() callees
,
Richard Henderson
,
2024/11/26
[PATCH v3 06/16] target/mips: Decode LSA shift amount using decodetree function
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 07/16] target/mips: Introduce decode tree bindings for MIPS16e ASE
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 07/16] target/mips: Introduce decode tree bindings for MIPS16e ASE
,
Richard Henderson
,
2024/11/26
[PATCH v3 08/16] target/mips: Introduce decode tree bindings for microMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 08/16] target/mips: Introduce decode tree bindings for microMIPS ISA
,
Richard Henderson
,
2024/11/26
[PATCH v3 09/16] scripts/decodetree: Add support for 48-bit instructions
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 09/16] scripts/decodetree: Add support for 48-bit instructions
,
Richard Henderson
,
2024/11/26
[PATCH v3 10/16] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 10/16] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Richard Henderson
,
2024/11/26
[PATCH v3 11/16] target/mips: Convert microMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 13/16] target/mips: Add gen_li() helper
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 13/16] target/mips: Add gen_li() helper
,
Richard Henderson
,
2024/11/26
[PATCH v3 14/16] target/mips: Convert microMIPS LI opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 14/16] target/mips: Convert microMIPS LI opcode to decodetree
,
Richard Henderson
,
2024/11/26
[PATCH v3 15/16] target/mips: Convert MIPS16e LI opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 15/16] target/mips: Convert MIPS16e LI opcodes to decodetree
,
Richard Henderson
,
2024/11/26
[PATCH v3 12/16] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v3 16/16] target/mips: Convert nanoMIPS LI opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 16/16] target/mips: Convert nanoMIPS LI opcodes to decodetree
,
Richard Henderson
,
2024/11/26
[PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
Wei Chen
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
Wei Chen
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
Wei Chen
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/27
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
Wei Chen
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/26
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
zhi zhang
,
2024/11/27
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/27
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
Wei Chen
,
2024/11/30
Re: [PATCH] hw/virtio/virtio-mem: Prohibit unplugging when size <= requested_size
,
David Hildenbrand
,
2024/11/30
[PATCH 00/13] target/mips: Simplify some target_ulong registers to 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH 01/13] target/mips: Rename gen_load_gpr() -> gen_load_gpr_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 01/13] target/mips: Rename gen_load_gpr() -> gen_load_gpr_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 02/13] target/mips: Rename gen_store_gpr() -> gen_store_gpr_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 02/13] target/mips: Rename gen_store_gpr() -> gen_store_gpr_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 04/13] target/mips: Rename gen_move_high32() -> gen_move_high32_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 04/13] target/mips: Rename gen_move_high32() -> gen_move_high32_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 03/13] target/mips: Rename gen_move_low32() -> gen_move_low32_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 03/13] target/mips: Rename gen_move_low32() -> gen_move_low32_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 05/13] target/mips: Rename gen_base_offset_addr() -> gen_base_offset_addr_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 05/13] target/mips: Rename gen_base_offset_addr() -> gen_base_offset_addr_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 06/13] target/mips: Rename gen_op_addr_add?() -> gen_op_addr_add?_tl()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 06/13] target/mips: Rename gen_op_addr_add?() -> gen_op_addr_add?_tl()
,
Richard Henderson
,
2024/11/26
[PATCH 09/13] target/mips: Introduce gen_move_low32_i32()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 09/13] target/mips: Introduce gen_move_low32_i32()
,
Richard Henderson
,
2024/11/26
[PATCH 07/13] target/mips: Introduce gen_load_gpr_i32()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 07/13] target/mips: Introduce gen_load_gpr_i32()
,
Richard Henderson
,
2024/11/26
[PATCH 10/13] target/mips: Introduce gen_move_high32_i32()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 10/13] target/mips: Introduce gen_move_high32_i32()
,
Richard Henderson
,
2024/11/26
Re: [PATCH 10/13] target/mips: Introduce gen_move_high32_i32()
,
Richard Henderson
,
2024/11/26
[PATCH 08/13] target/mips: Introduce gen_store_gpr_i32()
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 08/13] target/mips: Introduce gen_store_gpr_i32()
,
Richard Henderson
,
2024/11/26
[PATCH 11/13] target/mips: Declare MXU registers as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 11/13] target/mips: Declare MXU registers as 32-bit
,
Richard Henderson
,
2024/11/26
Re: [PATCH 11/13] target/mips: Declare MXU registers as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 11/13] target/mips: Declare MXU registers as 32-bit
,
Richard Henderson
,
2024/11/26
[PATCH 13/13] target/mips: Make DSPControl register 32-bit wide
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 13/13] target/mips: Make DSPControl register 32-bit wide
,
Richard Henderson
,
2024/11/26
[PATCH 12/13] target/mips: Access MXU registers using TCGv_i32 API
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 12/13] target/mips: Access MXU registers using TCGv_i32 API
,
Richard Henderson
,
2024/11/26
[PATCH v1 0/4] Allow to enable multifd and postcopy migration together
,
Prasad Pandit
,
2024/11/26
[PATCH v1 1/4] migration/multifd: move macros to multifd header
,
Prasad Pandit
,
2024/11/26
[PATCH v1 2/4] migration: remove multifd check with postcopy
,
Prasad Pandit
,
2024/11/26
Re: [PATCH v1 2/4] migration: remove multifd check with postcopy
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH v1 2/4] migration: remove multifd check with postcopy
,
Prasad Pandit
,
2024/11/27
[PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/26
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/27
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Fabiano Rosas
,
2024/11/27
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/28
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Fabiano Rosas
,
2024/11/27
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/28
Re: [PATCH v1 3/4] migration: refactor ram_save_target_page functions
,
Fabiano Rosas
,
2024/11/28
[PATCH v1 4/4] migration: enable multifd and postcopy together
,
Prasad Pandit
,
2024/11/26
[PATCH-for-10.0 v2 00/13] hw/boards: Remove legacy MachineClass::pci_allow_0_address flag
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 01/13] hw/pci: Do not declare PCIBus::flags mask as enum
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH-for-10.0 v2 01/13] hw/pci: Do not declare PCIBus::flags mask as enum
,
Philippe Mathieu-Daudé
,
2024/11/27
[PATCH-for-10.0 v2 02/13] hw/pci-bridge: Initialize bridge with parent bus flags
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 03/13] hw/pci: Factor machine_refuses_bar_at_addr_0() helper out
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 04/13] hw/pci: Introduce PCIBusFlag::PCI_BUS_BAR_AT_ADDR0_REFUSED
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 05/13] hw/pci: Propagate bar_at_addr_0_refused to pci_root_bus_internal_init()
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 06/13] hw/pci: Propagate bar_at_addr_0_refused to pci_root_bus_init()
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 07/13] hw/pci: Propagate bar_at_addr_0_refused to pci_root_bus_new()
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 09/13] hw/ppc/spapr: Create host bridge setting bar_at_addr_0_refused=false
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 08/13] hw/pci: Propagate bar_at_addr_0_refused to pci_register_root_bus()
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 10/13] hw/pci-host/gpex: Expose 'refuse-bar-at-addr-0' property
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 11/13] hw/arm/virt: Create GPEX host bridge without refuse-bar-at-addr-0
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 13/13] hw/pci/pci: Remove legacy MachineClass::pci_allow_0_address flag
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH-for-10.0 v2 12/13] hw/riscv/virt: Create GPEX host bridge without refuse-bar-at-addr-0
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [RFC v2 0/2] Add RISC-V Server Platform Reference Board
,
Daniel Henrique Barboza
,
2024/11/26
Re: [PATCH] qga: skip bind mounts in fs list
,
Konstantin Kostiuk
,
2024/11/26
[PATCH for-10.0 0/2] compat machines for 10.0
,
Cornelia Huck
,
2024/11/26
[PATCH for-10.0 1/2] hw/i386: define _AS_LATEST() macros for machine types
,
Cornelia Huck
,
2024/11/26
[PATCH for-10.0 2/2] hw: add compat machines for 10.0
,
Cornelia Huck
,
2024/11/26
[PATCH 1/1] hw/arm/sbsa-ref: bump default memory size to 2GB
,
Marcin Juszkiewicz
,
2024/11/26
Re: [PATCH 1/1] hw/arm/sbsa-ref: bump default memory size to 2GB
,
Peter Maydell
,
2024/11/26
KVM/QEMU community call 26/11/2024 agenda items
,
Alex Bennée
,
2024/11/26
[PATCH] meson.build: Refuse XCode versions < v15.0
,
Thomas Huth
,
2024/11/26
Re: [PATCH] meson.build: Refuse XCode versions < v15.0
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH] meson.build: Refuse XCode versions < v15.0
,
Daniel P . Berrangé
,
2024/11/26
Re: [PATCH] meson.build: Refuse XCode versions < v15.0
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH] meson.build: Refuse XCode versions < v15.0
,
Daniel P . Berrangé
,
2024/11/26
[PATCH 0/2] hw/loongarch/virt: Improve fdt table creation
,
Bibo Mao
,
2024/11/26
[PATCH 2/2] hw/loongarch/virt: Improve fdt table creation for CPU object
,
Bibo Mao
,
2024/11/26
[PATCH 1/2] hw/loongarch/virt: Create fdt table on machine creation done notification
,
Bibo Mao
,
2024/11/26
Re: [PATCH 3/6] linux-user: Adjust brk for load_bias [regression]
,
Dominique MARTINET
,
2024/11/26
Re: [PATCH 3/6] linux-user: Adjust brk for load_bias [regression]
,
Ilya Leoshkevich
,
2024/11/26
Re: [PATCH 3/6] linux-user: Adjust brk for load_bias [regression]
,
Dominique MARTINET
,
2024/11/26
[PULL 0/1] Net patches round 2
,
Jason Wang
,
2024/11/25
[PULL 1/1] virtio-net: Add queues before loading them
,
Jason Wang
,
2024/11/25
Re: [PULL 0/1] Net patches round 2
,
Peter Maydell
,
2024/11/26
[PULL 0/2] Migration 20241125 patches
,
Peter Xu
,
2024/11/25
[PULL 2/2] migration: Fix extra cleanup at postcopy listen
,
Peter Xu
,
2024/11/25
[PULL 1/2] migration: Allow pipes to keep working for fd migrations
,
Peter Xu
,
2024/11/25
Re: [PULL 0/2] Migration 20241125 patches
,
Peter Maydell
,
2024/11/26
[PATCH v3 00/26] arm: Run Arm CCA VMs with KVM
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 01/26] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
,
Jean-Philippe Brucker
,
2024/11/25
Re: [PATCH v3 01/26] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
,
Daniel P . Berrangé
,
2024/11/26
[PATCH v3 03/26] target/arm/kvm: Return immediately on error in kvm_arch_init()
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 05/26] target/arm/kvm: Split kvm_arch_get/put_registers
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 02/26] target/arm: Add confidential guest support
,
Jean-Philippe Brucker
,
2024/11/25
Re: [PATCH v3 02/26] target/arm: Add confidential guest support
,
Daniel P . Berrangé
,
2024/11/26
[PATCH v3 07/26] target/arm/kvm: Create scratch VM as Realm if necessary
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 06/26] target/arm/kvm-rme: Initialize vCPU
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 04/26] target/arm/kvm-rme: Initialize realm
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 10/26] target/arm/kvm-rme: Add Realm Personalization Value parameter
,
Jean-Philippe Brucker
,
2024/11/25
Re: [PATCH v3 10/26] target/arm/kvm-rme: Add Realm Personalization Value parameter
,
Markus Armbruster
,
2024/11/26
Re: [PATCH v3 10/26] target/arm/kvm-rme: Add Realm Personalization Value parameter
,
Daniel P . Berrangé
,
2024/11/26
[PATCH v3 09/26] target/arm/kvm-rme: Initialize Realm memory
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 11/26] target/arm/kvm-rme: Add measurement algorithm property
,
Jean-Philippe Brucker
,
2024/11/25
Re: [PATCH v3 11/26] target/arm/kvm-rme: Add measurement algorithm property
,
Daniel P . Berrangé
,
2024/11/26
Re: [PATCH v3 11/26] target/arm/kvm-rme: Add measurement algorithm property
,
Markus Armbruster
,
2024/11/26
Re: [PATCH v3 11/26] target/arm/kvm-rme: Add measurement algorithm property
,
Daniel P . Berrangé
,
2024/11/26
[PATCH v3 12/26] target/arm/cpu: Set number of breakpoints and watchpoints in KVM
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 13/26] target/arm/cpu: Set number of PMU counters in KVM
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 14/26] target/arm/cpu: Inform about reading confidential CPU registers
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 16/26] hw/arm/virt: Disable DTB randomness for confidential VMs
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 08/26] hw/core/loader: Add ROM loader notifier
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 19/26] hw/arm/virt: Move virt_flash_create() to machvirt_init()
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 15/26] hw/arm/virt: Add support for Arm RME
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 17/26] hw/arm/virt: Reserve one bit of guest-physical address for RME
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 18/26] hw/arm/boot: Mark all guest memory as RIPAS_RAM.
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 21/26] hw/arm/boot: Load DTB as is for confidential VMs
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 22/26] hw/arm/boot: Skip bootloader for confidential guests
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 24/26] hw/core/loader: Add fields to RomLoaderNotify
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 26/26] hw/arm/virt: Add measurement log for confidential boot
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 23/26] hw/tpm: Add TPM event log
,
Jean-Philippe Brucker
,
2024/11/25
[PATCH v3 20/26] hw/arm/virt: Use RAM instead of flash for confidential guest firmware
,
Jean-Philippe Brucker
,
2024/11/25
[RFC PATCH v3 25/26] target/arm/kvm-rme: Add measurement log
,
Jean-Philippe Brucker
,
2024/11/25
Re: [RFC PATCH v3 25/26] target/arm/kvm-rme: Add measurement log
,
Stefan Berger
,
2024/11/25
Re: [RFC PATCH v3 25/26] target/arm/kvm-rme: Add measurement log
,
Daniel P . Berrangé
,
2024/11/26
Re: [RFC PATCH v3 25/26] target/arm/kvm-rme: Add measurement log
,
Jean-Philippe Brucker
,
2024/11/26
[PATCH] migration: Fix extra cleanup at postcopy listen
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH] migration: Fix extra cleanup at postcopy listen
,
Peter Xu
,
2024/11/25
Re: [PATCH] migration: Fix extra cleanup at postcopy listen
,
Fabiano Rosas
,
2024/11/25
[PATCH-for-10.0 0/3] hw/boards: Try to make sense of MachineClass::no_sdcard flag
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 1/3] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 2/3] hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 3/3] hw/boards: Rename no_sdcard -> create_default_sdcard_drive
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH-for-10.0 0/3] hw/boards: Try to make sense of MachineClass::no_sdcard flag
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH v3 4/5] vhost-user-dev: Add cache BAR
,
Albert Esteve
,
2024/11/25
Re: [PATCH v3 4/5] vhost-user-dev: Add cache BAR
,
Albert Esteve
,
2024/11/26
Re: [PATCH v3 4/5] vhost-user-dev: Add cache BAR
,
Albert Esteve
,
2024/11/26
[PULL for 9.2-rc2 00/28] testing, plugin and doc fixes
,
Alex Bennée
,
2024/11/25
[PULL 01/28] tests/functional: fix mips64el test to honour workdir
,
Alex Bennée
,
2024/11/25
[PULL 03/28] tests/functional: remove "AVOCADO" from env variable name
,
Alex Bennée
,
2024/11/25
[PULL 02/28] tests/functional: automatically clean up scratch files after tests
,
Alex Bennée
,
2024/11/25
[PULL 04/28] tests/functional: remove todo wrt avocado.utils.wait_for
,
Alex Bennée
,
2024/11/25
[PULL 07/28] tests/functional: remove comments talking about avocado
,
Alex Bennée
,
2024/11/25
Re: [PULL 07/28] tests/functional: remove comments talking about avocado
,
Ani Sinha
,
2024/11/25
[PULL 11/28] tests/functional: enable debug logging for QEMUMachine
,
Alex Bennée
,
2024/11/25
[PULL 10/28] tests/functional: honour requested test VM name in QEMUMachine
,
Alex Bennée
,
2024/11/25
[PULL 05/28] tests/functional: remove leftover :avocado: tags
,
Alex Bennée
,
2024/11/25
[PULL 09/28] tests/functional: put QEMUMachine logs in testcase log directory
,
Alex Bennée
,
2024/11/25
[PULL 12/28] tests/functional: logs details of console interaction operations
,
Alex Bennée
,
2024/11/25
[PULL 06/28] tests/functional: remove obsolete reference to avocado bug
,
Alex Bennée
,
2024/11/25
[PULL 24/28] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
2024/11/25
[PULL 08/28] tests/functional: honour self.workdir in ACPI bits tests
,
Alex Bennée
,
2024/11/25
Re: [PULL 08/28] tests/functional: honour self.workdir in ACPI bits tests
,
Ani Sinha
,
2024/11/25
[PULL 16/28] tests/functional: remove time.sleep usage from tuxrun tests
,
Alex Bennée
,
2024/11/25
[PULL 26/28] tests/functional: Convert Aspeed aarch64 SDK tests
,
Alex Bennée
,
2024/11/25
[PULL 14/28] tests/functional: require non-NULL success_message for console wait
,
Alex Bennée
,
2024/11/25
[PULL 28/28] tests/functional: Remove sleep workarounds from Aspeed tests
,
Alex Bennée
,
2024/11/25
[PULL 13/28] tests/functional: don't try to wait for the empty string
,
Alex Bennée
,
2024/11/25
[PULL 15/28] tests/functional: rewrite console handling to be bytewise
,
Alex Bennée
,
2024/11/25
[PULL 23/28] plugins: eradicate qemu-plugins.symbols static file
,
Alex Bennée
,
2024/11/25
[PULL 17/28] tests/functional: add a QMP backdoor for debugging stalled tests
,
Alex Bennée
,
2024/11/25
[PULL 18/28] tests/functional: avoid accessing log_filename on earlier failures
,
Alex Bennée
,
2024/11/25
[PULL 20/28] tests/functional: update the aarch64 tuxrun tests
,
Alex Bennée
,
2024/11/25
[PULL 25/28] docs: explicitly permit a "commonly known identity" with SoB
,
Alex Bennée
,
2024/11/25
[PULL 19/28] tests/functional: Convert the Avocado aarch64 tuxrun tests
,
Alex Bennée
,
2024/11/25
[PULL 22/28] plugins: detect qemu plugin API symbols from header
,
Alex Bennée
,
2024/11/25
[PULL 27/28] tests/functional: Convert Aspeed arm SDK tests
,
Alex Bennée
,
2024/11/25
[PULL 21/28] plugins: add missing export for qemu_plugin_num_vcpus
,
Alex Bennée
,
2024/11/25
Re: [PULL for 9.2-rc2 00/28] testing, plugin and doc fixes
,
Peter Maydell
,
2024/11/26
[PATCH 0/5] migration: Fix the BDRV_O_INACTIVE assertion
,
Fabiano Rosas
,
2024/11/25
[PATCH 1/5] tests/qtest/migration: Move more code under only_target
,
Fabiano Rosas
,
2024/11/25
[PATCH 4/5] migration: Activate block devices if VM is paused when migrating
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH 4/5] migration: Activate block devices if VM is paused when migrating
,
Peter Xu
,
2024/11/25
Re: [PATCH 4/5] migration: Activate block devices if VM is paused when migrating
,
Andrey Drobyshev
,
2024/11/27
Re: [PATCH 4/5] migration: Activate block devices if VM is paused when migrating
,
Andrey Drobyshev
,
2024/11/27
[PATCH 5/5] tests/qtest/migration: Test successive migrations
,
Fabiano Rosas
,
2024/11/25
[PATCH 3/5] tests/qtest/migration: Support cleaning up only one side of migration
,
Fabiano Rosas
,
2024/11/25
[PATCH 2/5] tests/qtest/migration: Don't use hardcoded strings for -serial
,
Fabiano Rosas
,
2024/11/25
[PATCH v3 0/7] hugetlbfs memory HW error fixes
,
“William Roche
,
2024/11/25
[PATCH v3 2/7] system/physmem: poisoned memory discard on reboot
,
“William Roche
,
2024/11/25
[PATCH v3 1/7] hwpoison_page_list and qemu_ram_remap are based of pages
,
“William Roche
,
2024/11/25
[PATCH v3 5/7] hostmem: Factor out applying settings
,
“William Roche
,
2024/11/25
[PATCH v3 3/7] accel/kvm: Report the loss of a large memory page
,
“William Roche
,
2024/11/25
[PATCH v3 4/7] numa: Introduce and use ram_block_notify_remap()
,
“William Roche
,
2024/11/25
[PATCH v3 6/7] hostmem: Handle remapping of RAM
,
“William Roche
,
2024/11/25
[PATCH v3 7/7] system/physmem: Memory settings applied on remap notification
,
“William Roche
,
2024/11/25
[PATCH-for-10.0 0/8] hw/boards: Remove legacy MachineClass::pci_allow_0_address flag
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 1/8] hw/pci/pci_bus: Introduce PCIBusFlags::PCI_BUS_IO_ADDR0_ALLOWED
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 2/8] hw/ppc/spapr_pci: Set PCI_BUS_IO_ADDR0_ALLOWED flag in host bridge
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 3/8] hw/pci-host/gpex: Allow machines to set PCI_BUS_IO_ADDR0_ALLOWED flag
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH-for-10.0 3/8] hw/pci-host/gpex: Allow machines to set PCI_BUS_IO_ADDR0_ALLOWED flag
,
Peter Maydell
,
2024/11/25
[PATCH-for-10.0 4/8] hw/arm/virt: Set PCI_BUS_IO_ADDR0_ALLOWED flag on GPEX host bridge
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 5/8] hw/arm/sbsa-ref: Set PCI_BUS_IO_ADDR0_ALLOWED flag on GPEX host bridge
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 7/8] hw/riscv/virt: Set PCI_BUS_IO_ADDR0_ALLOWED flag on GPEX host bridge
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH-for-10.0 6/8] hw/riscv/virt: Remove pointless GPEX_HOST() cast
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH-for-10.0 6/8] hw/riscv/virt: Remove pointless GPEX_HOST() cast
,
Thomas Huth
,
2024/11/25
[PATCH-for-10.0 8/8] hw/pci/pci: Remove legacy MachineClass::pci_allow_0_address flag
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH-for-10.0 0/8] hw/boards: Remove legacy MachineClass::pci_allow_0_address flag
,
Peter Maydell
,
2024/11/25
Re: [PATCH-for-10.0 0/8] hw/boards: Remove legacy MachineClass::pci_allow_0_address flag
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH-for-10.0 0/8] hw/boards: Remove legacy MachineClass::pci_allow_0_address flag
,
Peter Maydell
,
2024/11/25
[PATCH v5] hw/riscv: Add Microblaze V generic board
,
Sai Pavan Boddu
,
2024/11/25
Re: [PATCH v5] hw/riscv: Add Microblaze V generic board
,
Alistair Francis
,
2024/11/27
Re: [PATCH v5] hw/riscv: Add Microblaze V generic board
,
Alistair Francis
,
2024/11/27
Re: [PATCH v2 17/18] test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases
,
Cédric Le Goater
,
2024/11/25
RE: [PATCH v2 17/18] test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases
,
Jamin Lin
,
2024/11/25
[PATCH 0/4] ppc: various fixes for 9.2
,
Nicholas Piggin
,
2024/11/25
[PATCH 1/4] target/ppc: Fix non-maskable interrupt while halted
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH 1/4] target/ppc: Fix non-maskable interrupt while halted
,
Miles Glenn
,
2024/11/25
[PATCH 2/4] ppc/pnv: Fix direct controls quiesce
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH 2/4] ppc/pnv: Fix direct controls quiesce
,
Miles Glenn
,
2024/11/25
[PATCH 3/4] target/ppc: Fix THREAD_SIBLING_FOREACH for mult-socket
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH 3/4] target/ppc: Fix THREAD_SIBLING_FOREACH for mult-socket
,
Miles Glenn
,
2024/11/25
[PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Miles Glenn
,
2024/11/25
Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH 4/4] ppc/pnv: Add xscom- prefix to pervasive-control region name
,
Peter Xu
,
2024/11/26
[PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Marcin Juszkiewicz
,
2024/11/25
Re: [PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Peter Maydell
,
2024/11/25
[PATCH] .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
,
Thomas Huth
,
2024/11/25
Re: [PATCH] .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
,
Daniel P . Berrangé
,
2024/11/25
Re: [PATCH] .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
,
Philippe Mathieu-Daudé
,
2024/11/25
Request for Technical Guidance on Custom RISC-V64 Architecture with Linux OS
,
Mohammad Javad Sekonji
,
2024/11/25
Re: Request for Technical Guidance on Custom RISC-V64 Architecture with Linux OS
,
Alistair Francis
,
2024/11/27
Re: [PATCH v2 2/2] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci
,
Thomas Huth
,
2024/11/25
Re: [PATCH v2 2/2] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci
,
Michael Tokarev
,
2024/11/25
Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name
,
Daniel P . Berrangé
,
2024/11/25
Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name
,
Andrew Keesler
,
2024/11/25
Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name
,
Daniel P . Berrangé
,
2024/11/26
Re: [PATCH 2/2] hw/display: Allow injection of virtio-gpu EDID name
,
Andrew Keesler
,
2024/11/26
Re: [PATCH v2] hw/i386: define _AS_LATEST() macros for machine types
,
Cornelia Huck
,
2024/11/25
Re: [PATCH v2] hw/i386: define _AS_LATEST() macros for machine types
,
Daniel P . Berrangé
,
2024/11/25
Re: [PATCH v2] hw/i386: define _AS_LATEST() macros for machine types
,
Cornelia Huck
,
2024/11/25
[PULL v4 00/10] Block layer patches
,
Kevin Wolf
,
2024/11/25
Re: [PULL v4 00/10] Block layer patches
,
Peter Maydell
,
2024/11/26
[RFC PATCH v3 0/1] Sbsa-ref CXL Enablement
,
Yuquan Wang
,
2024/11/25
[RFC PATCH v3 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Yuquan Wang
,
2024/11/25
Re: [RFC PATCH v3 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Jonathan Cameron
,
2024/11/26
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
Albert Esteve
,
2024/11/25
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
David Hildenbrand
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
David Hildenbrand
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
David Hildenbrand
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
Albert Esteve
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
David Hildenbrand
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
Albert Esteve
,
2024/11/27
Re: [PATCH v3 1/5] vhost-user: Add VIRTIO Shared Memory map request
,
Albert Esteve
,
2024/11/25
[PATCH 0/8] rust: qom: move bridge for TypeInfo and DeviceClass functions to common code
,
Paolo Bonzini
,
2024/11/25
[PATCH 1/8] rust: qom: add default definitions for ObjectImpl
,
Paolo Bonzini
,
2024/11/25
[PATCH 2/8] rust: qom: rename Class trait to ClassInitImpl
,
Paolo Bonzini
,
2024/11/25
[PATCH 3/8] rust: qom: convert type_info! macro to an associated const
,
Paolo Bonzini
,
2024/11/25
[PATCH 6/8] rust: qdev: move bridge for realize and reset functions out of pl011
,
Paolo Bonzini
,
2024/11/25
[PATCH 7/8] rust: qom: automatically use Drop trait to implement instance_finalize
,
Paolo Bonzini
,
2024/11/25
[PATCH 5/8] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
,
Paolo Bonzini
,
2024/11/25
[PATCH 8/8] rust: qom: move bridge for TypeInfo functions out of pl011
,
Paolo Bonzini
,
2024/11/25
[PATCH 4/8] rust: qom: move ClassInitImpl to the instance side
,
Paolo Bonzini
,
2024/11/25
[PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Pierrick Bouvier
,
2024/11/25
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Richard Henderson
,
2024/11/25
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Alex Bennée
,
2024/11/25
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Pierrick Bouvier
,
2024/11/25
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Alex Bennée
,
2024/11/26
Re: [PATCH] tests/functional/aarch64_virt: add test for FEAT_RME
,
Pierrick Bouvier
,
2024/11/26
[PULL 0/6] Net patches
,
Jason Wang
,
2024/11/25
[PULL 1/6] net: checksum: Convert data to void *
,
Jason Wang
,
2024/11/25
[PULL 3/6] virtio-net: Do not check for the queue before RSS
,
Jason Wang
,
2024/11/25
[PULL 2/6] virtio-net: Fix size check in dhclient workaround
,
Jason Wang
,
2024/11/25
[PULL 4/6] virtio-net: Fix hash reporting when the queue changes
,
Jason Wang
,
2024/11/25
[PULL 5/6] virtio-net: Initialize hash reporting values
,
Jason Wang
,
2024/11/25
[PULL 6/6] virtio-net: Copy received header to buffer
,
Jason Wang
,
2024/11/25
Re: [PULL 0/6] Net patches
,
Laurent Vivier
,
2024/11/25
Re: [PULL 0/6] Net patches
,
Jason Wang
,
2024/11/25
Re: [PULL 0/6] Net patches
,
Peter Maydell
,
2024/11/25
[PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Christian Schoenebeck
,
2024/11/24
[PATCH 3/6] tests/9p: add missing Rgetattr response name
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 3/6] tests/9p: add missing Rgetattr response name
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 3/6] tests/9p: add missing Rgetattr response name
,
Greg Kurz
,
2024/11/25
[PATCH 1/6] tests/9p: add 'use-after-unlink' test
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 1/6] tests/9p: add 'use-after-unlink' test
,
Greg Kurz
,
2024/11/25
Re: [PATCH 1/6] tests/9p: add 'use-after-unlink' test
,
Christian Schoenebeck
,
2024/11/25
[PATCH 4/6] 9pfs: remove obsolete comment in v9fs_getattr()
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 4/6] 9pfs: remove obsolete comment in v9fs_getattr()
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 4/6] 9pfs: remove obsolete comment in v9fs_getattr()
,
Greg Kurz
,
2024/11/25
[PATCH 5/6] 9pfs: fix 'Tgetattr' after unlink
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 5/6] 9pfs: fix 'Tgetattr' after unlink
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 5/6] 9pfs: fix 'Tgetattr' after unlink
,
Christian Schoenebeck
,
2024/11/26
Re: [PATCH 5/6] 9pfs: fix 'Tgetattr' after unlink
,
Greg Kurz
,
2024/11/26
[PATCH 2/6] tests/9p: fix Rreaddir response name
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 2/6] tests/9p: fix Rreaddir response name
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 2/6] tests/9p: fix Rreaddir response name
,
Greg Kurz
,
2024/11/25
[PATCH 6/6] tests/9p: also check 'Tgetattr' in 'use-after-unlink' test
,
Christian Schoenebeck
,
2024/11/24
Re: [PATCH 6/6] tests/9p: also check 'Tgetattr' in 'use-after-unlink' test
,
Greg Kurz
,
2024/11/26
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Greg Kurz
,
2024/11/25
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Greg Kurz
,
2024/11/25
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Christian Schoenebeck
,
2024/11/25
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Greg Kurz
,
2024/11/25
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Christian Schoenebeck
,
2024/11/25
Re: [PATCH 0/6] 9pfs: fix fstat() after unlink() (with a Linux guest)
,
Christian Schoenebeck
,
2024/11/27
Onboarding QEMU Firmware Configuration to other machines
,
Anne Macedo
,
2024/11/24
Re: Onboarding QEMU Firmware Configuration to other machines
,
Peter Maydell
,
2024/11/24
Re: Onboarding QEMU Firmware Configuration to other machines
,
Daniel P . Berrangé
,
2024/11/25
Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/23
Re: Supporting clang on windows
,
Paolo Bonzini
,
2024/11/24
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/24
Re: Supporting clang on windows
,
Paolo Bonzini
,
2024/11/25
Re: Supporting clang on windows
,
Daniel P . Berrangé
,
2024/11/25
Re: Supporting clang on windows
,
Paolo Bonzini
,
2024/11/25
Re: Supporting clang on windows
,
Peter Maydell
,
2024/11/25
Re: Supporting clang on windows
,
Thomas Huth
,
2024/11/25
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/25
Re: Supporting clang on windows
,
Peter Maydell
,
2024/11/25
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/25
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/26
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/25
Re: Supporting clang on windows
,
Thomas Huth
,
2024/11/25
Re: Supporting clang on windows
,
Philippe Mathieu-Daudé
,
2024/11/24
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/24
Re: Supporting clang on windows
,
Thomas Huth
,
2024/11/25
Re: Supporting clang on windows
,
Richard Henderson
,
2024/11/25
Re: Supporting clang on windows
,
Pierrick Bouvier
,
2024/11/25
[RFC PATCH v1 0/1] Add helper_print functions for printing intermediate results of complex instructions in RISC-V target
,
Chao Liu
,
2024/11/23
[RFC PATCH v1 1/1] riscv: Add helper_print() for printing intermediate results of IR
,
Chao Liu
,
2024/11/23
Re: [RFC PATCH v1 0/1] Add helper_print functions for printing intermediate results of complex instructions in RISC-V target
,
Chao Liu
,
2024/11/23
Re: Re: [RFC PATCH v1 0/1] Add helper_print functions for printing intermediate results of complex instructions in RISC-V target
,
Chao Liu
,
2024/11/23
[PATCH 0/1] Update email addr
,
Brian Cain
,
2024/11/23
[PATCH 1/1] MAINTAINERS: update email addr for Brian Cain
,
Brian Cain
,
2024/11/23
[PULL 0/2] linux-user patch queue
,
Richard Henderson
,
2024/11/23
[PULL 1/2] linux-user: Print tid not pid with strace
,
Richard Henderson
,
2024/11/23
Re: [PULL 1/2] linux-user: Print tid not pid with strace
,
J . Neuschäfer
,
2024/11/23
[PULL 2/2] linux-user: Fix strace output for s390x mmap()
,
Richard Henderson
,
2024/11/23
Re: [PULL 0/2] linux-user patch queue
,
Peter Maydell
,
2024/11/24
[PATCH 0/2] Misc OpenRISC fixes for 9.2.0
,
Stafford Horne
,
2024/11/23
[PATCH 1/2] hw/openrisc/openrisc_sim: keep serial@90000000 as default
,
Stafford Horne
,
2024/11/23
Re: [PATCH 1/2] hw/openrisc/openrisc_sim: keep serial@90000000 as default
,
Peter Maydell
,
2024/11/25
[PATCH 2/2] hw/openrisc: Fixed undercounting of TTCR in continuous mode
,
Stafford Horne
,
2024/11/23
Re: [PATCH 2/2] hw/openrisc: Fixed undercounting of TTCR in continuous mode
,
Richard Henderson
,
2024/11/23
Re: [PATCH 2/2] hw/openrisc: Fixed undercounting of TTCR in continuous mode
,
Stafford Horne
,
2024/11/23
Re: [PATCH 2/2] hw/openrisc: Fixed undercounting of TTCR in continuous mode
,
Richard Henderson
,
2024/11/23
Re: [PATCH 0/2] Misc OpenRISC fixes for 9.2.0
,
Michael Tokarev
,
2024/11/23
Re: [PATCH 0/2] Misc OpenRISC fixes for 9.2.0
,
Stafford Horne
,
2024/11/23
Re: [PATCH 0/2] Misc OpenRISC fixes for 9.2.0
,
Michael Tokarev
,
2024/11/24
Re: [PATCH 0/2] Misc OpenRISC fixes for 9.2.0
,
Stafford Horne
,
2024/11/24
RE: vhost_net: fix assertion triggered by batch of host notifiers processing
,
Zuo,Boqun
,
2024/11/22
[PATCH 00/12] Minor fixes for Arm documentation
,
Pierrick Bouvier
,
2024/11/22
[PATCH 01/12] docs/system/arm/emulation: mention armv9
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 01/12] docs/system/arm/emulation: mention armv9
,
Richard Henderson
,
2024/11/23
[PATCH 02/12] docs/system/arm/emulation: fix typo in feature name
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 02/12] docs/system/arm/emulation: fix typo in feature name
,
Richard Henderson
,
2024/11/23
[PATCH 03/12] docs/system/arm/emulation: add FEAT_SSBS2
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 03/12] docs/system/arm/emulation: add FEAT_SSBS2
,
Richard Henderson
,
2024/11/23
[PATCH 04/12] target/arm/tcg/: fix typo in FEAT name
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 04/12] target/arm/tcg/: fix typo in FEAT name
,
Philippe Mathieu-Daudé
,
2024/11/23
Re: [PATCH 04/12] target/arm/tcg/: fix typo in FEAT name
,
Richard Henderson
,
2024/11/23
[PATCH 05/12] docs/system/arm/: add FEAT_MTE_ASYNC
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 05/12] docs/system/arm/: add FEAT_MTE_ASYNC
,
Richard Henderson
,
2024/11/23
[PATCH 06/12] docs/system/arm/: add FEAT_DoubleLock
,
Pierrick Bouvier
,
2024/11/22
[PATCH 07/12] docs/system/arm/fby35: update link to product page
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 07/12] docs/system/arm/fby35: update link to product page
,
Philippe Mathieu-Daudé
,
2024/11/23
Re: [PATCH 07/12] docs/system/arm/fby35: update link to product page
,
Richard Henderson
,
2024/11/23
[PATCH 09/12] docs/system/arm/fby35: document execute-in-place property
,
Pierrick Bouvier
,
2024/11/22
[PATCH 08/12] docs/system/arm/orangepi: update links
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 08/12] docs/system/arm/orangepi: update links
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH 08/12] docs/system/arm/orangepi: update links
,
Niek Linnenbank
,
2024/11/26
Re: [PATCH 08/12] docs/system/arm/orangepi: update links
,
Pierrick Bouvier
,
2024/11/28
[PATCH 10/12] docs/system/arm/xlnx-versal-virt: document ospi-flash property
,
Pierrick Bouvier
,
2024/11/22
[PATCH 11/12] docs/system/arm/virt: document missing properties
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 11/12] docs/system/arm/virt: document missing properties
,
Peter Maydell
,
2024/11/25
Re: [PATCH 11/12] docs/system/arm/virt: document missing properties
,
Pierrick Bouvier
,
2024/11/26
[PATCH 12/12] docs/system/arm/aspeed: add missing model supermicrox11spi-bmc
,
Pierrick Bouvier
,
2024/11/22
Re: [PATCH 12/12] docs/system/arm/aspeed: add missing model supermicrox11spi-bmc
,
Andrew Jeffery
,
2024/11/24
Re: [PATCH 00/12] Minor fixes for Arm documentation
,
Peter Maydell
,
2024/11/26
Re: [PATCH 00/12] Minor fixes for Arm documentation
,
Pierrick Bouvier
,
2024/11/26
[PATCH] tests/avocado/hotplug_blk: Fix addr in device_add command
,
Kevin Wolf
,
2024/11/22
Re: [PATCH] tests/avocado/hotplug_blk: Fix addr in device_add command
,
Markus Armbruster
,
2024/11/23
Re: [PATCH] tests/avocado/hotplug_blk: Fix addr in device_add command
,
Daniel P . Berrangé
,
2024/11/25
[PATCH v2 2/2] Added support for WACOM 2.x/ArtZ/Digitizer II
,
Patrick Eads
,
2024/11/22
[PATCH v2 1/2] Added support for WACOM 2.x/ArtZ/Digitizer II compatibility. It does require the driver (easily available via many of the classic macos archives), but it allows a simple way to have an absolute pointing device on ADB-compatible VMs.
,
Patrick Eads
,
2024/11/22
Re: [PATCH 1/2] ui: Allow injection of vnc display name
,
Andrew Keesler
,
2024/11/22
[PATCH v2] tests/functional: Remove sleep workarounds from sh4 test
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH v2] tests/functional: Remove sleep workarounds from sh4 test
,
Thomas Huth
,
2024/11/22
[PATCH v2 0/5] Change ghes driver to use HEST-based offsets
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v2 4/5] acpi/generic_event_device: Update GHES migration to cover hest addr
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v2 4/5] acpi/generic_event_device: Update GHES migration to cover hest addr
,
Jonathan Cameron
,
2024/11/25
[PATCH v2 2/5] acpi/ghes: add a firmware file with HEST address
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v2 5/5] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v2 5/5] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Jonathan Cameron
,
2024/11/25
[PATCH v2 3/5] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v2 3/5] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Jonathan Cameron
,
2024/11/25
[PATCH v2 1/5] acpi/ghes: Prepare to support multiple sources on ghes
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH] tests/functional: Remove sleep workarounds from sh4 test
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH] tests/functional: Remove sleep workarounds from sh4 test
,
Thomas Huth
,
2024/11/22
Re: [PATCH] tests/functional: Remove sleep workarounds from sh4 test
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH] tests/functional: Remove sleep workarounds from sh4 test
,
Thomas Huth
,
2024/11/22
[PATCH 0/3] hw/scsi: Cleanup around scsi_bus_legacy_handle_cmdline()
,
Philippe Mathieu-Daudé
,
2024/11/22
[PATCH 1/3] hw/scsi/spapr_vscsi: Call scsi_bus_legacy_handle_cmdline() in REALIZE
,
Philippe Mathieu-Daudé
,
2024/11/22
[PATCH 2/3] hw/scsi/lsi53c895a: Call scsi_bus_legacy_handle_cmdline() once
,
Philippe Mathieu-Daudé
,
2024/11/22
[PATCH 3/3] hw/scsi/esp: Call scsi_bus_legacy_handle_cmdline() once
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH 0/3] hw/scsi: Cleanup around scsi_bus_legacy_handle_cmdline()
,
Thomas Huth
,
2024/11/22
Re: [PATCH 0/3] hw/scsi: Cleanup around scsi_bus_legacy_handle_cmdline()
,
Paolo Bonzini
,
2024/11/22
[PATCH] hw/pci: Remove unused pci_irq_pulse() method
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH] hw/pci: Remove unused pci_irq_pulse() method
,
Thomas Huth
,
2024/11/22
[PATCH v4 00/15] Prepare GHES driver to support error injection
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 06/15] acpi/ghes: Remove a duplicated out of bounds check
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 07/15] acpi/ghes: Change the type for source_id
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v4 07/15] acpi/ghes: Change the type for source_id
,
Igor Mammedov
,
2024/11/22
[PATCH v4 13/15] acpi/ghes: move offset calculus to a separate function
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v4 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found
,
Igor Mammedov
,
2024/11/22
[PATCH v4 12/15] acpi/ghes: better name the offset of the hardware error firmware
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 14/15] acpi/ghes: Change ghes fill logic to work with only one source
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 15/15] docs: acpi_hest_ghes: fix documentation for CPER size
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 08/15] acpi/ghes: make the GHES record generation more generic
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v4 08/15] acpi/ghes: make the GHES record generation more generic
,
Igor Mammedov
,
2024/11/22
Re: [PATCH v4 08/15] acpi/ghes: make the GHES record generation more generic
,
Mauro Carvalho Chehab
,
2024/11/25
Re: [PATCH v4 08/15] acpi/ghes: make the GHES record generation more generic
,
Jonathan Cameron
,
2024/11/25
[PATCH v4 04/15] acpi/ghes: better handle source_id and notification
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH v4 04/15] acpi/ghes: better handle source_id and notification
,
Igor Mammedov
,
2024/11/22
[PATCH v4 01/15] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 11/15] acpi/ghes: rename etc/hardware_error file macros
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 03/15] acpi/ghes: simplify the per-arch caller to build HEST table
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 09/15] acpi/ghes: better name GHES memory error function
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 05/15] acpi/ghes: Fix acpi_ghes_record_errors() argument
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v4 0/3] tests/functional: Finish conversion of Aspeed tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v4 1/3] tests/functional: Convert Aspeed aarch64 SDK tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v4 2/3] tests/functional: Convert Aspeed arm SDK tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v4 3/3] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH v4 0/3] tests/functional: Finish conversion of Aspeed tests
,
Alex Bennée
,
2024/11/25
[PATCH RESEND v4 0/4] Add support for Zhaoxin Yongfeng CPU model and
,
EwanHai
,
2024/11/22
[PATCH RESEND v4 4/4] target/i386: Mask CMPLegacy bit in CPUID[0x80000001].ECX for Zhaoxin CPUs
,
EwanHai
,
2024/11/22
[PATCH RESEND v4 2/4] target/i386: Add CPUID leaf 0xC000_0001 EDX definitions
,
EwanHai
,
2024/11/22
[PATCH RESEND v4 1/4] target/i386: Add support for Zhaoxin CPU vendor identification
,
EwanHai
,
2024/11/22
[PATCH RESEND v4 3/4] target/i386: Introduce Zhaoxin Yongfeng CPU model
,
EwanHai
,
2024/11/22
[RFC PATCH for-10.0] include/hw/boards: Optimize the booleans in MachineClass
,
Thomas Huth
,
2024/11/22
Re: [RFC PATCH for-10.0] include/hw/boards: Optimize the booleans in MachineClass
,
Daniel P . Berrangé
,
2024/11/25
Re: [RFC PATCH for-10.0] include/hw/boards: Optimize the booleans in MachineClass
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [RFC PATCH for-10.0] include/hw/boards: Optimize the booleans in MachineClass
,
Daniel P . Berrangé
,
2024/11/25
[PATCH 0/2] rust: safe wrappers for interrupt sources
,
Paolo Bonzini
,
2024/11/22
[PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
2024/11/22
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Zhao Liu
,
2024/11/26
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
2024/11/26
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Zhao Liu
,
2024/11/27
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Paolo Bonzini
,
2024/11/27
Re: [PATCH 1/2] rust: add BQL-enforcing Cell variant
,
Junjie Mao
,
2024/11/27
[PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Zhao Liu
,
2024/11/26
Re: [PATCH 2/2] rust: add bindings for interrupt sources
,
Paolo Bonzini
,
2024/11/26
[PATCH v3 0/3] tests/functional: Finish conversion of Aspeed tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v3 1/3] tests/functional: Convert Aspeed aarch64 SDK tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v3 2/3] tests/functional: Convert Aspeed arm SDK tests
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH v3 2/3] tests/functional: Convert Aspeed arm SDK tests
,
Thomas Huth
,
2024/11/22
Re: [PATCH v3 2/3] tests/functional: Convert Aspeed arm SDK tests
,
Cédric Le Goater
,
2024/11/22
[PATCH v3 3/3] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/22
pc-bios/optionrom: when/why do we build it?
,
Michael Tokarev
,
2024/11/22
Re: pc-bios/optionrom: when/why do we build it?
,
Michael Tokarev
,
2024/11/22
Re: pc-bios/optionrom: when/why do we build it?
,
Paolo Bonzini
,
2024/11/22
[PATCH v3 0/6] virtio-net fixes
,
Akihiko Odaki
,
2024/11/22
[PATCH v3 1/6] net: checksum: Convert data to void *
,
Akihiko Odaki
,
2024/11/22
Re: [PATCH v3 1/6] net: checksum: Convert data to void *
,
Philippe Mathieu-Daudé
,
2024/11/22
[PATCH v3 2/6] virtio-net: Fix size check in dhclient workaround
,
Akihiko Odaki
,
2024/11/22
[PATCH v3 3/6] virtio-net: Do not check for the queue before RSS
,
Akihiko Odaki
,
2024/11/22
[PATCH v3 4/6] virtio-net: Fix hash reporting when the queue changes
,
Akihiko Odaki
,
2024/11/22
[PATCH v3 5/6] virtio-net: Initialize hash reporting values
,
Akihiko Odaki
,
2024/11/22
Re: [PATCH v3 5/6] virtio-net: Initialize hash reporting values
,
Philippe Mathieu-Daudé
,
2024/11/22
[PATCH v3 6/6] virtio-net: Copy received header to buffer
,
Akihiko Odaki
,
2024/11/22
Re: [PATCH v3 0/6] virtio-net fixes
,
Lei Yang
,
2024/11/25
[PATCH v9 0/6] Add Smrnmi support
,
frank . chang
,
2024/11/21
[PATCH v9 1/6] target/riscv: Add 'ext_smrnmi' in the RISCVCPUConfig
,
frank . chang
,
2024/11/21
[PATCH v9 2/6] target/riscv: Add Smrnmi CSRs
,
frank . chang
,
2024/11/21
[PATCH v9 3/6] target/riscv: Handle Smrnmi interrupt and exception
,
frank . chang
,
2024/11/21
[PATCH v9 5/6] target/riscv: Add Smrnmi cpu extension
,
frank . chang
,
2024/11/21
[PATCH v9 4/6] target/riscv: Add Smrnmi mnret instruction
,
frank . chang
,
2024/11/21
[PATCH v9 6/6] target/riscv: Add Zicfilp support for Smrnmi
,
frank . chang
,
2024/11/21
[PATCH] hw/virtio: Fix getting the correct ring number on loading
,
Wafer
,
2024/11/21
Re: [PATCH] hw/virtio: Fix getting the correct ring number on loading
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH] hw/virtio: Fix getting the correct ring number on loading
,
Greg Kurz
,
2024/11/22
RE: [PATCH] hw/virtio: Fix getting the correct ring number on loading
,
Wafer
,
2024/11/23
[PATCH] target/riscv: Don't start user-mode with VILL
,
Palmer Dabbelt
,
2024/11/21
Re: [PATCH] target/riscv: Don't start user-mode with VILL
,
Richard Henderson
,
2024/11/22
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Rob Landley
,
2024/11/21
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Stafford Horne
,
2024/11/22
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Rob Landley
,
2024/11/22
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Stafford Horne
,
2024/11/23
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Rob Landley
,
2024/11/24
Re: QEMU commit 0a923be2f642 broke my or1k image.
,
Stafford Horne
,
2024/11/24
[PATCH v1 1/1] hw/nvme: Add OCP SMART / Health Information Extended Log Page
,
Stephen Bates
,
2024/11/21
Re: [PATCH v1 1/1] hw/nvme: Add OCP SMART / Health Information Extended Log Page
,
Klaus Jensen
,
2024/11/27
[PATCH] fix dirtyring not converge use small dirtylimit
,
wangfuqiang49
,
2024/11/21
[PATCH v2 00/13] QOM: container_get() removal
,
Peter Xu
,
2024/11/21
[PATCH v2 01/13] qom: Add TYPE_CONTAINER macro
,
Peter Xu
,
2024/11/21
[PATCH v2 03/13] tests: Fix test-qdev-global-props on anonymous qdev realize()
,
Peter Xu
,
2024/11/21
[PATCH v2 02/13] qom: New object_property_add_new_container()
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 02/13] qom: New object_property_add_new_container()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH v2 02/13] qom: New object_property_add_new_container()
,
Markus Armbruster
,
2024/11/22
[PATCH v2 04/13] tests: Explicitly create containers in test_qom_partial_path()
,
Peter Xu
,
2024/11/21
[PATCH v2 07/13] qom: Create system containers explicitly
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 07/13] qom: Create system containers explicitly
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2 08/13] qdev: Make qdev_get_machine() not use container_get()
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 08/13] qdev: Make qdev_get_machine() not use container_get()
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2 05/13] ppc/e500: Avoid abuse of container_get()
,
Peter Xu
,
2024/11/21
[PATCH v2 06/13] hw/ppc: Explicitly create the drc container
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 06/13] hw/ppc: Explicitly create the drc container
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2 10/13] qom: Use machine_get_container()
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 10/13] qom: Use machine_get_container()
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2 09/13] qdev: Add machine_get_container()
,
Peter Xu
,
2024/11/21
[PATCH v2 11/13] qom: Add object_get_container()
,
Peter Xu
,
2024/11/21
[PATCH v2 12/13] qom: Use object_get_container()
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 12/13] qom: Use object_get_container()
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2 13/13] qom: Remove container_get()
,
Peter Xu
,
2024/11/21
Re: [PATCH v2 13/13] qom: Remove container_get()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH] scsi: megasas: Internal cdbs have 16-byte length
,
Fabiano Rosas
,
2024/11/21
Re: [PATCH] scsi: megasas: Internal cdbs have 16-byte length
,
Paolo Bonzini
,
2024/11/21
[PATCH v2] hvf: Enable 1G page support
,
Paolo Bonzini
,
2024/11/21
Re: QEMU patches for native windows support through clang-cl
,
Pierrick Bouvier
,
2024/11/21
Re: QEMU patches for native windows support through clang-cl
,
Paolo Bonzini
,
2024/11/21
Re: QEMU patches for native windows support through clang-cl
,
Paolo Bonzini
,
2024/11/21
Re: QEMU patches for native windows support through clang-cl
,
Erwin Jansen
,
2024/11/21
Re: QEMU patches for native windows support through clang-cl
,
Paolo Bonzini
,
2024/11/22
Re: QEMU patches for native windows support through clang-cl
,
Pierrick Bouvier
,
2024/11/23
Re: [PATCH] hvf: Enable 1G page support
,
Michael Tokarev
,
2024/11/21
[ANNOUNCE] QEMU 9.2.0-rc1 is now available
,
Michael Roth
,
2024/11/21
[PATCH] target/arm/tcg/cpu32.c: swap ATCM and BTCM register names
,
Michael Tokarev
,
2024/11/21
Re: [PATCH] target/arm/tcg/cpu32.c: swap ATCM and BTCM register names
,
Richard Henderson
,
2024/11/22
Re: [PATCH] target/arm/tcg/cpu32.c: swap ATCM and BTCM register names
,
Peter Maydell
,
2024/11/25
[PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
2024/11/21
[PATCH 03/39] tests/functional: remove "AVOCADO" from env variable name
,
Alex Bennée
,
2024/11/21
[PATCH 02/39] tests/functional: automatically clean up scratch files after tests
,
Alex Bennée
,
2024/11/21
[PATCH 01/39] tests/functional: fix mips64el test to honour workdir
,
Alex Bennée
,
2024/11/21
[PATCH 04/39] tests/functional: remove todo wrt avocado.utils.wait_for
,
Alex Bennée
,
2024/11/21
[PATCH 05/39] tests/functional: remove leftover :avocado: tags
,
Alex Bennée
,
2024/11/21
[PATCH 07/39] tests/functional: remove comments talking about avocado
,
Alex Bennée
,
2024/11/21
Re: [PATCH 07/39] tests/functional: remove comments talking about avocado
,
Pierrick Bouvier
,
2024/11/21
[PATCH 10/39] tests/functional: honour requested test VM name in QEMUMachine
,
Alex Bennée
,
2024/11/21
[PATCH 08/39] tests/functional: honour self.workdir in ACPI bits tests
,
Alex Bennée
,
2024/11/21
[PATCH 09/39] tests/functional: put QEMUMachine logs in testcase log directory
,
Alex Bennée
,
2024/11/21
[PATCH 06/39] tests/functional: remove obsolete reference to avocado bug
,
Alex Bennée
,
2024/11/21
[PATCH 12/39] tests/functional: logs details of console interaction operations
,
Alex Bennée
,
2024/11/21
Re: [PATCH 12/39] tests/functional: logs details of console interaction operations
,
Thomas Huth
,
2024/11/21
[PATCH 13/39] tests/functional: don't try to wait for the empty string
,
Alex Bennée
,
2024/11/21
Re: [PATCH 13/39] tests/functional: don't try to wait for the empty string
,
Thomas Huth
,
2024/11/21
[PATCH 28/39] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 28/39] tests/functional: update the ppc32 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 14/39] tests/functional: require non-NULL success_message for console wait
,
Alex Bennée
,
2024/11/21
Re: [PATCH 14/39] tests/functional: require non-NULL success_message for console wait
,
Thomas Huth
,
2024/11/21
[PATCH 34/39] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 34/39] tests/functional: update the x86_64 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 11/39] tests/functional: enable debug logging for QEMUMachine
,
Alex Bennée
,
2024/11/21
Re: [PATCH 11/39] tests/functional: enable debug logging for QEMUMachine
,
Thomas Huth
,
2024/11/21
[PATCH 16/39] tests/functional: remove time.sleep usage from tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 16/39] tests/functional: remove time.sleep usage from tuxrun tests
,
Thomas Huth
,
2024/11/21
[PATCH 36/39] plugins: detect qemu plugin API symbols from header
,
Alex Bennée
,
2024/11/21
[PATCH 32/39] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 32/39] tests/functional: update the s390x tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 31/39] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 31/39] tests/functional: update the riscv64 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 30/39] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 30/39] tests/functional: update the riscv32 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Alex Bennée
,
2024/11/21
Re: [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Ani Sinha
,
2024/11/25
Re: [PATCH 39/39] docs: explicitly permit a "commonly known identity" with SoB
,
Michael S. Tsirkin
,
2024/11/26
[PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus
,
Alex Bennée
,
2024/11/21
Re: [PATCH 35/39] plugins: add missing export for qemu_plugin_num_vcpus
,
Richard Henderson
,
2024/11/22
[PATCH 24/39] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 24/39] tests/functional: update the mips32 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 21/39] tests/functional: update the aarch64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 21/39] tests/functional: update the aarch64 tuxrun tests
,
Thomas Huth
,
2024/11/21
[PATCH 19/39] tests/functional: Convert the Avocado aarch64 tuxrun tests
,
Alex Bennée
,
2024/11/21
[PATCH 29/39] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 29/39] tests/functional: update the ppc64 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 17/39] tests/functional: add a QMP backdoor for debugging stalled tests
,
Thomas Huth
,
2024/11/21
[PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures
,
Alex Bennée
,
2024/11/21
Re: [PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures
,
Thomas Huth
,
2024/11/22
[PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Thomas Huth
,
2024/11/21
Re: [PATCH 23/39] tests/functional: add a m68k tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 20/39] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 20/39] tests/functional: update the arm tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 33/39] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 33/39] tests/functional: update the sparc64 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 25/39] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 25/39] tests/functional: update the mips32el tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 22/39] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 22/39] tests/functional: update the i386 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 37/39] plugins: eradicate qemu-plugins.symbols static file
,
Alex Bennée
,
2024/11/21
[PATCH 15/39] tests/functional: rewrite console handling to be bytewise
,
Alex Bennée
,
2024/11/21
[PATCH 38/39] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
2024/11/21
[PATCH 26/39] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 26/39] tests/functional: update the mips64 tuxrun tests
,
Thomas Huth
,
2024/11/22
[PATCH 27/39] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
2024/11/21
Re: [PATCH 27/39] tests/functional: update the mips64el tuxrun tests
,
Thomas Huth
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Peter Maydell
,
2024/11/21
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
2024/11/21
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Alex Bennée
,
2024/11/23
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
2024/11/21
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
2024/11/21
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
2024/11/21
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Cédric Le Goater
,
2024/11/22
Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR
,
Thomas Huth
,
2024/11/22
[PATCH] ui/gtk: Fix event handling on macOS hosts
,
Charalampos Mitrodimas
,
2024/11/21
Re: [PATCH] ui/gtk: Fix event handling on macOS hosts
,
Phil Dennis-Jordan
,
2024/11/21
[PATCH v2 00/18] test/functional: improve functional test debugging & fix tuxrun
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 01/18] tests/functional: fix mips64el test to honour workdir
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 02/18] tests/functional: automatically clean up scratch files after tests
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 03/18] tests/functional: remove "AVOCADO" from env variable name
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 04/18] tests/functional: remove todo wrt avocado.utils.wait_for
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 05/18] tests/functional: remove leftover :avocado: tags
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 06/18] tests/functional: remove obsolete reference to avocado bug
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 09/18] tests/functional: put QEMUMachine logs in testcase log directory
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 07/18] tests/functional: remove comments talking about avocado
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 10/18] tests/functional: honour requested test VM name in QEMUMachine
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 12/18] tests/functional: logs details of console interaction operations
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 11/18] tests/functional: enable debug logging for QEMUMachine
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH v2 11/18] tests/functional: enable debug logging for QEMUMachine
,
Thomas Huth
,
2024/11/21
[PATCH v2 08/18] tests/functional: honour self.workdir in ACPI bits tests
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 13/18] tests/functional: don't try to wait for the empty string
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 14/18] tests/functional: require non-NULL success_message for console wait
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 15/18] tests/functional: rewrite console handling to be bytewise
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 16/18] tests/functional: remove time.sleep usage from tuxrun tests
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 17/18] tests/functional: add a QMP backdoor for debugging stalled tests
,
Daniel P . Berrangé
,
2024/11/21
[PATCH v2 18/18] tests/functional: avoid accessing log_filename on earlier failures
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH v2 00/18] test/functional: improve functional test debugging & fix tuxrun
,
Alex Bennée
,
2024/11/21
Missing PDF file download.
,
Asif
,
2024/11/21
[PATCH-for-9.2] ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH-for-9.2] ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
,
Phil Dennis-Jordan
,
2024/11/21
Re: [PATCH-for-9.2] ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
,
Akihiko Odaki
,
2024/11/27
[RFC PATCH] ui/gtk: ??? Remove dead code around X11 ???
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [RFC PATCH] ui/gtk: ??? Remove dead code around X11 ???
,
Daniel P . Berrangé
,
2024/11/21
[PATCH] 9pfs: cleanup V9fsFidState
,
Christian Schoenebeck
,
2024/11/21
Re: [PATCH] 9pfs: cleanup V9fsFidState
,
Greg Kurz
,
2024/11/21
Re: [PATCH] 9pfs: cleanup V9fsFidState
,
Christian Schoenebeck
,
2024/11/21
[PATCH] hw/ide/ahci: Check for PCI device once in ahci_init()
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH for 10.0] tcg/optimize: fold recursively after optimizing deposit
,
Paolo Bonzini
,
2024/11/21
Re: [PATCH for 10.0] tcg/optimize: fold recursively after optimizing deposit
,
Richard Henderson
,
2024/11/21
Re: [PATCH v2 0/2] Fix PVH entrypoint parsing
,
Ard Biesheuvel
,
2024/11/21
[PATCH v2 0/7] Pointer Masking update for Zjpm v1.0
,
baturo . alexey
,
2024/11/21
[PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
baturo . alexey
,
2024/11/21
Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
Alistair Francis
,
2024/11/24
Re: [PATCH v2 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
Alexey Baturo
,
2024/11/27
[PATCH v2 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0
,
baturo . alexey
,
2024/11/21
[PATCH v2 4/7] target/riscv: Add pointer masking tb flags
,
baturo . alexey
,
2024/11/21
[PATCH v2 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
baturo . alexey
,
2024/11/21
[PATCH v2 5/7] target/riscv: Update address modify functions to take into account pointer masking
,
baturo . alexey
,
2024/11/21
[PATCH v2 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
baturo . alexey
,
2024/11/21
[PATCH v2 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
baturo . alexey
,
2024/11/21
Re: [PATCH v2 0/7] Pointer Masking update for Zjpm v1.0
,
Daniel Henrique Barboza
,
2024/11/25
Re: [PATCH v2 0/7] Pointer Masking update for Zjpm v1.0
,
Alexey Baturo
,
2024/11/27
Re: [PATCH v2 0/7] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2024/11/27
New "rme-guest" QEMU object addition
,
Itaru Kitayama
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Daniel P . Berrangé
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Itaru Kitayama
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Daniel P . Berrangé
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Itaru Kitayama
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Jean-Philippe Brucker
,
2024/11/21
Re: New "rme-guest" QEMU object addition
,
Itaru Kitayama
,
2024/11/21
[ANNOUNCE] QEMU 9.1.2 Stable released
,
Michael Tokarev
,
2024/11/21
[ANNOUNCE] QEMU 9.0.4 Stable released
,
Michael Tokarev
,
2024/11/21
[ANNOUNCE] QEMU 8.2.8 Stable released
,
Michael Tokarev
,
2024/11/21
[ANNOUNCE] QEMU 7.2.15 Stable released
,
Michael Tokarev
,
2024/11/21
[RFC PATCH v1 00/43] Introduce helper-to-tcg
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 02/43] accel/tcg: Add bitreverse and funnel-shift runtime helper functions
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 02/43] accel/tcg: Add bitreverse and funnel-shift runtime helper functions
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 01/43] Add option to enable/disable helper-to-tcg
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 01/43] Add option to enable/disable helper-to-tcg
,
Richard Henderson
,
2024/11/22
Re: [RFC PATCH v1 01/43] Add option to enable/disable helper-to-tcg
,
Paolo Bonzini
,
2024/11/22
[RFC PATCH v1 04/43] tcg: Add gvec functions for creating consant vectors
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 04/43] tcg: Add gvec functions for creating consant vectors
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 03/43] accel/tcg: Add gvec size changing operations
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 03/43] accel/tcg: Add gvec size changing operations
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 07/43] tcg: Increase maximum TB size and maximum temporaries
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 07/43] tcg: Increase maximum TB size and maximum temporaries
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 06/43] tcg: Introduce tcg-global-mappings
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 06/43] tcg: Introduce tcg-global-mappings
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 05/43] tcg: Add helper function dispatcher and hook tcg_gen_callN
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 05/43] tcg: Add helper function dispatcher and hook tcg_gen_callN
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h
,
Richard Henderson
,
2024/11/22
Re: [RFC PATCH v1 08/43] include/helper-to-tcg: Introduce annotate.h
,
Philippe Mathieu-Daudé
,
2024/11/25
[RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 09/43] helper-to-tcg: Introduce get-llvm-ir.py
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 10/43] helper-to-tcg: Add meson.build
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 13/43] helper-to-tcg: Introduce Error.h
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 12/43] helper-to-tcg: Introduce custom LLVM pipeline
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 11/43] helper-to-tcg: Introduce llvm-compat
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 14/43] helper-to-tcg: Introduce PrepareForOptPass
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 15/43] helper-to-tcg: PrepareForOptPass, map annotations
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 16/43] helper-to-tcg: PrepareForOptPass, Cull unused functions
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 17/43] helper-to-tcg: PrepareForOptPass, undef llvm.returnaddress
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 19/43] helper-to-tcg: Pipeline, run optimization pass
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 18/43] helper-to-tcg: PrepareForOptPass, Remove noinline attribute
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 21/43] helper-to-tcg: Introduce PrepareForTcgPass
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 20/43] helper-to-tcg: Introduce pseudo instructions
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 23/43] helper-to-tcg: PrepareForTcgPass, demote phi nodes
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 22/43] helper-to-tcg: PrepareForTcgPass, remove functions w. cycles
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 24/43] helper-to-tcg: PrepareForTcgPass, map TCG globals
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 25/43] helper-to-tcg: PrepareForTcgPass, transform GEPs
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 27/43] helper-to-tcg: PrepareForTcgPass, identity map trivial expressions
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 26/43] helper-to-tcg: PrepareForTcgPass, canonicalize IR
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 29/43] helper-to-tcg: Introduce TCG register allocation
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 28/43] helper-to-tcg: Introduce TcgType.h
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 28/43] helper-to-tcg: Introduce TcgType.h
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 43/43] target/hexagon: Use helper-to-tcg
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 40/43] target/hexagon: Emit annotations for helpers
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 39/43] target/hexagon: Keep gen_slotval/check_noshuf for helper-to-tcg
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 38/43] target/hexagon: Use cpu_mapping to map env -> TCG
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 36/43] target/hexagon: Add temporary vector storage
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 35/43] target/hexagon: Use argparse in all python scripts
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 33/43] helper-to-tcg: Add end-to-end tests
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 32/43] helper-to-tcg: Add README
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 31/43] helper-to-tcg: Introduce TcgGenPass
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 30/43] helper-to-tcg: TcgGenPass, introduce TcgEmit.[cpp|h]
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 34/43] target/hexagon: Add get_tb_mmu_index()
,
Richard Henderson
,
2024/11/22
[RFC PATCH v1 37/43] target/hexagon: Make HVX vector args. restrict *
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 37/43] target/hexagon: Make HVX vector args. restrict *
,
Philippe Mathieu-Daudé
,
2024/11/25
Re: [RFC PATCH v1 37/43] target/hexagon: Make HVX vector args. restrict *
,
Paolo Bonzini
,
2024/11/25
[RFC PATCH v1 41/43] target/hexagon: Manually call generated HVX instructions
,
Anton Johansson
,
2024/11/20
[RFC PATCH v1 42/43] target/hexagon: Only translate w. idef-parser if helper-to-tcg failed
,
Anton Johansson
,
2024/11/20
Re: [RFC PATCH v1 00/43] Introduce helper-to-tcg
,
Philippe Mathieu-Daudé
,
2024/11/25
[PATCH 00/12] QOM: container_get() removal
,
Peter Xu
,
2024/11/20
[PATCH 02/12] qom: New container_create()
,
Peter Xu
,
2024/11/20
Re: [PATCH 02/12] qom: New container_create()
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 02/12] qom: New container_create()
,
Markus Armbruster
,
2024/11/21
Re: [PATCH 02/12] qom: New container_create()
,
Peter Xu
,
2024/11/21
[PATCH 03/12] tests: Fix test-qdev-global-props on anonymous qdev realize()
,
Peter Xu
,
2024/11/20
Re: [PATCH 03/12] tests: Fix test-qdev-global-props on anonymous qdev realize()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 03/12] tests: Fix test-qdev-global-props on anonymous qdev realize()
,
Daniel P . Berrangé
,
2024/11/21
[PATCH 01/12] qom: Add TYPE_CONTAINER macro
,
Peter Xu
,
2024/11/20
Re: [PATCH 01/12] qom: Add TYPE_CONTAINER macro
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 01/12] qom: Add TYPE_CONTAINER macro
,
Daniel P . Berrangé
,
2024/11/21
[PATCH 05/12] ui/console: Explicitly create "/backend" container
,
Peter Xu
,
2024/11/20
Re: [PATCH 05/12] ui/console: Explicitly create "/backend" container
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 05/12] ui/console: Explicitly create "/backend" container
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 05/12] ui/console: Explicitly create "/backend" container
,
Peter Xu
,
2024/11/21
[PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Peter Xu
,
2024/11/20
Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Cédric Le Goater
,
2024/11/21
Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Cédric Le Goater
,
2024/11/21
Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Peter Xu
,
2024/11/21
Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 07/12] ppc/e500: Avoid abuse of container_get()
,
Daniel P . Berrangé
,
2024/11/21
[PATCH 04/12] tests: Explicitly create containers in test_qom_partial_path()
,
Peter Xu
,
2024/11/20
Re: [PATCH 04/12] tests: Explicitly create containers in test_qom_partial_path()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 04/12] tests: Explicitly create containers in test_qom_partial_path()
,
Daniel P . Berrangé
,
2024/11/21
[PATCH 06/12] hw/ppc: Explicitly create the drc container
,
Peter Xu
,
2024/11/20
Re: [PATCH 06/12] hw/ppc: Explicitly create the drc container
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 06/12] hw/ppc: Explicitly create the drc container
,
Peter Xu
,
2024/11/21
Re: [PATCH 06/12] hw/ppc: Explicitly create the drc container
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH 08/12] qdev: Make qdev_get_machine() not use container_get()
,
Peter Xu
,
2024/11/20
Re: [PATCH 08/12] qdev: Make qdev_get_machine() not use container_get()
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 08/12] qdev: Make qdev_get_machine() not use container_get()
,
Peter Xu
,
2024/11/21
[PATCH 09/12] qdev: Add machine_get_container()
,
Peter Xu
,
2024/11/20
Re: [PATCH 09/12] qdev: Add machine_get_container()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 09/12] qdev: Add machine_get_container()
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 09/12] qdev: Add machine_get_container()
,
Markus Armbruster
,
2024/11/21
[PATCH 10/12] qom: Create system containers explicitly
,
Peter Xu
,
2024/11/20
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Peter Xu
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Peter Xu
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Markus Armbruster
,
2024/11/21
Re: [PATCH 10/12] qom: Create system containers explicitly
,
Peter Xu
,
2024/11/21
[PATCH 11/12] qom: Add object_get_container()
,
Peter Xu
,
2024/11/20
Re: [PATCH 11/12] qom: Add object_get_container()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH 11/12] qom: Add object_get_container()
,
Daniel P . Berrangé
,
2024/11/21
[PATCH 12/12] qom: Drop container_get()
,
Peter Xu
,
2024/11/20
Re: [PATCH 12/12] qom: Drop container_get()
,
Daniel P . Berrangé
,
2024/11/21
Re: [PATCH 00/12] QOM: container_get() removal
,
Philippe Mathieu-Daudé
,
2024/11/21
[PATCH v2] linux-user: Fix strace output for s390x mmap()
,
Ilya Leoshkevich
,
2024/11/20
Re: [PATCH v2] linux-user: Fix strace output for s390x mmap()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH v2] linux-user: Fix strace output for s390x mmap()
,
iii
,
2024/11/21
Re: [PATCH v2] linux-user: Fix strace output for s390x mmap()
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH v2] linux-user: Fix strace output for s390x mmap()
,
iii
,
2024/11/21
Re: [PATCH v2] linux-user: Fix strace output for s390x mmap()
,
Richard Henderson
,
2024/11/22
[PATCH] ahci: Add comment for possible slowness on ahci_irq_lower()
,
Peter Xu
,
2024/11/20
[PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
Xiong Nandi
,
2024/11/20
[PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
Xiong Nandi
,
2024/11/20
Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
Richard Henderson
,
2024/11/22
Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
xndcn
,
2024/11/23
Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
Richard Henderson
,
2024/11/24
Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU
,
xndcn
,
2024/11/24
[PATCH] migration: Allow pipes to keep working for fd migrations
,
Peter Xu
,
2024/11/20
Re: [PATCH] migration: Allow pipes to keep working for fd migrations
,
Fabiano Rosas
,
2024/11/21
[PATCH v4 0/3] Support 64-bit address of initrd
,
Jim Shu
,
2024/11/20
[PATCH v4 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Jim Shu
,
2024/11/20
Re: [PATCH v4 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v4 3/3] hw/riscv: Add the checking if DTB overlaps to kernel or initrd
,
Jim Shu
,
2024/11/20
Re: [PATCH v4 3/3] hw/riscv: Add the checking if DTB overlaps to kernel or initrd
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v4 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Jim Shu
,
2024/11/20
Re: [PATCH v4 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Daniel Henrique Barboza
,
2024/11/28
Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 4pm to 5pm on Tuesday from Tue Nov 12 to Tue Nov 26 (GMT+2) (address@hidden)
,
Manos Pitsidianakis
,
2024/11/20
Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 4pm to 5pm on Tuesday (GMT+2) (address@hidden)
,
Manos Pitsidianakis
,
2024/11/20
Re: [PATCH RFC 06/10] target/riscv: Define PMU event related structures
,
Aleksei Filippov
,
2024/11/20
Re: [PATCH RFC 06/10] target/riscv: Define PMU event related structures
,
Atish Kumar Patra
,
2024/11/21
Re: [PATCH RFC 06/10] target/riscv: Define PMU event related structures
,
Aleksei Filippov
,
2024/11/22
Re: [PATCH RFC 06/10] target/riscv: Define PMU event related structures
,
Atish Kumar Patra
,
2024/11/22
Re: [RFC PATCH] hw/arm/armv7m: Expose and access System Control Space as little endian
,
Philippe Mathieu-Daudé
,
2024/11/20
[PATCH] meson: Add missing SDL dependency to system/main.c
,
Philippe Mathieu-Daudé
,
2024/11/20
Re: [PATCH] meson: Add missing SDL dependency to system/main.c
,
Philippe Mathieu-Daudé
,
2024/11/20
Re: [PATCH] meson: Add missing SDL dependency to system/main.c
,
Paolo Bonzini
,
2024/11/20
[PULL v3 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/20
Re: [PULL v3 0/8] Block layer patches
,
Peter Maydell
,
2024/11/20
Re: [PULL v3 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/22
Re: [PULL v3 0/8] Block layer patches
,
Daniel P . Berrangé
,
2024/11/22
Re: [PULL v3 0/8] Block layer patches
,
Daniel P . Berrangé
,
2024/11/22
Re: [PULL v3 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/22
[PATCH 0/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing loadparam (CID 1565746)
,
Philippe Mathieu-Daudé
,
2024/11/20
[PATCH 1/2] hw/s390x: Declare loadparm as char[LOADPARM_LEN]
,
Philippe Mathieu-Daudé
,
2024/11/20
[PATCH 2/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing 'loadparam'
,
Philippe Mathieu-Daudé
,
2024/11/20
Re: [PATCH 2/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing 'loadparam'
,
Paolo Bonzini
,
2024/11/20
Re: [PATCH 2/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing 'loadparam'
,
Philippe Mathieu-Daudé
,
2024/11/20
Re: [PATCH 2/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing 'loadparam'
,
Kevin Wolf
,
2024/11/20
Re: [PATCH 2/2] hw/scsi/scsi-disk: Avoid buffer overrun parsing 'loadparam'
,
Philippe Mathieu-Daudé
,
2024/11/20
Re: [PATCH v4 6/8] chardev/char-mux: implement backend chardev multiplexing
,
Roman Penyaev
,
2024/11/20
[PATCH v2 0/2] chardev/char-mux: tweak mux bitset operations
,
Roman Penyaev
,
2024/11/20
[PATCH v2 1/2] chardev/char-mux: shift unsigned long to avoid 32-bit overflow
,
Roman Penyaev
,
2024/11/20
[PATCH v2 2/2] chardev/char-mux: make boolean bit check instead of find_next_bit()
,
Roman Penyaev
,
2024/11/20
Re: [PATCH v2 0/2] chardev/char-mux: tweak mux bitset operations
,
Paolo Bonzini
,
2024/11/20
Re: [PATCH v2 0/2] chardev/char-mux: tweak mux bitset operations
,
Roman Penyaev
,
2024/11/25
[PATCH v4 0/6] Introduce svukte ISA extension
,
Fea.Wang
,
2024/11/20
[PATCH v4 1/6] target/riscv: Add svukte extension capability variable
,
Fea.Wang
,
2024/11/20
[PATCH v4 2/6] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/20
[PATCH v4 3/6] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/20
[PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32
,
Fea.Wang
,
2024/11/20
Re: [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32
,
Alistair Francis
,
2024/11/22
Re: [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32
,
Fea Wang
,
2024/11/25
[PATCH v4 4/6] target/riscv: Check memory access to meet svukte rule
,
Fea.Wang
,
2024/11/20
Re: [PATCH v4 4/6] target/riscv: Check memory access to meet svukte rule
,
Alistair Francis
,
2024/11/21
[PATCH v4 5/6] target/riscv: Expose svukte ISA extension
,
Fea.Wang
,
2024/11/20
[PATCH] hw/i386/amd_iommu: Allow migration
,
Suravee Suthikulpanit
,
2024/11/20
Re: [PATCH] hw/i386/amd_iommu: Allow migration
,
Joao Martins
,
2024/11/21
Re: [PATCH] hw/i386/amd_iommu: Allow migration
,
Joao Martins
,
2024/11/28
[PULL 0/5] More changes for QEMU 9.2 rc
,
Paolo Bonzini
,
2024/11/20
[PULL 1/5] hw/i386/pc: Remove vmport value assertion
,
Paolo Bonzini
,
2024/11/20
[PULL 2/5] hvf: remove unused but set variable
,
Paolo Bonzini
,
2024/11/20
[PULL 3/5] hw/core/machine-smp: Initialize caches_bitmap before reading
,
Paolo Bonzini
,
2024/11/20
[PULL 4/5] hw/core/machine-smp: Fix error message parameter
,
Paolo Bonzini
,
2024/11/20
[PULL 5/5] scsi: fix allocation for s390x loadparm
,
Paolo Bonzini
,
2024/11/20
Re: [PULL 0/5] More changes for QEMU 9.2 rc
,
Peter Maydell
,
2024/11/20
[PATCH] Added support for WACOM 2.x/ArtZ/Digitizer II compatibility. It does require the driver (easily available via many of the classic macos archives), but it allows a simple way to have an absolute pointing device on ADB-compatible VMs.
,
Patrick Eads
,
2024/11/19
[PATCH] scsi: fix allocation for s390x loadparm
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH] scsi: fix allocation for s390x loadparm
,
Jared Rossi
,
2024/11/19
Re: [PATCH] scsi: fix allocation for s390x loadparm
,
Thomas Huth
,
2024/11/20
[PULL 0/1] aspeed queue
,
Cédric Le Goater
,
2024/11/19
[PULL 1/1] docs: aspeed: Reorganize the "Boot options" section
,
Cédric Le Goater
,
2024/11/19
Re: [PULL 0/1] aspeed queue
,
Peter Maydell
,
2024/11/20
[PATCH] linux-user: Fix strace output for s390x mmap()
,
Ilya Leoshkevich
,
2024/11/19
Re: [PATCH] linux-user: Fix strace output for s390x mmap()
,
Richard Henderson
,
2024/11/20
[PATCH for-10.0 v2 0/8] riscv: AIA userspace irqchip_split support
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 1/8] hw/intc/riscv_aplic: rename is_kvm_aia()
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 2/8] hw/riscv/virt.c: reduce virt_use_kvm_aia() usage
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 3/8] hw/riscv/virt.c: rename helper to virt_use_kvm_aia_aplic_imsic()
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 4/8] target/riscv/kvm: consider irqchip_split() in aia_create()
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 5/8] hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpers
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 6/8] hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsic
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 7/8] target/riscv/kvm: remove irqchip_split() restriction
,
Daniel Henrique Barboza
,
2024/11/19
[PATCH for-10.0 v2 8/8] docs: update riscv/virt.rst with kernel-irqchip=split support
,
Daniel Henrique Barboza
,
2024/11/19
Re: [PATCH for-10.0 v2 0/8] riscv: AIA userspace irqchip_split support
,
Alistair Francis
,
2024/11/20
[PULL v2 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/19
Re: [PULL v2 0/8] Block layer patches
,
Peter Maydell
,
2024/11/19
Re: [PATCH v2] hw/i386/pc: Remove vmport value assertion
,
Peter Maydell
,
2024/11/19
[RFC PATCH] docs: Add roadmap for heterogeneous emulation
,
Philippe Mathieu-Daudé
,
2024/11/19
Re: [RFC PATCH] docs: Add roadmap for heterogeneous emulation
,
Thomas Huth
,
2024/11/21
Re: [RFC PATCH] docs: Add roadmap for heterogeneous emulation
,
Alex Bennée
,
2024/11/21
[PATCH 00/15] test/functional: improve functional test debugging & fix tuxrun
,
Daniel P . Berrangé
,
2024/11/19
[PATCH 01/15] tests/functional: fix mips64el test to honour workdir
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 01/15] tests/functional: fix mips64el test to honour workdir
,
Alex Bennée
,
2024/11/19
Re: [PATCH 01/15] tests/functional: fix mips64el test to honour workdir
,
Philippe Mathieu-Daudé
,
2024/11/19
[PATCH 02/15] tests/functional: automatically clean up scratch files after tests
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 02/15] tests/functional: automatically clean up scratch files after tests
,
Alex Bennée
,
2024/11/19
Re: [PATCH 02/15] tests/functional: automatically clean up scratch files after tests
,
Thomas Huth
,
2024/11/19
[PATCH 03/15] tests/functional: remove "AVOCADO" from env variable name
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 03/15] tests/functional: remove "AVOCADO" from env variable name
,
Alex Bennée
,
2024/11/19
Re: [PATCH 03/15] tests/functional: remove "AVOCADO" from env variable name
,
Philippe Mathieu-Daudé
,
2024/11/19
[PATCH 04/15] tests/functional: remove todo wrt avocado.utils.wait_for
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 04/15] tests/functional: remove todo wrt avocado.utils.wait_for
,
Alex Bennée
,
2024/11/19
[PATCH 05/15] tests/functional: remove leftover :avocado: tags
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 05/15] tests/functional: remove leftover :avocado: tags
,
Alex Bennée
,
2024/11/19
[PATCH 08/15] tests/functional: honour self.workdir in ACPI bits tests
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 08/15] tests/functional: honour self.workdir in ACPI bits tests
,
Alex Bennée
,
2024/11/19
[PATCH 06/15] tests/functional: remove obsolete reference to avocado bug
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 06/15] tests/functional: remove obsolete reference to avocado bug
,
Alex Bennée
,
2024/11/19
[PATCH 07/15] tests/functional: remove comments talking about avocado
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 07/15] tests/functional: remove comments talking about avocado
,
Thomas Huth
,
2024/11/19
[PATCH 09/15] tests/functional: put QEMUMachine logs in testcase log directory
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 09/15] tests/functional: put QEMUMachine logs in testcase log directory
,
Alex Bennée
,
2024/11/19
[PATCH 11/15] tests/functional: enable debug logging for QEMUMachine
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 11/15] tests/functional: enable debug logging for QEMUMachine
,
Thomas Huth
,
2024/11/21
[PATCH 10/15] tests/functional: honour requested test VM name in QEMUMachine
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 10/15] tests/functional: honour requested test VM name in QEMUMachine
,
Thomas Huth
,
2024/11/19
[PATCH 12/15] tests/functional: logs details of console interaction operations
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 12/15] tests/functional: logs details of console interaction operations
,
Thomas Huth
,
2024/11/21
[PATCH 13/15] tests/functional: rewrite console handling to be bytewise
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 13/15] tests/functional: rewrite console handling to be bytewise
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH 13/15] tests/functional: rewrite console handling to be bytewise
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 13/15] tests/functional: rewrite console handling to be bytewise
,
Paolo Bonzini
,
2024/11/19
[PATCH 14/15] tests/functional: remove time.sleep usage from tuxrun tests
,
Daniel P . Berrangé
,
2024/11/19
[PATCH 15/15] tests/functional: add a QMP backdoor for debugging stalled tests
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 15/15] tests/functional: add a QMP backdoor for debugging stalled tests
,
Thomas Huth
,
2024/11/21
Re: [PATCH 00/15] test/functional: improve functional test debugging & fix tuxrun
,
Cédric Le Goater
,
2024/11/19
[PATCH v4] hw/riscv: Add Microblaze V generic board
,
Sai Pavan Boddu
,
2024/11/19
Re: [PATCH v4] hw/riscv: Add Microblaze V generic board
,
Alistair Francis
,
2024/11/22
Re: [PATCH v4] hw/riscv: Add Microblaze V generic board
,
Michal Simek
,
2024/11/22
Re: [PATCH v4] hw/riscv: Add Microblaze V generic board
,
Francisco Iglesias
,
2024/11/22
Re: [PATCH v4] hw/riscv: Add Microblaze V generic board
,
Alistair Francis
,
2024/11/24
[PULL 00/15] target-arm queue
,
Peter Maydell
,
2024/11/19
[PULL 01/15] hw/timer/exynos4210_mct: fix possible int overflow
,
Peter Maydell
,
2024/11/19
[PULL 03/15] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Peter Maydell
,
2024/11/19
[PULL 06/15] tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure
,
Peter Maydell
,
2024/11/19
[PULL 05/15] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
,
Peter Maydell
,
2024/11/19
[PULL 11/15] hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functions
,
Peter Maydell
,
2024/11/19
[PULL 09/15] arm/ptw: Honour WXN/UWXN and SIF in short-format descriptors
,
Peter Maydell
,
2024/11/19
[PULL 13/15] system/dma-helpers.c: Move trace events to system/trace-events
,
Peter Maydell
,
2024/11/19
[PULL 12/15] hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
,
Peter Maydell
,
2024/11/19
[PULL 14/15] target/arm/hvf: Add trace.h header
,
Peter Maydell
,
2024/11/19
[PULL 15/15] trace: Don't include trace-root.h in control.c or control-target.c
,
Peter Maydell
,
2024/11/19
[PULL 08/15] arm/ptw: Make get_S1prot accept decoded AP
,
Peter Maydell
,
2024/11/19
[PULL 02/15] hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
,
Peter Maydell
,
2024/11/19
[PULL 04/15] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
,
Peter Maydell
,
2024/11/19
[PULL 07/15] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
,
Peter Maydell
,
2024/11/19
[PULL 10/15] bitops.h: Define bit operations on 'uint32_t' arrays
,
Peter Maydell
,
2024/11/19
Re: [PULL 00/15] target-arm queue
,
Peter Maydell
,
2024/11/19
[PATCH] qdev: Fix set_pci_devfn() to visit option only once
,
Kevin Wolf
,
2024/11/19
Re: [PATCH] qdev: Fix set_pci_devfn() to visit option only once
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH] qdev: Fix set_pci_devfn() to visit option only once
,
Markus Armbruster
,
2024/11/21
[PATCH v2 0/3] scripts: mandate use of SPDX-License-Identifier tags in new files
,
Daniel P . Berrangé
,
2024/11/19
[PATCH v2 2/3] scripts: validate SPDX license choices
,
Daniel P . Berrangé
,
2024/11/19
[PATCH v2 1/3] scripts: mandate that new files have SPDX-License-Identifier
,
Daniel P . Berrangé
,
2024/11/19
[PATCH v2 3/3] scripts: forbid use of arbitrary SPDX tags besides license identifiers
,
Daniel P . Berrangé
,
2024/11/19
[PATCH] ppc/spapr: fix drc index mismatch for partially enabled vcpus
,
Harsh Prateek Bora
,
2024/11/19
Re: [PATCH] ppc/spapr: fix drc index mismatch for partially enabled vcpus
,
Nicholas Piggin
,
2024/11/25
[PATCH] arm: Remove tacoma-bmc machine
,
Cédric Le Goater
,
2024/11/19
Re: [PATCH-for-10.0] arm: Remove tacoma-bmc machine
,
Philippe Mathieu-Daudé
,
2024/11/19
[Stable-9.1.2 v2 00/72] Patch Round-up for stable 9.1.2, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 58/72] target/i386: Fix legacy page table walk
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 59/72] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 60/72] linux-user: Fix setreuid and setregid to use direct syscalls
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 61/72] target/arm: Drop user-only special case in sve_stN_r
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 63/72] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 62/72] accel/tcg: Fix user-only probe_access_internal plugin check
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 65/72] linux-user/arm: Select vdso for be8 and be32 modes
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 66/72] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 64/72] linux-user/arm: Reduce vdso alignment to 4k
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 67/72] target/i386: fix hang when using slow path for ptw_setl
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 68/72] vfio/container: Fix container object destruction
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 69/72] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 70/72] Revert "hw/audio/hda: fix memory leak on audio setup"
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 71/72] hw/audio/hda: fix memory leak on audio setup
,
Michael Tokarev
,
2024/11/19
[Stable-9.1.2 72/72] usb-hub: Fix handling port power control messages
,
Michael Tokarev
,
2024/11/19
Re: [PATCH 13/14] pnv/xive: Fix problem with treating NVGC as a NVP
,
Nicholas Piggin
,
2024/11/19
Re: [PATCH 12/14] pnv/xive: Support ESB Escalation
,
Nicholas Piggin
,
2024/11/19
Re: [PATCH 12/14] pnv/xive: Support ESB Escalation
,
Mike Kowal
,
2024/11/21
Re: [PATCH 06/14] ppc/xive2: Process group backlog when updating the CPPR
,
Nicholas Piggin
,
2024/11/18
Re: [PATCH 06/14] ppc/xive2: Process group backlog when updating the CPPR
,
Mike Kowal
,
2024/11/21
Re: [PATCH 05/14] ppc/xive2: Process group backlog when pushing an OS context
,
Nicholas Piggin
,
2024/11/18
Re: [PATCH 03/14] ppc/xive2: Support group-matching when looking for target
,
Nicholas Piggin
,
2024/11/18
Re: [PATCH 03/14] ppc/xive2: Support group-matching when looking for target
,
Mike Kowal
,
2024/11/21
Re: [PATCH 11/14] pnv/xive: Only support crowd size of 0, 2, 4 and 16
,
Nicholas Piggin
,
2024/11/18
Re: [PATCH 02/14] ppc/xive2: Add grouping level to notification
,
Nicholas Piggin
,
2024/11/18
Re: [PATCH 02/14] ppc/xive2: Add grouping level to notification
,
Mike Kowal
,
2024/11/21
Status of some Arm features
,
Pierrick Bouvier
,
2024/11/18
Re: Status of some Arm features
,
Peter Maydell
,
2024/11/19
Re: Status of some Arm features
,
Peter Maydell
,
2024/11/19
Re: Status of some Arm features
,
Pierrick Bouvier
,
2024/11/20
Re: Status of some Arm features
,
Pierrick Bouvier
,
2024/11/19
Re: Status of some Arm features
,
Peter Maydell
,
2024/11/19
Re: Status of some Arm features
,
Pierrick Bouvier
,
2024/11/20
[PATCH 0/5] QOM: Enforce container_get() to operate on containers only
,
Peter Xu
,
2024/11/18
[PATCH 1/5] qom: Add TYPE_CONTAINER macro
,
Peter Xu
,
2024/11/18
Re: [PATCH 1/5] qom: Add TYPE_CONTAINER macro
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 1/5] qom: Add TYPE_CONTAINER macro
,
Peter Xu
,
2024/11/19
[PATCH 4/5] qdev: Make qdev_get_machine() not use container_get()
,
Peter Xu
,
2024/11/18
[PATCH 2/5] ppc/e500: Avoid abuse of container_get()
,
Peter Xu
,
2024/11/18
[PATCH 3/5] qdev: Make device_set_realized() always safe in tests
,
Peter Xu
,
2024/11/18
Re: [PATCH 3/5] qdev: Make device_set_realized() always safe in tests
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 3/5] qdev: Make device_set_realized() always safe in tests
,
Peter Xu
,
2024/11/19
[PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/18
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/18
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/19
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/19
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Paolo Bonzini
,
2024/11/20
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/20
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 5/5] qom: Make container_get() strict to always walk or return container
,
Peter Xu
,
2024/11/19
[Stable-9.0.4 v2 00/71] Patch Round-up for stable 9.0.4, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 58/71] target/i386: Fix legacy page table walk
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 59/71] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 61/71] target/arm: Drop user-only special case in sve_stN_r
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 64/71] linux-user/arm: Reduce vdso alignment to 4k
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 60/71] linux-user: Fix setreuid and setregid to use direct syscalls
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 62/71] accel/tcg: Fix user-only probe_access_internal plugin check
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 67/71] target/i386: fix hang when using slow path for ptw_setl
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 63/71] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 65/71] linux-user/arm: Select vdso for be8 and be32 modes
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 70/71] hw/audio/hda: fix memory leak on audio setup
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 69/71] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 66/71] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 68/71] contrib/plugins: add compat for g_memdup2
,
Michael Tokarev
,
2024/11/18
[Stable-9.0.4 71/71] usb-hub: Fix handling port power control messages
,
Michael Tokarev
,
2024/11/18
[PULL for 9.2 0/4] updates (virtio-gpu, gdbstub testing, MAINTAINERS)
,
Alex Bennée
,
2024/11/18
[PULL 1/4] tests/tcg: Stop using exit() in the gdbstub testcases
,
Alex Bennée
,
2024/11/18
[PULL 4/4] hw/display: check frame buffer can hold blob
,
Alex Bennée
,
2024/11/18
[PULL 3/4] hw/display: factor out the scanout blob to fb conversion
,
Alex Bennée
,
2024/11/18
[PULL 2/4] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Alex Bennée
,
2024/11/18
Re: [PULL for 9.2 0/4] updates (virtio-gpu, gdbstub testing, MAINTAINERS)
,
Peter Maydell
,
2024/11/19
Re: [PULL 6/7] hw/loongarch: virt: pass random seed to fdt
,
Daniel P . Berrangé
,
2024/11/18
Re: [PULL 6/7] hw/loongarch: virt: pass random seed to fdt
,
mao bibo
,
2024/11/18
[PULL for -rc1 0/1] NBD patches for 2024-11-18
,
Eric Blake
,
2024/11/18
[PULL 1/1] nbd-server: Silence server warnings on port probes
,
Eric Blake
,
2024/11/18
Re: [PULL for -rc1 0/1] NBD patches for 2024-11-18
,
Peter Maydell
,
2024/11/19
[Stable-8.2.8 v2 00/61] Patch Round-up for stable 8.2.8, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 49/61] target/i386: Fix legacy page table walk
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 50/61] linux-user: Fix setreuid and setregid to use direct syscalls
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 51/61] target/arm: Drop user-only special case in sve_stN_r
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 53/61] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 54/61] linux-user/arm: Reduce vdso alignment to 4k
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 52/61] accel/tcg: Fix user-only probe_access_internal plugin check
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 55/61] linux-user/arm: Select vdso for be8 and be32 modes
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 56/61] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 57/61] target/i386: fix hang when using slow path for ptw_setl
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 58/61] contrib/plugins: add compat for g_memdup2
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 59/61] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 60/61] hw/audio/hda: fix memory leak on audio setup
,
Michael Tokarev
,
2024/11/18
[Stable-8.2.8 61/61] usb-hub: Fix handling port power control messages
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 v2 00/39] Patch Round-up for stable 7.2.15, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 33/39] target/i386: Fix legacy page table walk
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 34/39] linux-user: Fix setreuid and setregid to use direct syscalls
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 35/39] target/arm: Drop user-only special case in sve_stN_r
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 37/39] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 38/39] hw/audio/hda: fix memory leak on audio setup
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 36/39] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Michael Tokarev
,
2024/11/18
[Stable-7.2.15 39/39] usb-hub: Fix handling port power control messages
,
Michael Tokarev
,
2024/11/18
[PULL 00/12] s390x and misc patches for QEMU 9.2-rc1
,
Thomas Huth
,
2024/11/18
[PULL 02/12] target/s390x: Fix the floating-point multiply-and-add NaN rules
,
Thomas Huth
,
2024/11/18
[PULL 04/12] docs/system/s390x/bootdevices: Update loadparm documentation
,
Thomas Huth
,
2024/11/18
[PULL 03/12] tests/tcg/s390x: Add the floating-point multiply-and-add test
,
Thomas Huth
,
2024/11/18
[PULL 11/12] pc-bios: Update the s390 bios images with the recent fixes
,
Thomas Huth
,
2024/11/18
[PULL 12/12] .gitlab-ci.d: Raise timeout on cross-accel build jobs to 60m
,
Thomas Huth
,
2024/11/18
[PULL 09/12] pc-bios/s390x: Initialize machine loadparm before probing IPL devices
,
Thomas Huth
,
2024/11/18
[PULL 05/12] docs/system/bootindex: Make it clear that s390x can also boot from virtio-net
,
Thomas Huth
,
2024/11/18
[PULL 06/12] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Thomas Huth
,
2024/11/18
[PULL 08/12] pc-bios/s390x: Initialize cdrom type to false for each IPL device
,
Thomas Huth
,
2024/11/18
[PULL 10/12] pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt
,
Thomas Huth
,
2024/11/18
[PULL 07/12] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/18
[PULL 01/12] hw/usb: Use __attribute__((packed)) vs __packed
,
Thomas Huth
,
2024/11/18
Re: [PULL 00/12] s390x and misc patches for QEMU 9.2-rc1
,
Peter Maydell
,
2024/11/19
[PATCH 0/7] Enhance documentation for new developers
,
Pierrick Bouvier
,
2024/11/18
[PATCH 4/7] docs/devel: add information on how to setup build environments
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH 4/7] docs/devel: add information on how to setup build environments
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 4/7] docs/devel: add information on how to setup build environments
,
Alex Bennée
,
2024/11/19
Re: [PATCH 4/7] docs/devel: add information on how to setup build environments
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 4/7] docs/devel: add information on how to setup build environments
,
Pierrick Bouvier
,
2024/11/20
[PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Marcin Juszkiewicz
,
2024/11/19
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Pierrick Bouvier
,
2024/11/20
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Pierrick Bouvier
,
2024/11/20
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Alex Bennée
,
2024/11/20
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Daniel P . Berrangé
,
2024/11/20
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
,
Pierrick Bouvier
,
2024/11/20
[PATCH 6/7] docs: add a glossary
,
Pierrick Bouvier
,
2024/11/18
[PATCH 5/7] docs: add a codebase section
,
Pierrick Bouvier
,
2024/11/18
[PATCH 7/7] docs: add a how to section
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH 7/7] docs: add a how to section
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 7/7] docs: add a how to section
,
Pierrick Bouvier
,
2024/11/20
[PATCH 1/7] docs/devel: remove dead video link for sourcehut submit process
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH 1/7] docs/devel: remove dead video link for sourcehut submit process
,
Thomas Huth
,
2024/11/19
[PATCH 3/7] docs/devel: add b4 for patch retrieval
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval
,
Marcin Juszkiewicz
,
2024/11/19
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval
,
Daniel P . Berrangé
,
2024/11/19
Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval
,
Marcin Juszkiewicz
,
2024/11/19
[PATCH] pc-bios: Add amd-sev-es to edk2 json
,
Pratik R. Sampat
,
2024/11/18
Re: [PATCH v1 1/2] ui/sdl2: Don't disable scanout when display is refreshed
,
Dmitry Osipenko
,
2024/11/18
[PATCH] .gitlab-ci.d: Raise timeout on cross-accel build jobs to 60m
,
Peter Maydell
,
2024/11/18
Re: [PATCH] .gitlab-ci.d: Raise timeout on cross-accel build jobs to 60m
,
Thomas Huth
,
2024/11/18
[PATCH v3 0/2] arm/ptw: fix missing sctlr.{u}wxn handling in get_phys_addr_v6
,
Pavel Skripkin
,
2024/11/18
[PATCH v3 1/2] arm/ptw: make get_S1prot accept decoded AP
,
Pavel Skripkin
,
2024/11/18
[PATCH v3 2/2] arm/ptw: use get_S1prot in get_phys_addr_v6
,
Pavel Skripkin
,
2024/11/18
Re: [PATCH v3 0/2] arm/ptw: fix missing sctlr.{u}wxn handling in get_phys_addr_v6
,
Peter Maydell
,
2024/11/18
[PATCH v3 0/2] include: move include/qapi/qmp/ to include/qobject/
,
Markus Armbruster
,
2024/11/18
[PATCH v3 2/2] qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
,
Markus Armbruster
,
2024/11/18
[PATCH v3 1/2] qapi: Move include/qapi/qmp/ to include/qobject/
,
Markus Armbruster
,
2024/11/18
[PATCH v2] vpc: Read images exported from Azure correctly
,
Vitaly Kuznetsov
,
2024/11/18
Re: [PATCH v2] vpc: Read images exported from Azure correctly
,
Eric Blake
,
2024/11/18
Re: [PATCH v2] vpc: Read images exported from Azure correctly
,
Vitaly Kuznetsov
,
2024/11/18
[PULL 0/2] two tiny patches for the next QEMU 9.2 rc
,
Paolo Bonzini
,
2024/11/18
[PULL 1/2] target/i386: hyperv: add stub for hyperv_syndbg_query_options
,
Paolo Bonzini
,
2024/11/18
[PULL 2/2] configure: Use -ef to compare paths
,
Paolo Bonzini
,
2024/11/18
Re: [PULL 0/2] two tiny patches for the next QEMU 9.2 rc
,
Peter Maydell
,
2024/11/18
[PATCH] target/loongarch: fix alignment error in tci.
,
guoguangyao
,
2024/11/18
Re: [PATCH] target/loongarch: fix alignment error in tci.
,
Richard Henderson
,
2024/11/18
Re: [PATCH] target/loongarch: fix alignment error in tci.
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH-for-9.2] hw/avr/arduino: Check for CPU types in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH-for-9.2] hw/avr/arduino: Check for CPU types in machine_run_board_init()
,
Peter Maydell
,
2024/11/18
Re: [PATCH-for-9.2] hw/avr/arduino: Check for CPU types in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 00/15] Misc HW patches for 2024-11-18
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 01/15] vl: fix qemu_validate_options() indention
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 02/15] hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 03/15] hw/i386/elfboot: allocate "header" in heap
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 04/15] hw/display: factor out the scanout blob to fb conversion
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 05/15] hw/display: check frame buffer can hold blob
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 06/15] MAINTAINERS: Update my email address for COLO
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 07/15] usb-hub: Fix handling port power control messages
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 08/15] tests/qtest/migration: Fix indentations
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 09/15] hw/sd/sdhci: Fix coding style
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 11/15] Revert "hw/audio/hda: fix memory leak on audio setup"
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 10/15] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 12/15] hw/audio/hda: fix memory leak on audio setup
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 13/15] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 15/15] hw/watchdog/cmsdk_apb_watchdog: Fix broken link
,
Philippe Mathieu-Daudé
,
2024/11/18
[PULL 14/15] net: mark struct ip_header as QEMU_PACKED
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PULL 00/15] Misc HW patches for 2024-11-18
,
Peter Maydell
,
2024/11/18
Re: [PATCH 1/5] vl: fix qemu_validate_options() indention
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH] hw/net: cadence_gem: feat: add logic for the DISABLE_MASK bit in type2_compare_x_word_1
,
Andrew.Yuan
,
2024/11/18
tests/functional is eating disk space
,
Peter Maydell
,
2024/11/18
Re: tests/functional is eating disk space
,
Thomas Huth
,
2024/11/18
Re: tests/functional is eating disk space
,
Peter Maydell
,
2024/11/18
Re: tests/functional is eating disk space
,
Thomas Huth
,
2024/11/18
Re: tests/functional is eating disk space
,
Daniel P . Berrangé
,
2024/11/18
Re: tests/functional is eating disk space
,
Thomas Huth
,
2024/11/18
Re: tests/functional is eating disk space
,
Daniel P . Berrangé
,
2024/11/18
Re: avr5 not found in qemu-avr 9.1.1 on macOS
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: avr5 not found in qemu-avr 9.1.1 on macOS
,
Peter Maydell
,
2024/11/18
Re: avr5 not found in qemu-avr 9.1.1 on macOS
,
Iris Artin
,
2024/11/18
[PATCH for-9.2 0/4] fixes for hw/nvme
,
Klaus Jensen
,
2024/11/18
[PATCH for-9.2 1/4] hw/nvme: fix msix_uninit with exclusive bar
,
Klaus Jensen
,
2024/11/18
[PATCH for-9.2 2/4] hw/nvme: fix use/unuse of msix vectors
,
Klaus Jensen
,
2024/11/18
[PATCH for-9.2 3/4] hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero
,
Klaus Jensen
,
2024/11/18
[PATCH for-9.2 4/4] hw/nvme: take a reference on the subsystem on vf realization
,
Klaus Jensen
,
2024/11/18
Re: [PATCH for-9.2 0/4] fixes for hw/nvme
,
Jesper Wendel Devantier
,
2024/11/27
[PATCH] docs: aspeed: Reorganize the "Boot options" section
,
Cédric Le Goater
,
2024/11/18
Re: [PATCH] docs: aspeed: Reorganize the "Boot options" section
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH] docs: aspeed: Reorganize the "Boot options" section
,
Jan Lübbe
,
2024/11/18
Re: [PATCH] docs: aspeed: Reorganize the "Boot options" section
,
Andrew Jeffery
,
2024/11/18
Re: [PATCH] docs: aspeed: Reorganize the "Boot options" section
,
Cédric Le Goater
,
2024/11/19
MPC5553/MPC5554 Emulation (information request)
,
Daoud LAMALMI
,
2024/11/18
[PULL 0/3] vfio queue
,
Cédric Le Goater
,
2024/11/18
[PULL 1/3] vfio/igd: add pci id for Coffee Lake
,
Cédric Le Goater
,
2024/11/18
[PULL 2/3] vfio/igd: fix calculation of graphics stolen memory
,
Cédric Le Goater
,
2024/11/18
[PULL 3/3] vfio/container: Fix container object destruction
,
Cédric Le Goater
,
2024/11/18
Re: [PULL 3/3] vfio/container: Fix container object destruction
,
Cédric Le Goater
,
2024/11/18
Re: [PULL 3/3] vfio/container: Fix container object destruction
,
Michael Tokarev
,
2024/11/18
Re: [PULL 0/3] vfio queue
,
Peter Maydell
,
2024/11/18
Re: [PATCH v4 0/5] block: allow commit to unmap zero blocks
,
Vladimir Sementsov-Ogievskiy
,
2024/11/18
Re: [PATCH v4 3/5] block: refactor error handling of commit_iteration
,
Vladimir Sementsov-Ogievskiy
,
2024/11/18
Re: [PATCH v4 3/5] block: refactor error handling of commit_iteration
,
Vladimir Sementsov-Ogievskiy
,
2024/11/18
Re: [PATCH v2 1/1] hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
,
Alistair Francis
,
2024/11/18
Re: [PATCH v2 1/1] hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
,
Alistair Francis
,
2024/11/18
Re: [PATCH v8 4/5] target/riscv: Add Smrnmi mnret instruction
,
Alistair Francis
,
2024/11/18
Re: [PATCH v8 2/5] target/riscv: Handle Smrnmi interrupt and exception
,
Alistair Francis
,
2024/11/17
Re: [PATCH v8 2/5] target/riscv: Handle Smrnmi interrupt and exception
,
Frank Chang
,
2024/11/19
Re: [PATCH v8 2/5] target/riscv: Handle Smrnmi interrupt and exception
,
Frank Chang
,
2024/11/21
[PATCH] hw/aspeed: Correct minimum access size for all models
,
Joel Stanley
,
2024/11/17
Re: [PATCH] hw/aspeed: Correct minimum access size for all models
,
Troy Lee
,
2024/11/17
Re: [PATCH] hw/aspeed: Correct minimum access size for all models
,
Peter Maydell
,
2024/11/18
Re: [PATCH] hw/aspeed: Correct minimum access size for all models
,
Joel Stanley
,
2024/11/18
Re: [PATCH] hw/aspeed: Correct minimum access size for all models
,
Peter Maydell
,
2024/11/19
Re: [PATCH] hw/aspeed: Correct minimum access size for all models
,
Cédric Le Goater
,
2024/11/25
Re: [PATCH 0/8] riscv: AIA userspace irqchip_split support
,
Alistair Francis
,
2024/11/17
Re: [PATCH 0/8] riscv: AIA userspace irqchip_split support
,
Daniel Henrique Barboza
,
2024/11/19
Re: [PATCH 8/8] docs: update riscv/virt.rst with kernel-irqchip=split support
,
Alistair Francis
,
2024/11/17
Re: [PATCH 7/8] target/riscv/kvm: remove irqchip_split() restriction
,
Alistair Francis
,
2024/11/17
Re: [PATCH 6/8] hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsic
,
Alistair Francis
,
2024/11/17
Re: [PATCH 5/8] hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpers
,
Alistair Francis
,
2024/11/17
Re: [PATCH 4/8] target/riscv/kvm: consider irqchip_split() in aia_create()
,
Alistair Francis
,
2024/11/17
Re: [PATCH 3/8] hw/riscv/virt.c: rename helper to virt_use_kvm_aia_aplic_imsic()
,
Alistair Francis
,
2024/11/17
Re: [PATCH 2/8] hw/riscv/virt.c: reduce virt_use_kvm_aia() usage
,
Alistair Francis
,
2024/11/17
Re: [PATCH 1/8] hw/intc/riscv_aplic: rename is_kvm_aia()
,
Alistair Francis
,
2024/11/17
[PATCH v3 00/11] Add RISC-V Counter delegation ISA extension support
,
Atish Patra
,
2024/11/17
[PATCH v3 01/11] target/riscv: Add properties for Indirect CSR Access extension
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 01/11] target/riscv: Add properties for Indirect CSR Access extension
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v3 02/11] target/riscv: Decouple AIA processing from xiselect and xireg
,
Atish Patra
,
2024/11/17
[PATCH v3 06/11] target/riscv: Add counter delegation definitions
,
Atish Patra
,
2024/11/17
[PATCH v3 03/11] target/riscv: Enable S*stateen bits for AIA
,
Atish Patra
,
2024/11/17
[PATCH v3 04/11] target/riscv: Support generic CSR indirect access
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 04/11] target/riscv: Support generic CSR indirect access
,
Daniel Henrique Barboza
,
2024/11/28
Re: [PATCH v3 04/11] target/riscv: Support generic CSR indirect access
,
Richard Henderson
,
2024/11/28
[PATCH v3 10/11] target/riscv: Add implied rule for counter delegation extensions
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 10/11] target/riscv: Add implied rule for counter delegation extensions
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v3 11/11] target/riscv: Add configuration for S[m|s]csrind, Smcdeleg/Ssccfg
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 11/11] target/riscv: Add configuration for S[m|s]csrind, Smcdeleg/Ssccfg
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v3 07/11] target/riscv: Add select value range check for counter delegation
,
Atish Patra
,
2024/11/17
[PATCH v3 05/11] target/riscv: Add properties for counter delegation ISA extensions
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 05/11] target/riscv: Add properties for counter delegation ISA extensions
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v3 08/11] target/riscv: Add counter delegation/configuration support
,
Atish Patra
,
2024/11/17
Re: [PATCH v3 08/11] target/riscv: Add counter delegation/configuration support
,
Daniel Henrique Barboza
,
2024/11/28
[PATCH v3 09/11] target/riscv: Invoke pmu init after feature enable
,
Atish Patra
,
2024/11/17
[PATCH 1/7] [BCM2835 AUX 1/7] Replace hard-coded FIFO
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 7/7] [BCM2835 AUX 7/7] STAT OVERRUN & IDLE
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 3/7] [BCM2835 AUX 3/7] Asynchronous transmit
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 4/7] [BCM2835 AUX 4/7] STAT & IIR registers
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 6/7] [BCM2835 AUX 6/7] Add LSR register
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 2/7] [BCM2835 AUX 2/7] Add basic support for CNTL register
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH 5/7] [BCM2835 AUX 5/7] Suffix constants
,
Ioan-Cristian CÎRSTEA
,
2024/11/17
[PATCH v3 00/24] Multifd 🔀 device state transfer support with VFIO consumer
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 01/24] migration: Clarify that {load, save}_cleanup handlers can run without setup
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 01/24] migration: Clarify that {load, save}_cleanup handlers can run without setup
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 01/24] migration: Clarify that {load,save}_cleanup handlers can run without setup
,
Cédric Le Goater
,
2024/11/26
[PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function
,
Cédric Le Goater
,
2024/11/26
[PATCH v3 03/24] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 03/24] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 03/24] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
,
Cédric Le Goater
,
2024/11/26
[PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Maciej S. Szmigiero
,
2024/11/25
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Cédric Le Goater
,
2024/11/26
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Maciej S. Szmigiero
,
2024/11/26
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Cédric Le Goater
,
2024/11/26
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Maciej S. Szmigiero
,
2024/11/26
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Avihai Horon
,
2024/11/28
Re: [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
,
Maciej S. Szmigiero
,
2024/11/28
[PATCH v3 05/24] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 05/24] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 05/24] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
,
Cédric Le Goater
,
2024/11/26
Re: [PATCH v3 05/24] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
,
Maciej S. Szmigiero
,
2024/11/26
[PATCH v3 06/24] migration: Add qemu_loadvm_load_state_buffer() and its handler
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Cédric Le Goater
,
2024/11/27
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Maciej S. Szmigiero
,
2024/11/27
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Avihai Horon
,
2024/11/28
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
,
Maciej S. Szmigiero
,
2024/11/28
[PATCH v3 09/24] migration/multifd: Split packet into header and RAM data
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 09/24] migration/multifd: Split packet into header and RAM data
,
Fabiano Rosas
,
2024/11/26
[PATCH v3 10/24] migration/multifd: Device state transfer support - receive side
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 11/24] migration/multifd: Make multifd_send() thread safe
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 12/24] migration/multifd: Add an explicit MultiFDSendData destructor
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 13/24] migration/multifd: Device state transfer support - send side
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 13/24] migration/multifd: Device state transfer support - send side
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH v3 13/24] migration/multifd: Device state transfer support - send side
,
Maciej S. Szmigiero
,
2024/11/26
[PATCH v3 14/24] migration/multifd: Make MultiFDSendData a struct
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 15/24] migration/multifd: Add migration_has_device_state_support()
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 15/24] migration/multifd: Add migration_has_device_state_support()
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH v3 15/24] migration/multifd: Add migration_has_device_state_support()
,
Avihai Horon
,
2024/11/28
Re: [PATCH v3 15/24] migration/multifd: Add migration_has_device_state_support()
,
Maciej S. Szmigiero
,
2024/11/28
[PATCH v3 16/24] migration/multifd: Send final SYNC only after device state is complete
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 16/24] migration/multifd: Send final SYNC only after device state is complete
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH v3 16/24] migration/multifd: Send final SYNC only after device state is complete
,
Maciej S. Szmigiero
,
2024/11/26
[PATCH v3 17/24] migration: Add save_live_complete_precopy_thread handler
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 17/24] migration: Add save_live_complete_precopy_thread handler
,
Cédric Le Goater
,
2024/11/29
Re: [PATCH v3 17/24] migration: Add save_live_complete_precopy_thread handler
,
Maciej S. Szmigiero
,
2024/11/29
[PATCH v3 18/24] vfio/migration: Don't run load cleanup if load setup didn't run
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 18/24] vfio/migration: Don't run load cleanup if load setup didn't run
,
Cédric Le Goater
,
2024/11/29
Re: [PATCH v3 18/24] vfio/migration: Don't run load cleanup if load setup didn't run
,
Maciej S. Szmigiero
,
2024/11/29
[PATCH v3 19/24] vfio/migration: Add x-migration-multifd-transfer VFIO property
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 19/24] vfio/migration: Add x-migration-multifd-transfer VFIO property
,
Cédric Le Goater
,
2024/11/29
Re: [PATCH v3 19/24] vfio/migration: Add x-migration-multifd-transfer VFIO property
,
Maciej S. Szmigiero
,
2024/11/29
[PATCH v3 20/24] vfio/migration: Add load_device_config_state_start trace event
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 20/24] vfio/migration: Add load_device_config_state_start trace event
,
Cédric Le Goater
,
2024/11/29
[PATCH v3 22/24] vfio/migration: Multifd device state transfer support - receive side
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 21/24] vfio/migration: Convert bytes_transferred counter to atomic
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3 23/24] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
,
Maciej S. Szmigiero
,
2024/11/17
Re: [PATCH v3 23/24] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
,
Fabiano Rosas
,
2024/11/26
[PATCH v3 24/24] vfio/migration: Multifd device state transfer support - send side
,
Maciej S. Szmigiero
,
2024/11/17
[PATCH v3] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/17
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Alex Bennée
,
2024/11/18
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
2024/11/18
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Richard Henderson
,
2024/11/18
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/18
Re: [PATCH v3] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
2024/11/18
[PATCH 1/1] pcie-root-port: Fast PCIe root ports for new machine
,
Gao Shiyuan
,
2024/11/17
Re: [PATCH 1/1] pcie-root-port: Fast PCIe root ports for new machine
,
Jonathan Cameron
,
2024/11/18
[PATCH v2 0/2] arm/ptw: fix missing sctlr.{u}wxn
,
Pavel Skripkin
,
2024/11/17
[PATCH v2 1/2] arm/ptw: make get_S1prot accept decoded AP
,
Pavel Skripkin
,
2024/11/17
Re: [PATCH v2 1/2] arm/ptw: make get_S1prot accept decoded AP
,
Peter Maydell
,
2024/11/18
[PATCH v2 2/2] arm/ptw: use get_S1prot in get_phys_addr_v6
,
Pavel Skripkin
,
2024/11/17
Re: [PATCH v2 2/2] arm/ptw: use get_S1prot in get_phys_addr_v6
,
Peter Maydell
,
2024/11/18
Re: [PATCH v3 1/2] target/i386: fix hang when using slow path for ptw_setl
,
Michael Tokarev
,
2024/11/16
Re: [PATCH v3 1/2] target/i386: fix hang when using slow path for ptw_setl
,
Pierrick Bouvier
,
2024/11/17
[PATCH RISU] risugen/aarch64: FCMP*Z* require rm == 0
,
Richard Henderson
,
2024/11/16
Re: [PATCH RISU] risugen/aarch64: FCMP*Z* require rm == 0
,
Peter Maydell
,
2024/11/18
[PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/16
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
2024/11/17
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/17
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Peter Maydell
,
2024/11/17
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/17
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
2024/11/17
Re: [PATCH v2] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/17
[PATCH v1] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/16
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Paolo Bonzini
,
2024/11/16
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Peter Maydell
,
2024/11/16
Re: [PATCH v1] rust/pl011: Fix DeviceID reads
,
Manos Pitsidianakis
,
2024/11/16
[PULL v2 00/15] tcg + linux-user patch queue
,
Richard Henderson
,
2024/11/16
[PULL v2 02/15] target/arm: Drop user-only special case in sve_stN_r
,
Richard Henderson
,
2024/11/16
Re: [PULL v2 00/15] tcg + linux-user patch queue
,
Peter Maydell
,
2024/11/16
[PATCH RISU] risugen/aarch64: SMULH and UMULH require ra == 31
,
Richard Henderson
,
2024/11/16
Re: [PATCH RISU] risugen/aarch64: SMULH and UMULH require ra == 31
,
Peter Maydell
,
2024/11/18
[PULL 00/14] tcg + linux-user patch queue
,
Richard Henderson
,
2024/11/15
[PULL 02/14] accel/tcg: Fix user-only probe_access_internal plugin check
,
Richard Henderson
,
2024/11/15
[PULL 01/14] linux-user: Fix setreuid and setregid to use direct syscalls
,
Richard Henderson
,
2024/11/15
[PULL 03/14] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
,
Richard Henderson
,
2024/11/15
[PULL 04/14] tests/tcg: Test that sigreturn() does not corrupt the signal mask
,
Richard Henderson
,
2024/11/15
[PULL 05/14] target/i386: fix hang when using slow path for ptw_setl
,
Richard Henderson
,
2024/11/15
[PULL 08/14] linux-user: Drop image_info.alignment
,
Richard Henderson
,
2024/11/15
[PULL 06/14] cpu: ensure we don't call start_exclusive from cpu_exec
,
Richard Henderson
,
2024/11/15
[PULL 09/14] linux-user/aarch64: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/15
[PULL 10/14] linux-user/arm: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/15
[PULL 11/14] linux-user/loongarch64: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/15
[PULL 12/14] linux-user/ppc: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/15
[PULL 07/14] linux-user: Honor elf alignment when placing images
,
Richard Henderson
,
2024/11/15
[PULL 14/14] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Richard Henderson
,
2024/11/15
[PULL 13/14] linux-user/arm: Select vdso for be8 and be32 modes
,
Richard Henderson
,
2024/11/15
Re: [PULL 00/14] tcg + linux-user patch queue
,
Peter Maydell
,
2024/11/16
Re: [PULL 00/14] tcg + linux-user patch queue
,
Richard Henderson
,
2024/11/16
[PATCH] nbd-server: Silence server warnings on port probes
,
Eric Blake
,
2024/11/15
Re: [PATCH] nbd-server: Silence server warnings on port probes
,
Vladimir Sementsov-Ogievskiy
,
2024/11/18
Re: [PATCH] nbd-server: Silence server warnings on port probes
,
Eric Blake
,
2024/11/18
Re: [PATCH] nbd-server: Silence server warnings on port probes
,
Eric Blake
,
2024/11/18
Re: [RFC PATCH 0/6] Enable shared device assignment
,
Rob Nertney
,
2024/11/15
Re: [RFC PATCH 0/6] Enable shared device assignment
,
David Hildenbrand
,
2024/11/15
[PATCH v3 0/9] Require error handling for dynamically created objects
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 1/9] hw: eliminate qdev_try_new, isa_try_new & usb_try_new
,
Daniel P . Berrangé
,
2024/11/15
Re: [PATCH v3 1/9] hw: eliminate qdev_try_new, isa_try_new & usb_try_new
,
Peter Xu
,
2024/11/15
Re: [PATCH v3 1/9] hw: eliminate qdev_try_new, isa_try_new & usb_try_new
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 2/9] qom: refactor checking abstract property when creating instances
,
Daniel P . Berrangé
,
2024/11/15
Re: [PATCH v3 2/9] qom: refactor checking abstract property when creating instances
,
Peter Xu
,
2024/11/15
[PATCH v3 3/9] qom: allow failure of object_new_with_class
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 4/9] qom: introduce object_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 5/9] convert code to object_new_dynamic() where appropriate
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 6/9] qom: enforce use of static, const string with object_new()
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 8/9] convert code to qdev_new_dynamic() where appropriate
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v3 7/9] qom: introduce qdev_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/15
Re: [PATCH v3 7/9] qom: introduce qdev_new_dynamic()
,
Peter Xu
,
2024/11/15
[PATCH v3 9/9] hw: enforce use of static, const string with qdev_new()
,
Daniel P . Berrangé
,
2024/11/15
Re: [PATCH v3 9/9] hw: enforce use of static, const string with qdev_new()
,
Peter Xu
,
2024/11/15
[PATCH] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Peter Maydell
,
2024/11/15
Re: [PATCH] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
,
Richard Henderson
,
2024/11/15
[PATCH 0/3] qtest: Provide and use function for doing system reset
,
Peter Maydell
,
2024/11/15
[PATCH 1/3] tests/qtest: Add qtest_system_reset() utility function
,
Peter Maydell
,
2024/11/15
Re: [PATCH 1/3] tests/qtest: Add qtest_system_reset() utility function
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH 2/3] tests/qtest: Use qtest_system_reset() instead of open-coded versions
,
Peter Maydell
,
2024/11/15
Re: [PATCH 2/3] tests/qtest: Use qtest_system_reset() instead of open-coded versions
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH 3/3] tests/qtest: Use qtest_system_reset_nowait() where appropriate
,
Peter Maydell
,
2024/11/15
Re: [PATCH 3/3] tests/qtest: Use qtest_system_reset_nowait() where appropriate
,
Fabiano Rosas
,
2024/11/22
Re: [PATCH 0/3] qtest: Provide and use function for doing system reset
,
Fabiano Rosas
,
2024/11/22
Re: [PATCH v2 02/18] hw/block:m25p80: Fix coding style
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH v2 00/12] rust: improved integration with cargo
,
Paolo Bonzini
,
2024/11/15
[PATCH 01/12] rust: apply --cfg MESON to all crates
,
Paolo Bonzini
,
2024/11/15
[PATCH 03/12] rust: build: move rustc_args.py invocation to qemu-api crate
,
Paolo Bonzini
,
2024/11/15
[PATCH 05/12] rust: build: generate lint flags from Cargo.toml
,
Paolo Bonzini
,
2024/11/15
[PATCH 08/12] rust: fix a couple style issues from clippy
,
Paolo Bonzini
,
2024/11/15
[PATCH 02/12] rust: allow using build-root bindings.rs from cargo
,
Paolo Bonzini
,
2024/11/15
[PATCH 07/12] rust: build: move strict lints handling to rustc_args.py
,
Paolo Bonzini
,
2024/11/15
[PATCH 04/12] rust: build: restrict --cfg generation to only required symbols
,
Paolo Bonzini
,
2024/11/15
[PATCH 06/12] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Paolo Bonzini
,
2024/11/15
[PATCH 10/12] rust: build: add "make clippy", "make rustfmt", "make rustdoc"
,
Paolo Bonzini
,
2024/11/15
[PATCH 09/12] rust: build: establish a baseline of lints across all crates
,
Paolo Bonzini
,
2024/11/15
[PATCH 11/12] rust: ci: add job that runs Rust tools
,
Paolo Bonzini
,
2024/11/15
[PATCH 12/12] rust: fix doc test syntax
,
Paolo Bonzini
,
2024/11/15
[PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link
,
Roque Arcudia Hernandez
,
2024/11/15
Re: [PATCH 1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 2/5] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 3/5] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 4/5] tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 5/5] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
,
Roque Arcudia Hernandez
,
2024/11/15
Re: [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog
,
Roque Arcudia Hernandez
,
2024/11/15
Re: [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog
,
Peter Maydell
,
2024/11/15
Re: [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog
,
Peter Maydell
,
2024/11/18
[PATCH 00/10] accel/tcg: API prototype cleanups
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 01/10] target/mips: Drop left-over comment about Jazz machine
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 01/10] target/mips: Drop left-over comment about Jazz machine
,
Peter Maydell
,
2024/11/15
Re: [PATCH 01/10] target/mips: Drop left-over comment about Jazz machine
,
Richard Henderson
,
2024/11/15
[PATCH 02/10] target/loongarch: Declare loongarch_cpu_dump_state() locally
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 02/10] target/loongarch: Declare loongarch_cpu_dump_state() locally
,
Peter Maydell
,
2024/11/15
Re: [PATCH 02/10] target/loongarch: Declare loongarch_cpu_dump_state() locally
,
Richard Henderson
,
2024/11/15
[PATCH 03/10] target/sparc: Move sparc_restore_state_to_opc() to cpu.c
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 03/10] target/sparc: Move sparc_restore_state_to_opc() to cpu.c
,
Peter Maydell
,
2024/11/15
Re: [PATCH 03/10] target/sparc: Move sparc_restore_state_to_opc() to cpu.c
,
Richard Henderson
,
2024/11/15
[PATCH 04/10] accel/tcg: Ensure frontends define restore_state_to_opc handler
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument
,
Peter Maydell
,
2024/11/15
Re: [PATCH 06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument
,
Richard Henderson
,
2024/11/15
Re: [PATCH 06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument
,
Peter Maydell
,
2024/11/15
[PATCH 05/10] accel/tcg: Move cpu_unwind_state_data() declaration
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 05/10] accel/tcg: Move cpu_unwind_state_data() declaration
,
Peter Maydell
,
2024/11/15
Re: [PATCH 05/10] accel/tcg: Move cpu_unwind_state_data() declaration
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 07/10] accel/tcg: Reduce log_pc() declaration scope
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 07/10] accel/tcg: Reduce log_pc() declaration scope
,
Peter Maydell
,
2024/11/15
Re: [PATCH 07/10] accel/tcg: Reduce log_pc() declaration scope
,
Richard Henderson
,
2024/11/15
[PATCH 09/10] hw/core/cpu: Pass CPUArchState to restore_state_to_opc() handler
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 08/10] hw/core/cpu: Pass CPUArchState to set/get_pc() handlers
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH 08/10] hw/core/cpu: Pass CPUArchState to set/get_pc() handlers
,
Peter Maydell
,
2024/11/15
Re: [PATCH 08/10] hw/core/cpu: Pass CPUArchState to set/get_pc() handlers
,
Paolo Bonzini
,
2024/11/15
Re: [PATCH 08/10] hw/core/cpu: Pass CPUArchState to set/get_pc() handlers
,
Richard Henderson
,
2024/11/15
[PATCH 10/10] hw/core/cpu: Pass CPUArchState to cpu_dump_state() handler
,
Philippe Mathieu-Daudé
,
2024/11/15
Re: [PATCH] docs: explicitly permit a "commonly known identity" with SoB
,
Peter Maydell
,
2024/11/15
Re: [PATCH] docs: explicitly permit a "commonly known identity" with SoB
,
Stefan Hajnoczi
,
2024/11/21
Re: [PATCH] docs: explicitly permit a "commonly known identity" with SoB
,
Alex Bennée
,
2024/11/15
Re: [PATCH] docs: explicitly permit a "commonly known identity" with SoB
,
Alex Bennée
,
2024/11/21
[PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/15
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/18
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Eric Farman
,
2024/11/18
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/18
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/18
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Christian Borntraeger
,
2024/11/18
Re: [PATCH v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/18
Re: [PATCH 2/2] tests/tcg/s390x: Add the floating-point multiply-and-add test
,
Peter Maydell
,
2024/11/15
Re: [PATCH 1/2] target/s390x: Fix the floating-point multiply-and-add NaN rules
,
Peter Maydell
,
2024/11/15
[PATCH v2] vfio/container: Fix container object destruction
,
Cédric Le Goater
,
2024/11/15
RE: [PATCH v2] vfio/container: Fix container object destruction
,
Duan, Zhenzhong
,
2024/11/15
Re: [PATCH v2] vfio/container: Fix container object destruction
,
Eric Auger
,
2024/11/18
[PATCH v2] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Zuo boqun
,
2024/11/15
Re: [PATCH v2] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Stefano Garzarella
,
2024/11/15
Re: [PATCH v2] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Jason Wang
,
2024/11/24
Re: [PATCH v2] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Zuo,Boqun
,
2024/11/25
[PATCH for-9.2] vfio/container: Fix container object destruction
,
Cédric Le Goater
,
2024/11/15
RE: [PATCH for-9.2] vfio/container: Fix container object destruction
,
Duan, Zhenzhong
,
2024/11/15
Re: [PATCH for-9.2] vfio/container: Fix container object destruction
,
Cédric Le Goater
,
2024/11/15
[PATCH 1/1] hw/net: Support Marvell 88E1111 phy driver
,
Fea.Wang
,
2024/11/14
[PATCH] docs/system/s390x/bootdevices: Update loadparm documentation
,
jrossi
,
2024/11/14
Re: [PATCH] docs/system/s390x/bootdevices: Update loadparm documentation
,
Thomas Huth
,
2024/11/15
"make clean" after "git pull" runs configure before cleaning.
,
Rob Landley
,
2024/11/14
Re: "make clean" after "git pull" runs configure before cleaning.
,
Paolo Bonzini
,
2024/11/14
Re: "make clean" after "git pull" runs configure before cleaning.
,
Rob Landley
,
2024/11/15
Re: "make clean" after "git pull" runs configure before cleaning.
,
Paolo Bonzini
,
2024/11/15
[PATCH v7 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Yichen Wang
,
2024/11/14
[PATCH v7 01/12] meson: Introduce new instruction set enqcmd to the build system.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 01/12] meson: Introduce new instruction set enqcmd to the build system.
,
Fabiano Rosas
,
2024/11/21
[PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 02/12] util/dsa: Add idxd into linux header copy list.
,
Fabiano Rosas
,
2024/11/21
[PATCH v7 04/12] util/dsa: Implement DSA task enqueue and dequeue.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 04/12] util/dsa: Implement DSA task enqueue and dequeue.
,
Fabiano Rosas
,
2024/11/21
[PATCH v7 03/12] util/dsa: Implement DSA device start and stop logic.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 03/12] util/dsa: Implement DSA device start and stop logic.
,
Fabiano Rosas
,
2024/11/21
[PATCH v7 06/12] util/dsa: Implement zero page checking in DSA task.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 06/12] util/dsa: Implement zero page checking in DSA task.
,
Fabiano Rosas
,
2024/11/25
Re: [External] Re: [PATCH v7 06/12] util/dsa: Implement zero page checking in DSA task.
,
Yichen Wang
,
2024/11/25
[PATCH v7 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion.
,
Fabiano Rosas
,
2024/11/25
[PATCH v7 05/12] util/dsa: Implement DSA task asynchronous completion thread model.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 05/12] util/dsa: Implement DSA task asynchronous completion thread model.
,
Fabiano Rosas
,
2024/11/21
[PATCH v7 08/12] migration/multifd: Add new migration option for multifd DSA offloading.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 08/12] migration/multifd: Add new migration option for multifd DSA offloading.
,
Dr. David Alan Gilbert
,
2024/11/15
[PATCH v7 09/12] migration/multifd: Enable DSA offloading in multifd sender path.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 09/12] migration/multifd: Enable DSA offloading in multifd sender path.
,
Fabiano Rosas
,
2024/11/21
Re: [External] Re: [PATCH v7 09/12] migration/multifd: Enable DSA offloading in multifd sender path.
,
Yichen Wang
,
2024/11/25
Re: [External] Re: [PATCH v7 09/12] migration/multifd: Enable DSA offloading in multifd sender path.
,
Fabiano Rosas
,
2024/11/26
[PATCH v7 11/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 11/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading.
,
Fabiano Rosas
,
2024/11/25
[PATCH v7 12/12] migration/doc: Add DSA zero page detection doc
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 12/12] migration/doc: Add DSA zero page detection doc
,
Fabiano Rosas
,
2024/11/25
[PATCH v7 10/12] util/dsa: Add unit test coverage for Intel DSA task submission and completion.
,
Yichen Wang
,
2024/11/14
Re: [PATCH v7 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Fabiano Rosas
,
2024/11/19
Re: [External] Re: [PATCH v7 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Yichen Wang
,
2024/11/25
[PATCH RESEND v2 00/19] hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 01/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 02/19] hw/net/xilinx_ethlite: Convert some debug logs to trace events
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 03/19] hw/net/xilinx_ethlite: Remove unuseful debug logs
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 04/19] hw/net/xilinx_ethlite: Update QOM style
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 05/19] hw/net/xilinx_ethlite: Correct maximum RX buffer size
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 08/19] hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 06/19] hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented)
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 10/19] hw/net/xilinx_ethlite: Access TX_GIE register for each port
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 07/19] hw/net/xilinx_ethlite: Rename rxbuf -> port_index
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 09/19] hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 11/19] hw/net/xilinx_ethlite: Access TX_LEN register for each port
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 12/19] hw/net/xilinx_ethlite: Access TX_CTRL register for each port
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 13/19] hw/net/xilinx_ethlite: Map RX_CTRL as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 14/19] hw/net/xilinx_ethlite: Map TX_LEN as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 15/19] hw/net/xilinx_ethlite: Map TX_GIE as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 16/19] hw/net/xilinx_ethlite: Map TX_CTRL as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 18/19] hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container'
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 17/19] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH RESEND v2 19/19] hw/net/xilinx_ethlite: Map RESERVED I/O as unimplemented
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH RESEND v2 19/19] hw/net/xilinx_ethlite: Map RESERVED I/O as unimplemented
,
Alex Bennée
,
2024/11/15
[PATCH v4 0/5] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2024/11/14
[PATCH v4 1/5] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2024/11/14
[PATCH v4 2/5] target/i386: Update EPYC-Rome CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2024/11/14
[PATCH v4 3/5] target/i386: Update EPYC-Milan CPU model for Cache property, RAS, SVM feature bits
,
Babu Moger
,
2024/11/14
[PATCH v4 4/5] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
,
Babu Moger
,
2024/11/14
[PATCH v4 5/5] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
,
Babu Moger
,
2024/11/14
Re: [PATCH v4 0/5] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits
,
Maksim Davydov
,
2024/11/15
[PATCH v2 00/19] hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v2 01/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v2 02/19] hw/net/xilinx_ethlite: Convert some debug logs to trace events
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v2 03/19] hw/net/xilinx_ethlite: Remove unuseful debug logs
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v2 04/19] hw/net/xilinx_ethlite: Update QOM style
,
Philippe Mathieu-Daudé
,
2024/11/14
[ANNOUNCE] QEMU 9.2.0-rc0 is now available
,
Michael Roth
,
2024/11/14
[PATCH 1/2] arm/ptw: factor out wxn logic to separate functions
,
Pavel Skripkin
,
2024/11/14
[PATCH 1/2] arm/ptw: factor out wxn logic to separate functions
,
Pavel Skripkin
,
2024/11/14
[PATCH 2/2] arm/ptw: respect sctlr.{u}wxn in get_phys_addr_v6
,
Pavel Skripkin
,
2024/11/14
Re: [PATCH 2/2] arm/ptw: respect sctlr.{u}wxn in get_phys_addr_v6
,
Peter Maydell
,
2024/11/15
Re: [PATCH 2/2] arm/ptw: respect sctlr.{u}wxn in get_phys_addr_v6
,
Pavel Skripkin
,
2024/11/15
Re: [PATCH 2/2] arm/ptw: respect sctlr.{u}wxn in get_phys_addr_v6
,
Peter Maydell
,
2024/11/15
[PULL 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/14
[PULL 1/8] migration: Check current_migration in migration_is_running()
,
Kevin Wolf
,
2024/11/14
[PULL 4/8] iotests: correct resultclass type in ReproducibleTestRunner
,
Kevin Wolf
,
2024/11/14
[PULL 5/8] python: disable too-many-positional-arguments warning
,
Kevin Wolf
,
2024/11/14
[PULL 3/8] iotests: reflow ReproducibleTestRunner arguments
,
Kevin Wolf
,
2024/11/14
[PULL 2/8] parallels: fix possible int overflow
,
Kevin Wolf
,
2024/11/14
[PULL 6/8] python: silence pylint raising-non-exception error
,
Kevin Wolf
,
2024/11/14
[PULL 7/8] qdev-monitor: avoid QemuOpts in QMP device_add
,
Kevin Wolf
,
2024/11/14
[PULL 8/8] vl: use qmp_device_add() in qemu_create_cli_devices()
,
Kevin Wolf
,
2024/11/14
Re: [PULL 0/8] Block layer patches
,
Peter Maydell
,
2024/11/15
Re: [PULL 0/8] Block layer patches
,
Kevin Wolf
,
2024/11/19
Re: [PULL 0/8] Block layer patches
,
Stefan Hajnoczi
,
2024/11/19
[PATCH] pc-bios/s390x: Initialize machine loadparm before probing IPL devices
,
jrossi
,
2024/11/14
Re: [PATCH] pc-bios/s390x: Initialize machine loadparm before probing IPL devices
,
Thomas Huth
,
2024/11/15
[PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Richard Henderson
,
2024/11/14
[PATCH v2 01/54] util/interval-tree: Introduce interval_tree_free_nodes
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 01/54] util/interval-tree: Introduce interval_tree_free_nodes
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 05/54] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 05/54] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 03/54] accel/tcg: Split out tlbfast_{index,entry}
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 03/54] accel/tcg: Split out tlbfast_{index,entry}
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 02/54] accel/tcg: Split out tlbfast_flush_locked
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 02/54] accel/tcg: Split out tlbfast_flush_locked
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 06/54] accel/tcg: Assert non-zero length in tlb_flush_range_by_mmuidx*
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 06/54] accel/tcg: Assert non-zero length in tlb_flush_range_by_mmuidx*
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 04/54] accel/tcg: Split out tlbfast_flush_range_locked
,
Richard Henderson
,
2024/11/14
[PATCH v2 08/54] accel/tcg: Flush entire tlb when a masked range wraps
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 08/54] accel/tcg: Flush entire tlb when a masked range wraps
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 09/54] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 09/54] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 07/54] accel/tcg: Assert bits in range in tlb_flush_range_by_mmuidx*
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 07/54] accel/tcg: Assert bits in range in tlb_flush_range_by_mmuidx*
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 12/54] accel/tcg: Remove IntervalTree entries in tlb_flush_range_locked
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 12/54] accel/tcg: Remove IntervalTree entries in tlb_flush_range_locked
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 11/54] accel/tcg: Remove IntervalTree entry in tlb_flush_page_locked
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 11/54] accel/tcg: Remove IntervalTree entry in tlb_flush_page_locked
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 10/54] accel/tcg: Populate IntervalTree in tlb_set_page_full
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 10/54] accel/tcg: Populate IntervalTree in tlb_set_page_full
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 24/54] accel/tcg: Preserve tlb flags in tlb_set_compare
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 24/54] accel/tcg: Preserve tlb flags in tlb_set_compare
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 25/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full_mmu
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 25/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full_mmu
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 35/54] target/avr: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 35/54] target/avr: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 16/54] accel/tcg: Pass full addr to victim_tlb_hit
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 16/54] accel/tcg: Pass full addr to victim_tlb_hit
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 23/54] accel/tcg: Check original prot bits for read in atomic_mmu_lookup
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 23/54] accel/tcg: Check original prot bits for read in atomic_mmu_lookup
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 26/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 26/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 21/54] accel/tcg: Delay plugin adjustment in probe_access_internal
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 21/54] accel/tcg: Delay plugin adjustment in probe_access_internal
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 38/54] target/m68k: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 38/54] target/m68k: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 39/54] target/m68k: Do not call tlb_set_page in helper_ptest
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 39/54] target/m68k: Do not call tlb_set_page in helper_ptest
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 19/54] accel/tcg: Remove tlb_n_used_entries_inc
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 19/54] accel/tcg: Remove tlb_n_used_entries_inc
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 15/54] accel/tcg: Use tlb_hit_page in victim_tlb_hit
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 15/54] accel/tcg: Use tlb_hit_page in victim_tlb_hit
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 20/54] include/exec/tlb-common: Move CPUTLBEntryFull from hw/core/cpu.h
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 20/54] include/exec/tlb-common: Move CPUTLBEntryFull from hw/core/cpu.h
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 22/54] accel/tcg: Call cpu_ld*_code_mmu from cpu_ld*_code
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 22/54] accel/tcg: Call cpu_ld*_code_mmu from cpu_ld*_code
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 14/54] accel/tcg: Process IntervalTree entries in tlb_set_dirty
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 14/54] accel/tcg: Process IntervalTree entries in tlb_set_dirty
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 32/54] accel/tcg: Link CPUTLBEntry to CPUTLBEntryTree
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 32/54] accel/tcg: Link CPUTLBEntry to CPUTLBEntryTree
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 36/54] target/i386: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 36/54] target/i386: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 29/54] accel/tcg: Partially unify MMULookupPageData and TLBLookupOutput
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 29/54] accel/tcg: Partially unify MMULookupPageData and TLBLookupOutput
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 37/54] target/loongarch: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 37/54] target/loongarch: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 33/54] accel/tcg: Remove CPUTLBDesc.fulltlb
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 33/54] accel/tcg: Remove CPUTLBDesc.fulltlb
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 28/54] accel/tcg: Introduce tlb_lookup
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 28/54] accel/tcg: Introduce tlb_lookup
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 18/54] accel/tcg: Remove the victim tlb
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 18/54] accel/tcg: Remove the victim tlb
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 27/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_internal
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 27/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_internal
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 34/54] target/alpha: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 34/54] target/alpha: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 17/54] accel/tcg: Replace victim_tlb_hit with tlbtree_hit
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 17/54] accel/tcg: Replace victim_tlb_hit with tlbtree_hit
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 30/54] accel/tcg: Merge mmu_lookup1 into mmu_lookup
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 30/54] accel/tcg: Merge mmu_lookup1 into mmu_lookup
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 31/54] accel/tcg: Always use IntervalTree for code lookups
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 31/54] accel/tcg: Always use IntervalTree for code lookups
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 46/54] target/s390x: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 46/54] target/s390x: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 44/54] target/riscv: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 44/54] target/riscv: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 40/54] target/microblaze: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 40/54] target/microblaze: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 43/54] target/ppc: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 43/54] target/ppc: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 41/54] target/mips: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 41/54] target/mips: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 45/54] target/rx: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 45/54] target/rx: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
Re: [PATCH v2 45/54] target/rx: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 48/54] target/sparc: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 48/54] target/sparc: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 50/54] target/xtensa: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 50/54] target/xtensa: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 49/54] target/tricore: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 49/54] target/tricore: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 54/54] accel/tcg: Return CPUTLBEntryTree from tlb_set_page_full
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 54/54] accel/tcg: Return CPUTLBEntryTree from tlb_set_page_full
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 42/54] target/openrisc: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 42/54] target/openrisc: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 51/54] accel/tcg: Drop TCGCPUOps.tlb_fill
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 51/54] accel/tcg: Drop TCGCPUOps.tlb_fill
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 47/54] target/sh4: Convert to TCGCPUOps.tlb_fill_align
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 47/54] target/sh4: Convert to TCGCPUOps.tlb_fill_align
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 53/54] accel/tcg: Merge tlb_fill_align into callers
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 53/54] accel/tcg: Merge tlb_fill_align into callers
,
Pierrick Bouvier
,
2024/11/14
[PATCH v2 52/54] accel/tcg: Unexport tlb_set_page*
,
Richard Henderson
,
2024/11/14
Re: [PATCH v2 52/54] accel/tcg: Unexport tlb_set_page*
,
Pierrick Bouvier
,
2024/11/14
Re: [PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Pierrick Bouvier
,
2024/11/14
Re: [PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Richard Henderson
,
2024/11/14
Re: [PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Pierrick Bouvier
,
2024/11/14
Re: [PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Alex Bennée
,
2024/11/15
Re: [PATCH for-10.0 v2 00/54] accel/tcg: Convert victim tlb to IntervalTree
,
Pierrick Bouvier
,
2024/11/15
[PATCH v8 0/3] TPM TIS SPI Support
,
dan tan
,
2024/11/14
[PATCH v8 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
,
dan tan
,
2024/11/14
[PATCH v8 3/3] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/14
[PATCH v8 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/14
Re: [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/
,
Markus Armbruster
,
2024/11/14
Re: [PATCH v2 01/31] include: move include/qapi/qmp/ to include/qobject/
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v2 0/2] net: Make ip_header struct QEMU_PACKED
,
Peter Maydell
,
2024/11/14
[PATCH v2 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Peter Maydell
,
2024/11/14
Re: [PATCH v2 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v2 2/2] net: mark struct ip_header as QEMU_PACKED
,
Peter Maydell
,
2024/11/14
Re: [PATCH v2 2/2] net: mark struct ip_header as QEMU_PACKED
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH v2 0/2] net: Make ip_header struct QEMU_PACKED
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH] vpc: Read images exported from Azure correctly
,
Vitaly Kuznetsov
,
2024/11/14
Re: [PATCH] vpc: Read images exported from Azure correctly
,
Vitaly Kuznetsov
,
2024/11/18
Qemu agent RAM reporting improvement - provide info about buffers
,
Tomasz Kusmierz
,
2024/11/14
[PATCH] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Sairaj Kodilkar
,
2024/11/14
Re: [PATCH] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH] amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/29
[PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Vitaly Kuznetsov
,
2024/11/14
Re: [PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Michael Tokarev
,
2024/11/18
Re: [PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH] target/i386: Fix !CONFIG_SYNDBG build
,
Paolo Bonzini
,
2024/11/18
[PATCH 0/2] hda-codec: reuse the audio device on format change
,
Paolo Bonzini
,
2024/11/14
[PATCH 1/2] Revert "hw/audio/hda: fix memory leak on audio setup"
,
Paolo Bonzini
,
2024/11/14
[PATCH 2/2] hw/audio/hda: fix memory leak on audio setup
,
Paolo Bonzini
,
2024/11/14
Re: [PATCH 0/2] hda-codec: reuse the audio device on format change
,
Michael Tokarev
,
2024/11/14
Re: [PATCH 0/2] hda-codec: reuse the audio device on format change
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH v2 4/4] qapi: expose all schema features to code
,
Markus Armbruster
,
2024/11/14
Re: [PATCH v2 4/4] qapi: expose all schema features to code
,
Daniel P . Berrangé
,
2024/11/14
Re: [PATCH v2 4/4] qapi: expose all schema features to code
,
Markus Armbruster
,
2024/11/15
Re: [PATCH v2 4/4] qapi: expose all schema features to code
,
Daniel P . Berrangé
,
2024/11/15
[PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/14
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/14
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/14
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/14
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/15
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Paolo Bonzini
,
2024/11/15
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/15
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Paolo Bonzini
,
2024/11/15
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Thomas Huth
,
2024/11/15
Re: [PATCH] hw: Add "loadparm" property to scsi disk devices for booting on s390x
,
Jared Rossi
,
2024/11/15
[PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options
,
Paolo Bonzini
,
2024/11/14
Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options
,
Michael Tokarev
,
2024/11/14
Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options
,
Paolo Bonzini
,
2024/11/14
Re: [PATCH] target/i386: hyperv: add stub for hyperv_syndbg_query_options
,
Paolo Bonzini
,
2024/11/14
[PULL 0/5] Firmware 20241114 patches
,
Gerd Hoffmann
,
2024/11/14
[PULL 1/5] vl: fix qemu_validate_options() indention
,
Gerd Hoffmann
,
2024/11/14
[PULL 3/5] x86/loader: read complete kernel
,
Gerd Hoffmann
,
2024/11/14
[PULL 2/5] x86/loader: only patch linux kernels
,
Gerd Hoffmann
,
2024/11/14
[PULL 5/5] x86/loader: add -shim option
,
Gerd Hoffmann
,
2024/11/14
[PULL 4/5] x86/loader: expose unpatched kernel
,
Gerd Hoffmann
,
2024/11/14
Re: [PULL 0/5] Firmware 20241114 patches
,
Daniel P . Berrangé
,
2024/11/14
Re: [PULL 0/5] Firmware 20241114 patches
,
Gerd Hoffmann
,
2024/11/14
Re: [PULL 0/5] Firmware 20241114 patches
,
Peter Maydell
,
2024/11/15
QEMU wiki theme table of contents changes
,
Daniel P . Berrangé
,
2024/11/14
Re: QEMU wiki theme table of contents changes
,
Stefan Hajnoczi
,
2024/11/14
Re: QEMU wiki theme table of contents changes
,
Daniel P . Berrangé
,
2024/11/15
Re: QEMU wiki theme table of contents changes
,
Stefan Hajnoczi
,
2024/11/15
Re: QEMU wiki theme table of contents changes
,
Daniel P . Berrangé
,
2024/11/15
Re: QEMU wiki theme table of contents changes
,
Stefan Hajnoczi
,
2024/11/21
Re: QEMU wiki theme table of contents changes
,
Daniel P . Berrangé
,
2024/11/21
[PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Thomas Huth
,
2024/11/14
Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Mark Cave-Ayland
,
2024/11/14
Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Thomas Huth
,
2024/11/14
Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH RESEND v4 1/4] target/i386: Fix conditional CONFIG_SYNDBG enablement
,
Michael Tokarev
,
2024/11/14
Re: [PATCH RESEND v4 1/4] target/i386: Fix conditional CONFIG_SYNDBG enablement
,
Vitaly Kuznetsov
,
2024/11/14
[PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/14
[PATCH v3 1/3] hw/sd/sdhci: Fix coding style
,
Jamin Lin
,
2024/11/14
[PATCH v3 2/3] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/14
[PATCH v3 3/3] hw/arm/aspeed: Invert sdhci write protected pin for AST2600 EVB
,
Jamin Lin
,
2024/11/14
Re: [PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Cédric Le Goater
,
2024/11/27
Re: [PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Philippe Mathieu-Daudé
,
2024/11/27
Re: [PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Cédric Le Goater
,
2024/11/27
Re: [PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Peter Maydell
,
2024/11/28
RE: [PATCH v3 0/3] Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/28
Re: [PATCH v17 00/16] TCG code quality tracking
,
Nikita Shubin
,
2024/11/14
[PATCH v5 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
,
Clément Léger
,
2024/11/14
[PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/14
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Alistair Francis
,
2024/11/18
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/19
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Alistair Francis
,
2024/11/20
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/21
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Alistair Francis
,
2024/11/27
Re: [PATCH v5 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/28
[PATCH v5 3/9] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/11/14
[PATCH v5 2/9] target/riscv: Add Ssdbltrp CSRs handling
,
Clément Léger
,
2024/11/14
Re: [PATCH v5 2/9] target/riscv: Add Ssdbltrp CSRs handling
,
Alistair Francis
,
2024/11/19
[PATCH v5 5/9] target/riscv: Add Ssdbltrp ISA extension enable switch
,
Clément Léger
,
2024/11/14
[PATCH v5 4/9] target/riscv: Implement Ssdbltrp exception handling
,
Clément Léger
,
2024/11/14
[PATCH v5 8/9] target/riscv: Implement Smdbltrp behavior
,
Clément Léger
,
2024/11/14
[PATCH v5 7/9] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
,
Clément Léger
,
2024/11/14
[PATCH v5 6/9] target/riscv: Add Smdbltrp CSRs handling
,
Clément Léger
,
2024/11/14
[PATCH v5 9/9] target/riscv: Add Smdbltrp ISA extension enable switch
,
Clément Léger
,
2024/11/14
Question about migration on ARM system
,
Zhou Wang
,
2024/11/14
Re: Question about migration on ARM system
,
Marc Zyngier
,
2024/11/14
Re: Question about migration on ARM system
,
Zhou Wang
,
2024/11/14
Re: Question about migration on ARM system
,
Peter Maydell
,
2024/11/14
[PATCH v2] hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
,
Rodrigo Dias Correa
,
2024/11/14
Re: [PATCH v2] hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
,
Peter Maydell
,
2024/11/14
[PATCH v2] hw/riscv/riscv-iommu.c: Correct the validness check of iova
,
Jason Chien
,
2024/11/14
Re: [PATCH v2] hw/riscv/riscv-iommu.c: Correct the validness check of iova
,
Alistair Francis
,
2024/11/18
RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode
,
Jamin Lin
,
2024/11/14
Re: [PATCH v2 00/18] Fix write incorrect data into flash in user mode
,
Cédric Le Goater
,
2024/11/14
RE: [PATCH v2 00/18] Fix write incorrect data into flash in user mode
,
Jamin Lin
,
2024/11/14
[PATCH 00/24] exec: Build up 'cputlb.h' and 'ram_addr.h' headers
,
Philippe Mathieu-Daudé
,
2024/11/13
[PATCH 01/24] exec/cpu-all: Include missing 'exec/cpu-defs.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 01/24] exec/cpu-all: Include missing 'exec/cpu-defs.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 01/24] exec/cpu-all: Include missing 'exec/cpu-defs.h' header
,
Thomas Huth
,
2024/11/14
Re: [PATCH 01/24] exec/cpu-all: Include missing 'exec/cpu-defs.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 02/24] exec/cpu-defs: Remove unnecessary headers
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 02/24] exec/cpu-defs: Remove unnecessary headers
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 02/24] exec/cpu-defs: Remove unnecessary headers
,
Thomas Huth
,
2024/11/14
Re: [PATCH 02/24] exec/cpu-defs: Remove unnecessary headers
,
Richard Henderson
,
2024/11/14
[PATCH 03/24] exec/translation-block: Include missing 'exec/vaddr.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 03/24] exec/translation-block: Include missing 'exec/vaddr.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 03/24] exec/translation-block: Include missing 'exec/vaddr.h' header
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH 03/24] exec/translation-block: Include missing 'exec/vaddr.h' header
,
Pierrick Bouvier
,
2024/11/14
Re: [PATCH 03/24] exec/translation-block: Include missing 'exec/vaddr.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 04/24] accel/tcg: Include missing 'exec/translation-block.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 04/24] accel/tcg: Include missing 'exec/translation-block.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 04/24] accel/tcg: Include missing 'exec/translation-block.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 05/24] target/i386/helper: Include missing 'exec/translation-block.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 05/24] target/i386/helper: Include missing 'exec/translation-block.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 05/24] target/i386/helper: Include missing 'exec/translation-block.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 06/24] target/rx/cpu: Include missing 'exec/translation-block.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 06/24] target/rx/cpu: Include missing 'exec/translation-block.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 06/24] target/rx/cpu: Include missing 'exec/translation-block.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 07/24] system/watchpoint: Include missing 'exec/cpu-all.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 07/24] system/watchpoint: Include missing 'exec/cpu-all.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 07/24] system/watchpoint: Include missing 'exec/cpu-all.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 08/24] linux-user/aarch64/mte: Include missing 'user/abitypes.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 08/24] linux-user/aarch64/mte: Include missing 'user/abitypes.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 08/24] linux-user/aarch64/mte: Include missing 'user/abitypes.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 09/24] target/arm/mte: Restrict 'exec/ram_addr.h' to system emulation
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 09/24] target/arm/mte: Restrict 'exec/ram_addr.h' to system emulation
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 09/24] target/arm/mte: Restrict 'exec/ram_addr.h' to system emulation
,
Richard Henderson
,
2024/11/14
[PATCH 10/24] target/arm/cpu: Restrict cpu_untagged_addr() to user emulation
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 10/24] target/arm/cpu: Restrict cpu_untagged_addr() to user emulation
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 10/24] target/arm/cpu: Restrict cpu_untagged_addr() to user emulation
,
Richard Henderson
,
2024/11/14
[PATCH 11/24] exec: Introduce 'user/guest-host.h' header
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 11/24] exec: Introduce 'user/guest-host.h' header
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 11/24] exec: Introduce 'user/guest-host.h' header
,
Richard Henderson
,
2024/11/14
[PATCH 12/24] accel/tcg: Have tlb_vaddr_to_host() use vaddr type
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 12/24] accel/tcg: Have tlb_vaddr_to_host() use vaddr type
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 12/24] accel/tcg: Have tlb_vaddr_to_host() use vaddr type
,
Richard Henderson
,
2024/11/14
[PATCH 14/24] exec: Declare tlb_init/destroy() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 14/24] exec: Declare tlb_init/destroy() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 14/24] exec: Declare tlb_init/destroy() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
Re: [PATCH 14/24] exec: Declare tlb_init/destroy() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 13/24] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 13/24] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 13/24] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
Re: [PATCH 13/24] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 15/24] exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 15/24] exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 15/24] exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
[PATCH 16/24] exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 16/24] exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
[PATCH 17/24] exec: Declare tlb_set_page() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 17/24] exec: Declare tlb_set_page() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
[PATCH 18/24] exec: Declare tlb_flush*() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 18/24] exec: Declare tlb_flush*() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 18/24] exec: Declare tlb_flush*() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
[PATCH 19/24] exec: Declare tlb_hit*() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 19/24] exec: Declare tlb_hit*() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 19/24] exec: Declare tlb_hit*() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
[PATCH 20/24] exec: Declare tlb_vaddr_to_host() in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 20/24] exec: Declare tlb_vaddr_to_host() in 'exec/cputlb.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 20/24] exec: Declare tlb_vaddr_to_host() in 'exec/cputlb.h'
,
Richard Henderson
,
2024/11/14
[PATCH 22/24] exec/cpu-common: Move ram_addr_t related methods to 'exec/ram_addr.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 22/24] exec/cpu-common: Move ram_addr_t related methods to 'exec/ram_addr.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 22/24] exec/cpu-common: Move ram_addr_t related methods to 'exec/ram_addr.h'
,
Richard Henderson
,
2024/11/14
[PATCH 21/24] exec: Extract CPU physical memory API to 'sysemu/physmem-target.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 21/24] exec: Extract CPU physical memory API to 'sysemu/physmem-target.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 21/24] exec: Extract CPU physical memory API to 'sysemu/physmem-target.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 21/24] exec: Extract CPU physical memory API to 'sysemu/physmem-target.h'
,
Richard Henderson
,
2024/11/14
[PATCH 24/24] exec: Move 'ram_addr.h' header under sysemu/ namespace
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 24/24] exec: Move 'ram_addr.h' header under sysemu/ namespace
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 24/24] exec: Move 'ram_addr.h' header under sysemu/ namespace
,
Richard Henderson
,
2024/11/14
[PATCH 23/24] exec/memory: Move qemu_map_ram_ptr() declaration to 'exec/ram_addr.h'
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 23/24] exec/memory: Move qemu_map_ram_ptr() declaration to 'exec/ram_addr.h'
,
Pierrick Bouvier
,
2024/11/13
Re: [PATCH 23/24] exec/memory: Move qemu_map_ram_ptr() declaration to 'exec/ram_addr.h'
,
Richard Henderson
,
2024/11/14
[PULL 0/2] Migration 20241113 patches
,
Peter Xu
,
2024/11/13
[PULL 1/2] migration: Check current_migration in migration_is_running()
,
Peter Xu
,
2024/11/13
[PULL 2/2] migration: fix-possible-int-overflow
,
Peter Xu
,
2024/11/13
Re: [PULL 2/2] migration: fix-possible-int-overflow
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PULL 2/2] migration: fix-possible-int-overflow
,
Peter Xu
,
2024/11/13
Re: [PULL 0/2] Migration 20241113 patches
,
Peter Maydell
,
2024/11/15
[PATCH v2 00/22] tests/qtest: migration-test refactoring
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 01/22] tests/qtest/migration: Fix indentations
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 03/22] tests/qtest/migration: Stop calling everything "test"
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 03/22] tests/qtest/migration: Stop calling everything "test"
,
Peter Xu
,
2024/11/25
[PATCH v2 02/22] tests/qtest/migration: Standardize hook names
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 02/22] tests/qtest/migration: Standardize hook names
,
Peter Xu
,
2024/11/25
Re: [PATCH v2 02/22] tests/qtest/migration: Standardize hook names
,
Fabiano Rosas
,
2024/11/25
[PATCH v2 04/22] tests/migration: Disambiguate guestperf vs. a-b
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 04/22] tests/migration: Disambiguate guestperf vs. a-b
,
Peter Xu
,
2024/11/21
[PATCH v2 05/22] tests/qtest/migration: Move bootfile code to its own file
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 06/22] tests/qtest/migration: Move qmp helpers to a separate file
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 06/22] tests/qtest/migration: Move qmp helpers to a separate file
,
Peter Xu
,
2024/11/21
[PATCH v2 07/22] tests/qtest/migration: Rename migration-helpers.c
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 07/22] tests/qtest/migration: Rename migration-helpers.c
,
Peter Xu
,
2024/11/21
[PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to utils
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 08/22] tests/qtest/migration: Move ufd_version_check to utils
,
Peter Xu
,
2024/11/25
[PATCH v2 09/22] tests/qtest/migration: Move kvm_dirty_ring_supported to utils
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 09/22] tests/qtest/migration: Move kvm_dirty_ring_supported to utils
,
Peter Xu
,
2024/11/25
[PATCH v2 10/22] tests/qtest/migration: Isolate test initialization
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 10/22] tests/qtest/migration: Isolate test initialization
,
Peter Xu
,
2024/11/25
[PATCH v2 11/22] tests/qtest/migration: Move common test code
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 11/22] tests/qtest/migration: Move common test code
,
Peter Xu
,
2024/11/25
[PATCH v2 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Peter Xu
,
2024/11/25
[PATCH v2 14/22] tests/qtest/migration: Split postcopy tests
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 14/22] tests/qtest/migration: Split postcopy tests
,
Peter Xu
,
2024/11/25
[PATCH v2 13/22] tests/qtest/migration: Split compression tests from migration-test.c
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 13/22] tests/qtest/migration: Split compression tests from migration-test.c
,
Peter Xu
,
2024/11/25
[PATCH v2 15/22] tests/qtest/migration: Split file tests
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 15/22] tests/qtest/migration: Split file tests
,
Peter Xu
,
2024/11/25
[PATCH v2 19/22] tests/qtest/migration: Add migration-test-smoke
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 17/22] tests/qtest/migration: Split CPR tests
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 17/22] tests/qtest/migration: Split CPR tests
,
Peter Xu
,
2024/11/25
[PATCH v2 16/22] tests/qtest/migration: Split precopy tests
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 16/22] tests/qtest/migration: Split precopy tests
,
Peter Xu
,
2024/11/25
[PATCH v2 20/22] tests/qtest/migration: Pick smoke tests
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 18/22] tests/qtest/migration: Split validation tests + misc
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 18/22] tests/qtest/migration: Split validation tests + misc
,
Peter Xu
,
2024/11/25
[PATCH v2 21/22] tests/qtest: Add support for check-qtest-<subsystem>
,
Fabiano Rosas
,
2024/11/13
[PATCH v2 22/22] docs: Add migration tests documentation
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH v2 00/22] tests/qtest: migration-test refactoring
,
Peter Xu
,
2024/11/25
Re: [PATCH v2 00/22] tests/qtest: migration-test refactoring
,
Fabiano Rosas
,
2024/11/25
Re: [PATCH v2 00/22] tests/qtest: migration-test refactoring
,
Peter Xu
,
2024/11/25
qemu-systems-sparc can't do 1152x900 ?
,
Andrew Randrianasulu
,
2024/11/13
Re: qemu-systems-sparc can't do 1152x900 ?
,
Andrew Randrianasulu
,
2024/11/13
[PATCH v2] target/arm: Add cortex-m0+ support
,
Matthieu Castet
,
2024/11/13
Re: [PATCH v2] target/arm: Add cortex-m0+ support
,
Peter Maydell
,
2024/11/15
[PATCH for-10.0 0/9] target/riscv: add 'sha' support
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 1/9] target/riscv/tcg: hide warn for named feats when disabling via priv_ver
,
Daniel Henrique Barboza
,
2024/11/13
Re: [PATCH for-10.0 1/9] target/riscv/tcg: hide warn for named feats when disabling via priv_ver
,
Alistair Francis
,
2024/11/24
[PATCH for-10.0 2/9] target/riscv: add ssstateen
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 3/9] target/riscv: add shcounterenw
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 4/9] target/riscv: add shvstvala
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 5/9] target/riscv: add shtvala
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 8/9] target/riscv: add shgatpa
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 6/9] target/riscv: add shvstvecd
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 7/9] target/riscv: add shvsatpa
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-10.0 9/9] target/riscv/tcg: add sha
,
Daniel Henrique Barboza
,
2024/11/13
[PATCH for-9.2] linux-user/arm: Select vdso for be8 and be32 modes
,
Richard Henderson
,
2024/11/13
Re: [PATCH for-9.2] linux-user/arm: Select vdso for be8 and be32 modes
,
Philippe Mathieu-Daudé
,
2024/11/13
[PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Alexander Bulekov
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Alexander Bulekov
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Alexander Bulekov
,
2024/11/13
Re: [PATCH] fuzz: disable tcg for OSS-Fuzz builds
,
Philippe Mathieu-Daudé
,
2024/11/13
[PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Shukla, Santosh
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Shukla, Santosh
,
2024/11/13
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Phil Dennis-Jordan
,
2024/11/28
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/28
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Phil Dennis-Jordan
,
2024/11/28
Re: [PATCH] i386/kvm: Fix kvm_enable_x2apic link error in non-KVM builds
,
Philippe Mathieu-Daudé
,
2024/11/29
Re: [PATCH v2 00/14] s390x: virtio-mem support
,
David Hildenbrand
,
2024/11/13
[PATCH v10 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Paolo Bonzini
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
BALATON Zoltan
,
2024/11/13
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
BALATON Zoltan
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/14
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/22
Re: [PATCH v10 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/22
[PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/27
Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/27
Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/27
Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/27
[PATCH v10 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Akihiko Odaki
,
2024/11/27
[PATCH v10 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 10/15] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/27
[PATCH v10 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/27
[PATCH v10 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v10 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/13
Re: [PATCH v10 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/27
[PATCH] migration: fix-possible-int-overflow
,
Dmitry Frolov
,
2024/11/13
Re: [PATCH] migration: fix-possible-int-overflow
,
Peter Xu
,
2024/11/13
Re: [PATCH v2 3/4] qapi: rename 'special_features' to 'features'
,
Markus Armbruster
,
2024/11/13
[PATCH ssh v2] ssh: Do not switch session to non-blocking mode
,
Richard W.M. Jones
,
2024/11/13
Re: [PATCH ssh v2] ssh: Do not switch session to non-blocking mode
,
Kevin Wolf
,
2024/11/22
Re: [PATCH ssh v2] ssh: Do not switch session to non-blocking mode
,
Michael Tokarev
,
2024/11/26
[PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Richard W.M. Jones
,
2024/11/13
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Michael Tokarev
,
2024/11/13
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Richard W.M. Jones
,
2024/11/13
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Kevin Wolf
,
2024/11/14
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Jakub Jelen
,
2024/11/14
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Kevin Wolf
,
2024/11/14
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Jakub Jelen
,
2024/11/18
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Kevin Wolf
,
2024/11/22
Re: [PATCH ssh] ssh: Do not switch session to non-blocking mode
,
Jakub Jelen
,
2024/11/25
[PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Thomas Huth
,
2024/11/13
Re: [PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Jared Rossi
,
2024/11/13
Re: [PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Thomas Huth
,
2024/11/14
Re: [PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Jared Rossi
,
2024/11/14
Re: [PATCH] hw/s390x: Restrict "loadparm" property to devices that can be used for booting
,
Jared Rossi
,
2024/11/13
[PATCH v2] target/riscv: Add Tenstorrent Ascalon CPU
,
Anton Blanchard
,
2024/11/13
Re: [PATCH v2] target/riscv: Add Tenstorrent Ascalon CPU
,
Prasad Pandit
,
2024/11/13
Re: [PATCH v2] target/riscv: Add Tenstorrent Ascalon CPU
,
Daniel Henrique Barboza
,
2024/11/13
Re: [PATCH v2] target/riscv: Add Tenstorrent Ascalon CPU
,
Alistair Francis
,
2024/11/18
Re: [PATCH v2] target/riscv: Add Tenstorrent Ascalon CPU
,
Alistair Francis
,
2024/11/18
Re: [PATCH] virtio-net: Add queues before loading them
,
Laurent Vivier
,
2024/11/13
[PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Dmitry Frolov
,
2024/11/13
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Fabiano Rosas
,
2024/11/26
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Pierrick Bouvier
,
2024/11/26
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Daniel P . Berrangé
,
2024/11/26
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Дмитрий Фролов
,
2024/11/27
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Дмитрий Фролов
,
2024/11/27
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Pierrick Bouvier
,
2024/11/27
Re: [PATCH] tests/qtest: add TIMEOUT_MULTIPLIER
,
Philippe Mathieu-Daudé
,
2024/11/27
[PATCH 0/6] Change ghes driver to use HEST-based offsets
,
Mauro Carvalho Chehab
,
2024/11/13
[PATCH 5/6] acpi/generic_event_device: Update GHES migration to cover hest addr
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 5/6] acpi/generic_event_device: Update GHES migration to cover hest addr
,
Jonathan Cameron
,
2024/11/20
Re: [PATCH 5/6] acpi/generic_event_device: Update GHES migration to cover hest addr
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH 4/6] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 4/6] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Jonathan Cameron
,
2024/11/20
Re: [PATCH 4/6] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Mauro Carvalho Chehab
,
2024/11/22
Re: [PATCH 4/6] acpi/ghes: Use HEST table offsets when preparing GHES records
,
Jonathan Cameron
,
2024/11/25
[PATCH 6/6] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 6/6] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Jonathan Cameron
,
2024/11/20
[PATCH 1/6] acpi/ghes: Prepare to support multiple sources on ghes
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 1/6] acpi/ghes: Prepare to support multiple sources on ghes
,
Jonathan Cameron
,
2024/11/20
[PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets
,
Jonathan Cameron
,
2024/11/20
Re: [PATCH 3/6] acpi/ghes: rename the function which gets hw error offsets
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH 2/6] acpi/ghes: add a firmware file with HEST address
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH 2/6] acpi/ghes: add a firmware file with HEST address
,
Jonathan Cameron
,
2024/11/20
Re: [PATCH] hw/openrisc: Fixed undercounting of TTCR in continuous mode
,
Stafford Horne
,
2024/11/13
Re: [PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
,
Mauro Carvalho Chehab
,
2024/11/13
Re: [RFC v3 3/3] vhost: Allocate memory for packed vring
,
Sahil Siddiq
,
2024/11/13
Re: [RFC v3 3/3] vhost: Allocate memory for packed vring
,
Eugenio Perez Martin
,
2024/11/13
[PATCH 0/2] Add RW support for 4k sector size vhdx
,
Takeshi Suzuki
,
2024/11/12
[PATCH 2/2] Add iotest for 4k sector size vhdx
,
Takeshi Suzuki
,
2024/11/12
[PATCH 1/2] Add RW support for 4k sector size vhdx
,
Takeshi Suzuki
,
2024/11/12
[PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Juan Pablo Ruiz
,
2024/11/12
Re: [PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Alex Williamson
,
2024/11/12
Re: [PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Juan Pablo Ruiz
,
2024/11/13
Re: [PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Eric Auger
,
2024/11/13
Re: [PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Juan Pablo Ruiz
,
2024/11/13
Re: [PATCH 1/1] vfio/platform: Add mmio-base property to define start address for MMIO mapping
,
Alex Bennée
,
2024/11/13
[PATCH v4 0/3] plugins: generate list of symbols automatically
,
Pierrick Bouvier
,
2024/11/12
[PATCH v4 2/3] plugins: detect qemu plugin API symbols from header
,
Pierrick Bouvier
,
2024/11/12
[PATCH v4 1/3] plugins: add missing export for qemu_plugin_num_vcpus
,
Pierrick Bouvier
,
2024/11/12
[PATCH v4 3/3] plugins: eradicate qemu-plugins.symbols static file
,
Pierrick Bouvier
,
2024/11/12
Re: [PATCH v4 0/3] plugins: generate list of symbols automatically
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH v4 0/3] plugins: generate list of symbols automatically
,
Alex Bennée
,
2024/11/19
Re: [PATCH v4 0/3] plugins: generate list of symbols automatically
,
Pierrick Bouvier
,
2024/11/19
Re: [PATCH v2] tests/tcg: Stop using exit() in the gdbstub testcases
,
Alex Bennée
,
2024/11/12
[PATCH for-9.2 0/6] linux-user: Fix elf load and vdso alignment
,
Richard Henderson
,
2024/11/12
[PATCH 1/6] linux-user: Honor elf alignment when placing images
,
Richard Henderson
,
2024/11/12
Re: [PATCH 1/6] linux-user: Honor elf alignment when placing images
,
Michael Tokarev
,
2024/11/16
Re: [PATCH 1/6] linux-user: Honor elf alignment when placing images
,
Richard Henderson
,
2024/11/17
[PATCH 3/6] linux-user/aarch64: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/12
Re: [PATCH 3/6] linux-user/aarch64: Reduce vdso alignment to 4k
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 4/6] linux-user/arm: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/12
Re: [PATCH 4/6] linux-user/arm: Reduce vdso alignment to 4k
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 2/6] linux-user: Drop image_info.alignment
,
Richard Henderson
,
2024/11/12
Re: [PATCH 2/6] linux-user: Drop image_info.alignment
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 6/6] linux-user/ppc: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/12
Re: [PATCH 6/6] linux-user/ppc: Reduce vdso alignment to 4k
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 5/6] linux-user/loongarch64: Reduce vdso alignment to 4k
,
Richard Henderson
,
2024/11/12
Re: [PATCH 5/6] linux-user/loongarch64: Reduce vdso alignment to 4k
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH] GTM19-448: Fix script to work without realpath
,
Aleksandar Rakic
,
2024/11/12
Re: [PATCH] GTM19-448: Fix script to work without realpath
,
Richard Henderson
,
2024/11/12
Re: [PATCH] GTM19-448: Fix script to work without realpath
,
Alex Bennée
,
2024/11/12
Ping: [PATCH v2] tests/tcg: Stop using exit() in the gdbstub testcases
,
Ilya Leoshkevich
,
2024/11/12
[PATCH 00/20] hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls
,
Philippe Mathieu-Daudé
,
2024/11/12
[PATCH 01/20] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/12
[PATCH 03/20] hw/net/xilinx_ethlite: Remove unuseful debug logs
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 03/20] hw/net/xilinx_ethlite: Remove unuseful debug logs
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 02/20] hw/net/xilinx_ethlite: Convert some debug logs to trace events
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 02/20] hw/net/xilinx_ethlite: Convert some debug logs to trace events
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 04/20] hw/net/xilinx_ethlite: Update QOM style
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 04/20] hw/net/xilinx_ethlite: Update QOM style
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 05/20] hw/net/xilinx_ethlite: Correct maximum RX buffer size
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 05/20] hw/net/xilinx_ethlite: Correct maximum RX buffer size
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 06/20] hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented)
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 06/20] hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented)
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 07/20] hw/net/xilinx_ethlite: Rename rxbuf -> port_index
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 07/20] hw/net/xilinx_ethlite: Rename rxbuf -> port_index
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 08/20] hw/net/xilinx_ethlite: Add addr_to_port_index() helper
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 08/20] hw/net/xilinx_ethlite: Add addr_to_port_index() helper
,
Edgar E. Iglesias
,
2024/11/13
Re: [PATCH 08/20] hw/net/xilinx_ethlite: Add addr_to_port_index() helper
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH 09/20] hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 09/20] hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 10/20] hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 10/20] hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 12/20] hw/net/xilinx_ethlite: Access TX_GIE register for each port
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 12/20] hw/net/xilinx_ethlite: Access TX_GIE register for each port
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 11/20] hw/net/xilinx_ethlite: Access RX_CTRL register for each port
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 11/20] hw/net/xilinx_ethlite: Access RX_CTRL register for each port
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 13/20] hw/net/xilinx_ethlite: Access TX_LEN register for each port
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 13/20] hw/net/xilinx_ethlite: Access TX_LEN register for each port
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 14/20] hw/net/xilinx_ethlite: Access TX_CTRL register for each port
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 14/20] hw/net/xilinx_ethlite: Access TX_CTRL register for each port
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 15/20] hw/net/xilinx_ethlite: Map RX_CTRL as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 15/20] hw/net/xilinx_ethlite: Map RX_CTRL as MMIO
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 16/20] hw/net/xilinx_ethlite: Map TX_LEN as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 16/20] hw/net/xilinx_ethlite: Map TX_LEN as MMIO
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 17/20] hw/net/xilinx_ethlite: Map TX_GIE as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 17/20] hw/net/xilinx_ethlite: Map TX_GIE as MMIO
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 18/20] hw/net/xilinx_ethlite: Map TX_CTRL as MMIO
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 18/20] hw/net/xilinx_ethlite: Map TX_CTRL as MMIO
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 20/20] hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container'
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 20/20] hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container'
,
Edgar E. Iglesias
,
2024/11/13
[PATCH 19/20] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 19/20] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
,
Edgar E. Iglesias
,
2024/11/13
Re: [PATCH 19/20] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
,
Paolo Bonzini
,
2024/11/13
Re: [PATCH 19/20] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH 00/20] hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls
,
Edgar E. Iglesias
,
2024/11/13
Re: [PATCH 00/20] hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls
,
Philippe Mathieu-Daudé
,
2024/11/14
[PATCH v3 0/4] Improve Mips target
,
Aleksandar Rakic
,
2024/11/12
[PATCH v3 2/4] Skip NaN mode check for soft-float
,
Aleksandar Rakic
,
2024/11/12
[PATCH v3 1/4] Add support for emulation of CRC32 instructions
,
Aleksandar Rakic
,
2024/11/12
[PATCH v3 0/4] Improve Mips target
,
Aleksandar Rakic
,
2024/11/12
[PATCH v3 3/4] target/mips: Enable MSA ASE using a CLI flag
,
Aleksandar Rakic
,
2024/11/12
[PATCH v3 4/4] target/mips: Enable MSA ASE for mips64R2-generic
,
Aleksandar Rakic
,
2024/11/12
Re: [PATCH v3 4/4] target/mips: Enable MSA ASE for mips64R2-generic
,
Philippe Mathieu-Daudé
,
2024/11/12
[PATCH v2 0/6] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/12
[PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA
,
Richard Henderson
,
2024/11/12
Re: [PATCH v2 1/6] target/mips: Introduce decode tree bindings for microMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v2 2/6] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 2/6] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v2 3/6] target/mips: Have gen_[d]lsa() callers add 1 to shift amount argument
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 3/6] target/mips: Have gen_[d]lsa() callers add 1 to shift amount argument
,
Richard Henderson
,
2024/11/12
[PATCH v2 4/6] target/mips: Decode LSA shift amount using decodetree function
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 4/6] target/mips: Decode LSA shift amount using decodetree function
,
Richard Henderson
,
2024/11/12
[PATCH v2 5/6] target/mips: Convert microMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 5/6] target/mips: Convert microMIPS LSA opcode to decodetree
,
Richard Henderson
,
2024/11/12
[PATCH v2 6/6] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH v2 6/6] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Richard Henderson
,
2024/11/12
Re: [PATCH v2 0/6] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH 0/7 for-9.2] Fix broken cpu hotplug after migration
,
Igor Mammedov
,
2024/11/12
[RFC 6/7] DO NOT MERGE: acpi: cpuhp: use 'realized' status of vCPU to check if CPU is enabled
,
Igor Mammedov
,
2024/11/12
[PATCH 4/7 for-9.2] tests/acpi: update expected blobs
,
Igor Mammedov
,
2024/11/12
[RFC 7/7] DO NOT MERGE: acpi: cpuhp: preserve always present vCPUs on unplug
,
Igor Mammedov
,
2024/11/12
[PATCH 3/7 for-9.2] Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"
,
Igor Mammedov
,
2024/11/12
[PATCH 1/7 for-9.2] qtest: allow ACPI DSDT Table changes
,
Igor Mammedov
,
2024/11/12
[PATCH 2/7 for-9.2] Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"
,
Igor Mammedov
,
2024/11/12
[RFC 5/7] DO NOT MERGE: acpi: cpuhp: add option to AML genrator to opt-in to always present vCPUs
,
Igor Mammedov
,
2024/11/12
Re: [PATCH 0/7 for-9.2] Fix broken cpu hotplug after migration
,
Igor Mammedov
,
2024/11/27
Re: [PATCH 0/7 for-9.2] Fix broken cpu hotplug after migration
,
Michael S. Tsirkin
,
2024/11/27
[RESEND PATCH 00/10] usb/uhci: Add UHCI sysbus support, and enable for AST machines
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 01/10] usb/uhci: checkpatch cleanup
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 02/10] usb/uhci: Introduce and use register defines
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 04/10] usb/uhci: enlarge uhci memory space
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 10/10] usb-hub: Fix handling port power control messages
,
Guenter Roeck
,
2024/11/12
Re: [RESEND PATCH 10/10] usb-hub: Fix handling port power control messages
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [RESEND PATCH 10/10] usb-hub: Fix handling port power control messages
,
Michael Tokarev
,
2024/11/18
Re: [RESEND PATCH 10/10] usb-hub: Fix handling port power control messages
,
Guenter Roeck
,
2024/11/18
[RESEND PATCH 06/10] usb/uhci: Add aspeed specific read and write functions
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 03/10] usb/uhci: Move PCI-related code into a separate file
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 07/10] aspeed: Add uhci support for ast2600
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 08/10] aspeed: Add uhci support for ast2400 and ast2500
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 09/10] usb-hub: Add support for v2.0 hubs
,
Guenter Roeck
,
2024/11/12
[RESEND PATCH 05/10] usb/uhci: Add support for usb-uhci-sysbus
,
Guenter Roeck
,
2024/11/12
[RFC PATCH 0/8] usb/uhci: Add UHCI sysbus support, and enable for AST machines
,
Guenter Roeck
,
2024/11/12
[PATCH 01/10] usb/uhci: checkpatch cleanup
,
Guenter Roeck
,
2024/11/12
[PATCH 02/10] usb/uhci: Introduce and use register defines
,
Guenter Roeck
,
2024/11/12
[PATCH 03/10] usb/uhci: Move PCI-related code into a separate file
,
Guenter Roeck
,
2024/11/12
[PATCH 04/10] usb/uhci: enlarge uhci memory space
,
Guenter Roeck
,
2024/11/12
[PATCH 05/10] usb/uhci: Add support for usb-uhci-sysbus
,
Guenter Roeck
,
2024/11/12
[PATCH 06/10] usb/uhci: Add aspeed specific read and write functions
,
Guenter Roeck
,
2024/11/12
[PATCH 07/10] aspeed: Add uhci support for ast2600
,
Guenter Roeck
,
2024/11/12
[PATCH 08/10] aspeed: Add uhci support for ast2400 and ast2500
,
Guenter Roeck
,
2024/11/12
[PATCH 09/10] usb-hub: Add support for v2.0 hubs
,
Guenter Roeck
,
2024/11/12
Re: [RFC PATCH 0/8] usb/uhci: Add UHCI sysbus support, and enable for AST machines
,
Guenter Roeck
,
2024/11/12
[RFC PATCH 00/14] KVM: s390: CPU model for gen17
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 07/14] s390x/cpumodel: add Vector Enhancements facility 3
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 10/14] s390x/cpumodel: add Ineffective-nonconstrained-transaction facility
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 13/14] s390x/cpumodel: Add PLO-extension facility
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 12/14] s390x/cpumodel: correct PLO feature wording
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 06/14] s390x/cpumodel: add Concurrent-functions facility support
,
Hendrik Brueckner
,
2024/11/12
Re: [RFC PATCH 06/14] s390x/cpumodel: add Concurrent-functions facility support
,
Thomas Huth
,
2024/11/28
[RFC PATCH 01/14] s390x/cpumodel: add msa10 subfunctions
,
Hendrik Brueckner
,
2024/11/12
Re: [RFC PATCH 01/14] s390x/cpumodel: add msa10 subfunctions
,
Christian Borntraeger
,
2024/11/18
[RFC PATCH 04/14] s390x/cpumodel: add msa13 subfunctions
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 14/14] s390x/cpumodel: gen17 model
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 08/14] s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 09/14] s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 02/14] s390x/cpumodel: add msa11 subfunctions
,
Hendrik Brueckner
,
2024/11/12
Re: [RFC PATCH 02/14] s390x/cpumodel: add msa11 subfunctions
,
Christian Borntraeger
,
2024/11/18
[RFC PATCH 11/14] s390x/cpumodel: Add Sequential-Instruction-Fetching facility
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 05/14] s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) support
,
Hendrik Brueckner
,
2024/11/12
[RFC PATCH 03/14] s390x/cpumodel: add msa12 changes
,
Hendrik Brueckner
,
2024/11/12
Re: [RFC PATCH 03/14] s390x/cpumodel: add msa12 changes
,
Christian Borntraeger
,
2024/11/18
[PATCH v4 0/2] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
,
Chalapathi V
,
2024/11/12
[PATCH v4 2/2] hw/ssi/pnv_spi: Coverity CID 1558827: Use local var seq_index instead of get_seq_index().
,
Chalapathi V
,
2024/11/12
[PATCH v4 1/2] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
,
Chalapathi V
,
2024/11/12
Re: [PATCH] linux-user: Add missing mmap include
,
Richard Henderson
,
2024/11/12
Re: [PATCH] linux-user: Add missing mmap include
,
Alex Bennée
,
2024/11/12
Re: [PATCH RFC 4/5] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Mauro Carvalho Chehab
,
2024/11/12
Re: [PATCH RFC 4/5] acpi/generic_event_device: add logic to detect if HEST addr is available
,
Mauro Carvalho Chehab
,
2024/11/12
[RFC PATCH v6 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/11/12
[RFC PATCH v6 1/2] target/riscv: Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/11/12
Re: [RFC PATCH v6 1/2] target/riscv: Add RISC-V CSR qtest support
,
Fabiano Rosas
,
2024/11/13
[RFC PATCH v6 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/11/12
Re: [RFC PATCH v6 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Fabiano Rosas
,
2024/11/13
[RFC PATCH v6 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/11/20
[RFC PATCH v7 1/2] target/riscv: Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/11/20
Re: [RFC PATCH v7 1/2] target/riscv: Add RISC-V CSR qtest support
,
Daniel Henrique Barboza
,
2024/11/21
[RFC PATCH v7 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/11/20
Re: [RFC PATCH v7 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Daniel Henrique Barboza
,
2024/11/21
[PATCH for-9.2] target/arm: Drop user-only special case in sve_stN_r
,
Richard Henderson
,
2024/11/12
Re: [PATCH for-9.2] target/arm: Drop user-only special case in sve_stN_r
,
Peter Maydell
,
2024/11/14
Re: [PATCH for-9.2] target/arm: Drop user-only special case in sve_stN_r
,
Richard Henderson
,
2024/11/14
[PATCH 00/18] x86: Improve operation under QEMU
,
Simon Glass
,
2024/11/12
[PATCH 05/18] x86: qemu: Avoid accessing BSS too early
,
Simon Glass
,
2024/11/12
[PATCH 04/18] x86: qemu: Enable dhrystone
,
Simon Glass
,
2024/11/12
[PATCH 03/18] RFC: x86: qemu: Switch to bochs display
,
Simon Glass
,
2024/11/12
Re: [PATCH v2 5/8] i386: Add CPUID enumeration for RDT
,
Peter Newman
,
2024/11/12
[PATCH] firmware: Switch back to struct platform_driver::remove()
,
Uwe Kleine-König
,
2024/11/12
Re: [PATCH] firmware: Switch back to struct platform_driver::remove()
,
Greg Kroah-Hartman
,
2024/11/12
[PATCH v2 0/4] tests/functional: Finish conversion of Aspeed tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v2 1/4] tests/functional: Introduce _console_read()
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v2 1/4] tests/functional: Introduce _console_read()
,
Thomas Huth
,
2024/11/12
Re: [PATCH v2 1/4] tests/functional: Introduce _console_read()
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v2 1/4] tests/functional: Introduce _console_read()
,
Thomas Huth
,
2024/11/12
Re: [PATCH v2 1/4] tests/functional: Introduce _console_read()
,
Daniel P . Berrangé
,
2024/11/12
[PATCH v2 2/4] tests/functional: Convert Aspeed aarch64 SDK tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v2 3/4] tests/functional: Convert Aspeed arm SDK tests
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v2 3/4] tests/functional: Convert Aspeed arm SDK tests
,
Thomas Huth
,
2024/11/12
[PATCH v2 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v2 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Thomas Huth
,
2024/11/12
Re: [PATCH v2 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/12
[PATCH] tests/qtest: increase timeouts
,
Dmitry Frolov
,
2024/11/12
Re: [PATCH] tests/qtest: increase timeouts
,
Fabiano Rosas
,
2024/11/12
Re: [PATCH] tests/qtest: increase timeouts
,
Daniel P . Berrangé
,
2024/11/12
[PATCH] docs/devel/testing/functional: Clarify that we have to use the build folder
,
Thomas Huth
,
2024/11/12
[PATCH v3 00/15] Prepare GHES driver to support error injection
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 02/15] acpi/ghes: simplify acpi_ghes_record_errors() code
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 11/15] acpi/ghes: rename etc/hardware_error file macros
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 03/15] acpi/ghes: simplify the per-arch caller to build HEST table
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 04/15] acpi/ghes: better handle source_id and notification
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 01/15] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 09/15] acpi/ghes: better name GHES memory error function
,
Mauro Carvalho Chehab
,
2024/11/12
Re: [PATCH v3 09/15] acpi/ghes: better name GHES memory error function
,
Jonathan Cameron
,
2024/11/20
[PATCH v3 06/15] acpi/ghes: Remove a duplicated out of bounds check
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found
,
Mauro Carvalho Chehab
,
2024/11/12
Re: [PATCH v3 10/15] acpi/ghes: don't crash QEMU if ghes GED is not found
,
Jonathan Cameron
,
2024/11/20
[PATCH v3 07/15] acpi/ghes: Change the type for source_id
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 05/15] acpi/ghes: Fix acpi_ghes_record_errors() argument
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 15/15] docs: acpi_hest_ghes: fix documentation for CPER size
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 13/15] acpi/ghes: move offset calculus to a separate function
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 12/15] acpi/ghes: better name the offset of the hardware error firmware
,
Mauro Carvalho Chehab
,
2024/11/12
[PATCH v3 08/15] acpi/ghes: make the GHES record generation more generic
,
Mauro Carvalho Chehab
,
2024/11/12
Re: [PATCH v3 08/15] acpi/ghes: make the GHES record generation more generic
,
Jonathan Cameron
,
2024/11/20
Re: [PATCH v3 08/15] acpi/ghes: make the GHES record generation more generic
,
Mauro Carvalho Chehab
,
2024/11/22
[PATCH v3 14/15] acpi/ghes: Change ghes fill logic to work with only one source
,
Mauro Carvalho Chehab
,
2024/11/12
Re: [PATCH v3 14/15] acpi/ghes: Change ghes fill logic to work with only one source
,
Jonathan Cameron
,
2024/11/20
QEMU Code of Conduct mediation team
,
Thomas Huth
,
2024/11/12
[PATCH v3 0/5] Introduce svukte ISA extension
,
Fea.Wang
,
2024/11/12
[PATCH v3 1/5] target/riscv: Add svukte extension capability variable
,
Fea.Wang
,
2024/11/12
Re: [PATCH v3 1/5] target/riscv: Add svukte extension capability variable
,
Alistair Francis
,
2024/11/18
[PATCH v3 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/12
Re: [PATCH v3 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Alistair Francis
,
2024/11/18
[PATCH v3 5/5] target/riscv: Expose svukte ISA extension
,
Fea.Wang
,
2024/11/12
Re: [PATCH v3 5/5] target/riscv: Expose svukte ISA extension
,
Alistair Francis
,
2024/11/18
Re: [PATCH v3 5/5] target/riscv: Expose svukte ISA extension
,
Alistair Francis
,
2024/11/18
Re: [PATCH v3 5/5] target/riscv: Expose svukte ISA extension
,
Fea Wang
,
2024/11/20
[PATCH v3 3/5] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/12
Re: [PATCH v3 3/5] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Alistair Francis
,
2024/11/18
[PATCH v3 4/5] target/riscv: Check memory access to meet svukte rule
,
Fea.Wang
,
2024/11/12
Re: [PATCH v3 4/5] target/riscv: Check memory access to meet svukte rule
,
Daniel Henrique Barboza
,
2024/11/12
Re: [PATCH v3 4/5] target/riscv: Check memory access to meet svukte rule
,
Alistair Francis
,
2024/11/18
Re: [PATCH v3 4/5] target/riscv: Check memory access to meet svukte rule
,
Fea Wang
,
2024/11/20
[PATCH] MAINTAINERS: Update my email address for COLO
,
Zhang Chen
,
2024/11/12
Re: [PATCH] MAINTAINERS: Update my email address for COLO
,
Zhijian Li (Fujitsu)
,
2024/11/14
Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday from Tue 20 Aug to Tue 12 Nov (BST) (address@hidden)
,
Alex Bennée
,
2024/11/12
Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday (GMT) (address@hidden)
,
Alex Bennée
,
2024/11/12
[PATCH] MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine
,
Bibo Mao
,
2024/11/12
Re: [PATCH] MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH] MAINTAINERS: add myself as the maintainer for LoongArch VirtMachine
,
Philippe Mathieu-Daudé
,
2024/11/12
[PATCH] tests/qtest: fix non portable env varibles access
,
Dmitry Frolov
,
2024/11/12
Re: [PATCH] tests/qtest: fix non portable env varibles access
,
Prasad Pandit
,
2024/11/12
Re: [PATCH] tests/qtest: fix non portable env varibles access
,
Дмитрий Фролов
,
2024/11/12
Re: [PATCH] tests/qtest: fix non portable env varibles access
,
Prasad Pandit
,
2024/11/12
Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file
,
Thomas Huth
,
2024/11/12
Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file
,
Guenter Roeck
,
2024/11/12
Re: [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file
,
Cédric Le Goater
,
2024/11/12
[PATCH v1 0/4] tests/functional: Finish conversion of Aspeed tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v1 2/4] tests/functional: Convert Aspeed aarch64 SDK tests
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v1 2/4] tests/functional: Convert Aspeed aarch64 SDK tests
,
Thomas Huth
,
2024/11/12
Re: [PATCH v1 2/4] tests/functional: Convert Aspeed aarch64 SDK tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v1 1/4] tests/functional: Introduce _console_read()
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v1 1/4] tests/functional: Introduce _console_read()
,
Thomas Huth
,
2024/11/12
Re: [PATCH v1 1/4] tests/functional: Introduce _console_read()
,
Cédric Le Goater
,
2024/11/12
[PATCH v1 3/4] tests/functional: Convert Aspeed arm SDK tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v1 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/12
Re: [PATCH v1 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Thomas Huth
,
2024/11/12
Re: [PATCH v1 4/4] tests/functional: Remove sleep workarounds from Aspeed tests
,
Cédric Le Goater
,
2024/11/12
[PATCH v4 0/6] hw/loongarch/virt: Add cpu hotplug support
,
Bibo Mao
,
2024/11/11
[PATCH v4 5/6] hw/loongarch/virt: Update the ACPI table for hotplug cpu
,
Bibo Mao
,
2024/11/11
Re: [PATCH v4 5/6] hw/loongarch/virt: Update the ACPI table for hotplug cpu
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v4 5/6] hw/loongarch/virt: Update the ACPI table for hotplug cpu
,
bibo mao
,
2024/11/19
[PATCH v4 4/6] hw/loongarch/virt: Init interrupt pin of CPU during plug interface
,
Bibo Mao
,
2024/11/11
[PATCH v4 2/6] hw/loongarch/virt: Implement cpu plug interface
,
Bibo Mao
,
2024/11/11
[PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
Bibo Mao
,
2024/11/11
Re: [PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
bibo mao
,
2024/11/19
Re: [PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
Igor Mammedov
,
2024/11/22
Re: [PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
bibo mao
,
2024/11/24
Re: [PATCH v4 3/6] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
bibo mao
,
2024/11/28
[PATCH v4 6/6] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
Bibo Mao
,
2024/11/11
Re: [PATCH v4 6/6] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v4 6/6] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
bibo mao
,
2024/11/19
Re: [PATCH v4 6/6] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
Igor Mammedov
,
2024/11/22
Re: [PATCH v4 6/6] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
bibo mao
,
2024/11/24
[PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
Bibo Mao
,
2024/11/11
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
bibo mao
,
2024/11/19
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
bibo mao
,
2024/11/19
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/22
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
bibo mao
,
2024/11/24
Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support
,
bibo mao
,
2024/11/24
Re: [PATCH v4 0/6] hw/loongarch/virt: Add cpu hotplug support
,
lixianglai
,
2024/11/29
[PATCH] hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
,
Rodrigo Dias Correa
,
2024/11/11
Re: [PATCH] hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
,
Ján Tomko
,
2024/11/13
[PATCH v2 0/2] virtio-gpu: coverity fixes
,
Alex Bennée
,
2024/11/11
[PATCH v2 2/2] hw/display: check frame buffer can hold blob
,
Alex Bennée
,
2024/11/11
Re: [PATCH v2 2/2] hw/display: check frame buffer can hold blob
,
Dmitry Osipenko
,
2024/11/14
[PATCH v2 1/2] hw/display: factor out the scanout blob to fb conversion
,
Alex Bennée
,
2024/11/11
Re: [PATCH v2 1/2] hw/display: factor out the scanout blob to fb conversion
,
Dmitry Osipenko
,
2024/11/14
Re: [PATCH v2 0/2] virtio-gpu: coverity fixes
,
Michael S. Tsirkin
,
2024/11/14
Re: [PATCH v2 0/2] virtio-gpu: coverity fixes
,
Alex Bennée
,
2024/11/18
[PATCH 0/2] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH 1/2] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH 1/2] target/mips: Introduce decode tree bindings for nanoMIPS ISA
,
Richard Henderson
,
2024/11/12
[PATCH 2/2] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH 2/2] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Richard Henderson
,
2024/11/12
Re: [PATCH 2/2] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/12
Re: [PATCH 0/2] target/mips: Convert nanoMIPS LSA opcode to decodetree
,
Aleksandar Rikalo
,
2024/11/12
[PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH 1/3] target/mips: Extract gen_base_index_addr() helper
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH 2/3] target/mips: Extract generic gen_lx() helper
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH 3/3] target/mips: Convert Octeon LX instructions to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH 3/3] target/mips: Convert Octeon LX instructions to decodetree
,
Pavel Dovgalyuk
,
2024/11/12
Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
,
Richard Henderson
,
2024/11/12
Re: [PATCH 0/3] target/mips: Convert Octeon LX instructions to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/15
[PATCH v2 0/2] block: Fix leak in send_qmp_error_event
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH v2 1/2] block: Improve blk_get_attached_dev_id() docstring
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH v2 2/2] block: Fix leak in send_qmp_error_event
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH v2 0/8] Require error handling for dynamically created objects
,
Daniel P . Berrangé
,
2024/11/11
[PATCH v2 1/8] qom: refactor checking abstract property when creating instances
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 1/8] qom: refactor checking abstract property when creating instances
,
Peter Xu
,
2024/11/14
Re: [PATCH v2 1/8] qom: refactor checking abstract property when creating instances
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v2 3/8] qom: introduce object_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 3/8] qom: introduce object_new_dynamic()
,
Peter Xu
,
2024/11/14
[PATCH v2 2/8] qom: allow failure of object_new_with_class
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 2/8] qom: allow failure of object_new_with_class
,
Peter Xu
,
2024/11/14
[PATCH v2 5/8] qom: enforce use of static, const string with object_new()
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 5/8] qom: enforce use of static, const string with object_new()
,
Peter Xu
,
2024/11/14
[PATCH v2 6/8] qom: introduce qdev_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 6/8] qom: introduce qdev_new_dynamic()
,
Peter Xu
,
2024/11/14
Re: [PATCH v2 6/8] qom: introduce qdev_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/15
[PATCH v2 7/8] convert code to qdev_new_dynamic() where appropriate
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 7/8] convert code to qdev_new_dynamic() where appropriate
,
Peter Xu
,
2024/11/14
[PATCH v2 4/8] convert code to object_new_dynamic() where appropriate
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2 4/8] convert code to object_new_dynamic() where appropriate
,
Peter Xu
,
2024/11/14
[PATCH v2 8/8] hw: enforce use of static, const string with qdev_new()
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v2] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
,
Richard Henderson
,
2024/11/11
[PATCH] block: Fix leak in send_qmp_error_event
,
Fabiano Rosas
,
2024/11/11
Re: [PATCH] block: Fix leak in send_qmp_error_event
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH] block: Fix leak in send_qmp_error_event
,
Fabiano Rosas
,
2024/11/11
[PATCH for-9.2] accel/tcg: Fix user-only probe_access_internal plugin check
,
Richard Henderson
,
2024/11/11
Re: [PATCH for-9.2] accel/tcg: Fix user-only probe_access_internal plugin check
,
Alex Bennée
,
2024/11/11
Undelivered Mail Returned to Sender
,
Mail Delivery System
,
2024/11/11
[PATCH v2] hw/i386/elfboot: allocate "header" in heap
,
Sergio Lopez
,
2024/11/11
[PATCH] pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt
,
Thomas Huth
,
2024/11/11
Re: [PATCH] pc-bios/s390-ccw: Re-initialize receive queue index before each boot attempt
,
Jared Rossi
,
2024/11/11
[RFC v5 0/1] target/riscv: rvv: reduce the overhead for simple RISC-V vector.
,
Paolo Savini
,
2024/11/11
[RFC v5 1/1] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
,
Paolo Savini
,
2024/11/11
Re: [RFC v5 1/1] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
,
Max Chou
,
2024/11/14
[PATCH] pci: ensure valid link status bits for downstream ports
,
Sebastian Ott
,
2024/11/11
Re: [PATCH] pci: ensure valid link status bits for downstream ports
,
Sebastian Ott
,
2024/11/11
Re: [PATCH] pci: ensure valid link status bits for downstream ports
,
Zhenyu Zhang
,
2024/11/15
Re: [PATCH] pci: ensure valid link status bits for downstream ports
,
Sebastian Ott
,
2024/11/21
KVM/QEMU community call 12/11/2024 agenda items
,
Alex Bennée
,
2024/11/11
[PATCH] docs/system/bootindex: Make it clear that s390x can also boot from virtio-net
,
Thomas Huth
,
2024/11/11
Re: [PATCH] docs/system/bootindex: Make it clear that s390x can also boot from virtio-net
,
Prasad Pandit
,
2024/11/11
Re: [PATCH] docs/system/bootindex: Make it clear that s390x can also boot from virtio-net
,
Boris Fiuczynski
,
2024/11/11
[PATCH] edk2: update submodule to edk2-stable202408.01
,
Gerd Hoffmann
,
2024/11/11
Re: [PATCH] edk2: update submodule to edk2-stable202408.01
,
Peter Maydell
,
2024/11/13
Re: [PATCH] edk2: update submodule to edk2-stable202408.01
,
Peter Maydell
,
2024/11/13
Re: [PATCH] edk2: update submodule to edk2-stable202408.01
,
Gerd Hoffmann
,
2024/11/14
[PATCH] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Zuo boqun
,
2024/11/11
Re: [PATCH] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Stefano Garzarella
,
2024/11/14
Re: [PATCH] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Zuo,Boqun
,
2024/11/14
Re: [PATCH] vhost_net: fix assertion triggered by batch of host notifiers processing
,
Stefano Garzarella
,
2024/11/14
[PATCH] tests/qtest: fix heap-use-after-free
,
Dmitry Frolov
,
2024/11/11
Re: [PATCH] tests/qtest: fix heap-use-after-free
,
Prasad Pandit
,
2024/11/11
Re: [PATCH] tests/qtest: fix heap-use-after-free
,
Дмитрий Фролов
,
2024/11/11
Re: [PATCH] tests/qtest: fix heap-use-after-free
,
Prasad Pandit
,
2024/11/11
Re: [PATCH] tests/qtest: fix heap-use-after-free
,
Дмитрий Фролов
,
2024/11/11
Re: [sdl-qemu] [PATCH] tests/qtest: fix heap-use-after-free
,
Alexey Khoroshilov
,
2024/11/11
Re: [sdl-qemu] [PATCH] tests/qtest: fix heap-use-after-free
,
Prasad Pandit
,
2024/11/12
[PATCH v5 00/20] intel_iommu: Enable stage-1 translation for emulated device
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 04/20] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 01/20] intel_iommu: Use the latest fault reasons defined by spec
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 05/20] intel_iommu: Rename slpte to pte
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 02/20] intel_iommu: Make pasid entry type check accurate
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 07/20] intel_iommu: Check if the input address is canonical
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 03/20] intel_iommu: Add a placeholder variable for scalable modern mode
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 06/20] intel_iommu: Implement stage-1 translation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 09/20] intel_iommu: Set accessed and dirty bits during stage-1 translation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range
,
Zhenzhong Duan
,
2024/11/11
Re: [PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range
,
CLEMENT MATHIEU--DRIF
,
2024/11/13
RE: [PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range
,
Duan, Zhenzhong
,
2024/11/13
Re: [PATCH v5 08/20] intel_iommu: Check stage-1 translation result with interrupt range
,
CLEMENT MATHIEU--DRIF
,
2024/11/14
[PATCH v5 10/20] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 11/20] intel_iommu: Process PASID-based iotlb invalidation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes
,
Zhenzhong Duan
,
2024/11/11
Re: [PATCH v5 15/20] tests/acpi: q35: allow DMAR acpi table changes
,
CLEMENT MATHIEU--DRIF
,
2024/11/20
[PATCH v5 16/20] intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 17/20] tests/acpi: q35: Update host address width in DMAR
,
Zhenzhong Duan
,
2024/11/11
Re: [PATCH v5 17/20] tests/acpi: q35: Update host address width in DMAR
,
CLEMENT MATHIEU--DRIF
,
2024/11/13
RE: [PATCH v5 17/20] tests/acpi: q35: Update host address width in DMAR
,
Duan, Zhenzhong
,
2024/11/13
[PATCH v5 12/20] intel_iommu: Add an internal API to find an address space with PASID
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 13/20] intel_iommu: Add support for PASID-based device IOTLB invalidation
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 14/20] intel_iommu: piotlb invalidation should notify unmap
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 20/20] tests/qtest: Add intel-iommu test
,
Zhenzhong Duan
,
2024/11/11
[PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
Zhenzhong Duan
,
2024/11/11
Re: [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
CLEMENT MATHIEU--DRIF
,
2024/11/19
RE: [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
Duan, Zhenzhong
,
2024/11/19
Re: [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
CLEMENT MATHIEU--DRIF
,
2024/11/19
RE: [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
Duan, Zhenzhong
,
2024/11/19
Re: [PATCH v5 18/20] intel_iommu: Introduce a property x-flts for scalable modern mode
,
CLEMENT MATHIEU--DRIF
,
2024/11/20
[PATCH v5 19/20] intel_iommu: Introduce a property to control FS1GP cap bit setting
,
Zhenzhong Duan
,
2024/11/11
[PATCH] configure: Use -ef to compare paths
,
Akihiko Odaki
,
2024/11/11
Re: [PATCH] configure: Use -ef to compare paths
,
Thomas Huth
,
2024/11/11
Re: [PATCH] configure: Use -ef to compare paths
,
Paolo Bonzini
,
2024/11/15
[PATCH v2 0/6] virtio-net fixes
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 1/6] net: checksum: Convert data to void *
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 4/6] virtio-net: Fix hash reporting when the queue changes
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 2/6] virtio-net: Fix size check in dhclient workaround
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 3/6] virtio-net: Do not check for the queue before RSS
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 5/6] virtio-net: Initialize hash reporting values
,
Akihiko Odaki
,
2024/11/11
[PATCH v2 6/6] virtio-net: Copy received header to buffer
,
Akihiko Odaki
,
2024/11/11
Re: [PATCH v2 0/6] virtio-net fixes
,
Michael Tokarev
,
2024/11/21
Re: [PATCH v2 0/6] virtio-net fixes
,
Akihiko Odaki
,
2024/11/21
Re: [PATCH v2 0/6] virtio-net fixes
,
Jason Wang
,
2024/11/21
[PATCH v4 0/5] Support virtio-gpu DRM native context
,
Dmitry Osipenko
,
2024/11/10
[PATCH v4 1/5] ui/sdl2: Restore original context after new context creation
,
Dmitry Osipenko
,
2024/11/10
[PATCH v4 2/5] ui/sdl2: Implement dpy dmabuf functions
,
Dmitry Osipenko
,
2024/11/10
[PATCH v4 3/5] virtio-gpu: Handle virgl fence creation errors
,
Dmitry Osipenko
,
2024/11/10
[PATCH v4 4/5] virtio-gpu: Support asynchronous fencing
,
Dmitry Osipenko
,
2024/11/10
[PATCH v4 5/5] virtio-gpu: Support DRM native context
,
Dmitry Osipenko
,
2024/11/10
Re: [PATCH v4 0/5] Support virtio-gpu DRM native context
,
Akihiko Odaki
,
2024/11/11
[PATCH v9 00/16] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 01/16] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 01/16] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v9 01/16] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/11
[PATCH v9 03/16] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 02/16] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 02/16] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v9 02/16] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v9 06/16] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 04/16] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 04/16] hw/display/apple-gfx: Adds configurable mode list
,
Akihiko Odaki
,
2024/11/10
[PATCH v9 05/16] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 07/16] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 09/16] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 08/16] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 10/16] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 10/16] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/11
[PATCH v9 11/16] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 11/16] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Akihiko Odaki
,
2024/11/11
[PATCH v9 12/16] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 13/16] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 14/16] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/10
[PATCH v9 15/16] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 15/16] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/11
[PATCH v9 16/16] hw/vmapple/virtio-blk: Replace variant types with property on base
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v9 16/16] hw/vmapple/virtio-blk: Replace variant types with property on base
,
Akihiko Odaki
,
2024/11/11
[PATCH v7 0/1] TPM TIS SPI Support
,
dan tan
,
2024/11/10
[PATCH v7 1/1] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/10
[PATCH for 9.2 0/2] machine: Miscellaneous coverity fixes
,
Zhao Liu
,
2024/11/10
[PATCH for 9.2 2/2] hw/core/machine-smp: Fix error message parameter
,
Zhao Liu
,
2024/11/10
Re: [PATCH for 9.2 2/2] hw/core/machine-smp: Fix error message parameter
,
Philippe Mathieu-Daudé
,
2024/11/19
[PATCH for 9.2 1/2] hw/core/machine-smp: Initialize caches_bitmap before reading
,
Zhao Liu
,
2024/11/10
Re: [PATCH for 9.2 1/2] hw/core/machine-smp: Initialize caches_bitmap before reading
,
Philippe Mathieu-Daudé
,
2024/11/19
Re: [PATCH] linux-user/strace: show TID instead of PID
,
J . Neuschäfer
,
2024/11/10
Re: [PATCH] linux-user/strace: show TID instead of PID
,
Richard Henderson
,
2024/11/11
Re: [PATCH] linux-user/strace: show TID instead of PID
,
Richard Henderson
,
2024/11/11
Re: [PATCH] linux-user/strace: show TID instead of PID
,
Richard Henderson
,
2024/11/20
[PATCH 0/2] hw/usb: Add TI TUSB73X0 XHCI controller model
,
Nicholas Piggin
,
2024/11/10
[PATCH 1/2] hw/usb: Make PCI device more configurable
,
Nicholas Piggin
,
2024/11/10
[PATCH 2/2] hw/usb: Add TI TUSB73X0 XHCI controller model
,
Nicholas Piggin
,
2024/11/10
Re: [PATCH 2/2] hw/usb: Add TI TUSB73X0 XHCI controller model
,
Philippe Mathieu-Daudé
,
2024/11/10
Re: [PATCH 2/2] hw/usb: Add TI TUSB73X0 XHCI controller model
,
Nicholas Piggin
,
2024/11/26
[RFC PATCH 0/2] usb/msd: Permit relaxed ordering of IN packets
,
Nicholas Piggin
,
2024/11/09
[RFC PATCH 1/2] usb/msd: Add status to usb_msd_packet_complete() function
,
Nicholas Piggin
,
2024/11/09
Re: [RFC PATCH 1/2] usb/msd: Add status to usb_msd_packet_complete() function
,
Philippe Mathieu-Daudé
,
2024/11/10
[RFC PATCH 2/2] usb/msd: Permit relaxed ordering of IN packets
,
Nicholas Piggin
,
2024/11/09
[PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
2024/11/09
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Philippe Mathieu-Daudé
,
2024/11/10
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
2024/11/10
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Philippe Mathieu-Daudé
,
2024/11/10
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Manos Pitsidianakis
,
2024/11/10
Re: [PATCH] MAINTAINERS: CC rust/ patches to qemu-rust list
,
Alex Bennée
,
2024/11/18
[PATCH] device/virtio-nsm: Support string data for extendPCR
,
Dorjoy Chowdhury
,
2024/11/09
Re: [PATCH] device/virtio-nsm: Support string data for extendPCR
,
Alexander Graf
,
2024/11/12
Re: [PATCH] device/virtio-nsm: Support string data for extendPCR
,
Dorjoy Chowdhury
,
2024/11/12
Re: [PATCH] device/virtio-nsm: Support string data for extendPCR
,
Alexander Graf
,
2024/11/12
Re: [PATCH] device/virtio-nsm: Support string data for extendPCR
,
Dorjoy Chowdhury
,
2024/11/18
Re: [PATCH] device/virtio-nsm: Support string data for extendPCR
,
Dorjoy Chowdhury
,
2024/11/25
[PATCH] eif: Use stateful qcrypto apis
,
Dorjoy Chowdhury
,
2024/11/09
Re: [PATCH] eif: Use stateful qcrypto apis
,
Dorjoy Chowdhury
,
2024/11/18
Re: [PATCH] eif: Use stateful qcrypto apis
,
Dorjoy Chowdhury
,
2024/11/25
[PATCH] docs/nitro-enclave: Fix terminal commands formatting
,
Dorjoy Chowdhury
,
2024/11/09
Re: [PATCH] docs/nitro-enclave: Fix terminal commands formatting
,
Dorjoy Chowdhury
,
2024/11/18
Re: [PATCH] docs/nitro-enclave: Fix terminal commands formatting
,
Dorjoy Chowdhury
,
2024/11/25
[Stable-9.1.2 00/58] Patch Round-up for stable 9.1.2, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 01/58] tcg/s390x: fix constraint for 32-bit TSTEQ/TSTNE
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 02/58] KVM: Dynamic sized kvm memslots array
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 03/58] target/i386/tcg: Use DPL-level accesses for interrupts and call gates
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 04/58] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 05/58] target/i386: Use only 16 and 32-bit operands for IN/OUT
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 06/58] tests: Wait for migration completion on destination QEMU to avoid failures
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 08/58] tests/qemu-iotests/211.out: Update to expect MapEntry 'compressed' field
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 07/58] Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 11/58] target/i386: Walk NPT in guest real mode
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 10/58] tcg: Reset data_gen_ptr correctly
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 09/58] raw-format: Fix error message for invalid offset/size
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 12/58] target/i386: Use probe_access_full_mmu in ptw_translate
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 13/58] linux-user: Emulate /proc/self/maps under mmap_lock
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 14/58] linux-user/ppc: Fix sigmask endianness issue in sigreturn
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 16/58] vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 17/58] gitlab: make check-[dco|patch] a little more verbose
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 15/58] linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 24/58] target/arm: Don't assert in regime_is_user() for E10 mmuidx values
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 25/58] hw/sd/omap_mmc: Don't use sd_cmd_type_t
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 27/58] target/arm: Store FPSR cumulative exception bits in env->vfp.fpsr
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 29/58] target/riscv/csr.c: Fix an access to VXSAT
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 30/58] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 19/58] plugins: fix qemu_plugin_reset
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 20/58] net: Check if nc is NULL in qemu_get_vnet_hdr_len()
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 21/58] Fix calculation of minimum in colo_compare_tcp
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 22/58] net: fix build when libbpf is disabled, but libxdp is enabled
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 23/58] net/tap-win32: Fix gcc 14 format truncation errors
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 18/58] dockerfiles: fix default targets for debian-loongarch-cross
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 33/58] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 34/58] target/riscv/kvm: set 'aia_mode' to default in error path
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 35/58] target/riscv/kvm: clarify how 'riscv-aia' default works
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 26/58] target/arm: Fix arithmetic underflow in SETM instruction
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 28/58] stubs: avoid duplicate symbols in libqemuutil.a
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 31/58] hw/intc: Don't clear pending bits on IRQ lowering
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 32/58] target/riscv: Set vtype.vill on CPU reset
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 36/58] target/riscv: Fix vcompress with rvv_ta_all_1s
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 37/58] target/ppc: Set ctx->opcode for decode_insn32()
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 38/58] target/ppc: Make divd[u] handler method decodetree compatible
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 39/58] ppc/pnv: Fix LPC serirq routing calculation
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 42/58] target/ppc: Fix HFSCR facility checks
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 40/58] ppc/pnv: Fix LPC POWER8 register sanity check
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 41/58] target/ppc: Fix mtDPDES targeting SMT siblings
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 43/58] ppc/pnv: ADU fix possible buffer overrun with invalid size
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 44/58] hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 45/58] hw/ssi/pnv_spi: Return early in transfer()
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 48/58] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 46/58] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 50/58] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 47/58] tests/tcg: Replace -mpower8-vector with -mcpu=power8
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 49/58] qemu-ga: Fix a SIGSEGV in ga_run_command() helper
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 51/58] acpi/disassemle-aml.sh: fix up after dir reorg
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 52/58] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 53/58] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 56/58] hw/nvme: fix handling of over-committed queues
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 57/58] 9pfs: fix crash on 'Treaddir' request
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 58/58] Revert "hw/audio/hda: fix memory leak on audio setup"
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 55/58] migration: Ensure vmstate_save() sets errp
,
Michael Tokarev
,
2024/11/09
[Stable-9.1.2 54/58] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 v1 00/57] Patch Round-up for stable 9.0.4, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 01/57] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 02/57] target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 03/57] tcg: Fix iteration step in 32-bit gvec operation
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 06/57] block/reqlist: allow adding overlapping requests
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 07/57] target/arm: Avoid target_ulong for physical address lookups
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 05/57] hw/mips/jazz: fix typo in in-built NIC alias
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 04/57] target/ppc: Fix lxvx/stxvx facility check
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 09/57] testing: bump mips64el cross to bookworm and fix package list
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 08/57] fuzz: disable leak-detection for oss-fuzz builds
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 10/57] vnc: fix crash when no console attached
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 11/57] linux-user/flatload: Take mmap_lock in load_flt_binary()
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 13/57] tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 12/57] linux-user: Fix parse_elf_properties GNU0_MAGIC check
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 15/57] target/m68k: Always return a temporary from gen_lea_mode
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 14/57] tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 16/57] hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 17/57] hw/audio/hda: free timer on exit
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 18/57] ui/dbus: fix leak on message filtering
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 19/57] ui/win32: fix potential use-after-free with dbus shared memory
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 20/57] ui/dbus: fix filtering all update messages
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 23/57] tests: Wait for migration completion on destination QEMU to avoid failures
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 21/57] tcg/s390x: fix constraint for 32-bit TSTEQ/TSTNE
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 24/57] Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 22/57] KVM: Dynamic sized kvm memslots array
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 25/57] tests/qemu-iotests/211.out: Update to expect MapEntry 'compressed' field
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 27/57] tcg: Reset data_gen_ptr correctly
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 26/57] raw-format: Fix error message for invalid offset/size
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 28/57] target/i386: Walk NPT in guest real mode
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 29/57] target/i386: Use probe_access_full_mmu in ptw_translate
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 31/57] linux-user/ppc: Fix sigmask endianness issue in sigreturn
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 30/57] linux-user: Emulate /proc/self/maps under mmap_lock
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 32/57] linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 33/57] vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 34/57] gitlab: make check-[dco|patch] a little more verbose
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 35/57] dockerfiles: fix default targets for debian-loongarch-cross
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 36/57] Fix calculation of minimum in colo_compare_tcp
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 37/57] net: fix build when libbpf is disabled, but libxdp is enabled
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 38/57] net/tap-win32: Fix gcc 14 format truncation errors
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 39/57] target/arm: Don't assert in regime_is_user() for E10 mmuidx values
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 40/57] target/riscv/csr.c: Fix an access to VXSAT
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 41/57] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 42/57] hw/intc: Don't clear pending bits on IRQ lowering
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 43/57] target/riscv: Set vtype.vill on CPU reset
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 44/57] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 45/57] target/riscv/kvm: set 'aia_mode' to default in error path
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 46/57] target/riscv/kvm: clarify how 'riscv-aia' default works
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 48/57] target/ppc: Set ctx->opcode for decode_insn32()
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 49/57] target/ppc: Fix mtDPDES targeting SMT siblings
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 47/57] target/riscv: Fix vcompress with rvv_ta_all_1s
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 50/57] ppc/xive: Fix ESB length overflow on 32-bit hosts
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 51/57] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 52/57] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 53/57] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 54/57] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 55/57] migration: Ensure vmstate_save() sets errp
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 56/57] hw/nvme: fix handling of over-committed queues
,
Michael Tokarev
,
2024/11/09
[Stable-9.0.4 57/57] 9pfs: fix crash on 'Treaddir' request
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 v1 00/49] Patch Round-up for stable 8.2.8, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 01/49] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 03/49] tcg: Fix iteration step in 32-bit gvec operation
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 04/49] target/ppc: Fix lxvx/stxvx facility check
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 05/49] block/reqlist: allow adding overlapping requests
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 06/49] target/arm: Avoid target_ulong for physical address lookups
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 07/49] fuzz: disable leak-detection for oss-fuzz builds
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 09/49] linux-user/flatload: Take mmap_lock in load_flt_binary()
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 02/49] target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 12/49] tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 08/49] testing: bump mips64el cross to bookworm and fix package list
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 15/49] hw/audio/hda: free timer on exit
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 10/49] linux-user: Fix parse_elf_properties GNU0_MAGIC check
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 13/49] target/m68k: Always return a temporary from gen_lea_mode
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 14/49] hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 22/49] tcg: Reset data_gen_ptr correctly
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 17/49] KVM: Dynamic sized kvm memslots array
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 24/49] target/i386: Use probe_access_full_mmu in ptw_translate
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 23/49] target/i386: Walk NPT in guest real mode
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 16/49] ui/win32: fix potential use-after-free with dbus shared memory
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 18/49] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 20/49] tests/qemu-iotests/211.out: Update to expect MapEntry 'compressed' field
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 19/49] tests: Wait for migration completion on destination QEMU to avoid failures
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 28/49] gitlab: make check-[dco|patch] a little more verbose
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 29/49] dockerfiles: fix default targets for debian-loongarch-cross
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 11/49] tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 27/49] vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 34/49] target/arm: Fix arithmetic underflow in SETM instruction
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 31/49] net: fix build when libbpf is disabled, but libxdp is enabled
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 32/49] net/tap-win32: Fix gcc 14 format truncation errors
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 33/49] target/arm: Don't assert in regime_is_user() for E10 mmuidx values
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 38/49] target/riscv: Set vtype.vill on CPU reset
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 21/49] raw-format: Fix error message for invalid offset/size
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 36/49] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 25/49] linux-user: Emulate /proc/self/maps under mmap_lock
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 30/49] Fix calculation of minimum in colo_compare_tcp
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 41/49] target/riscv/kvm: set 'aia_mode' to default in error path
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 26/49] linux-user/ppc: Fix sigmask endianness issue in sigreturn
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 35/49] target/riscv/csr.c: Fix an access to VXSAT
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 42/49] target/riscv/kvm: clarify how 'riscv-aia' default works
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 39/49] hw/intc/riscv_aplic: Fix in_clrip[x] read emulation
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 40/49] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 43/49] target/riscv: Fix vcompress with rvv_ta_all_1s
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 48/49] hw/nvme: fix handling of over-committed queues
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 37/49] hw/intc: Don't clear pending bits on IRQ lowering
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 45/49] target/ppc: Fix mtDPDES targeting SMT siblings
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 44/49] target/ppc: Set ctx->opcode for decode_insn32()
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 46/49] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 47/49] migration: Ensure vmstate_save() sets errp
,
Michael Tokarev
,
2024/11/09
[Stable-8.2.8 49/49] 9pfs: fix crash on 'Treaddir' request
,
Michael Tokarev
,
2024/11/09
Re: [PATCH 35/36] next-cube: add my copyright to the top of the file
,
Thomas Huth
,
2024/11/09
Re: [PATCH 34/36] next-cube: rename old_scr2 and scr2_2 in next_scr2_rtc_update()
,
Thomas Huth
,
2024/11/09
Re: [PATCH 33/36] next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions
,
Thomas Huth
,
2024/11/09
Re: [PATCH 33/36] next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions
,
Mark Cave-Ayland
,
2024/11/11
Re: [PATCH 31/36] next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine
,
Thomas Huth
,
2024/11/09
Re: [PATCH 31/36] next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine
,
Mark Cave-Ayland
,
2024/11/11
Re: [PATCH 29/36] next-cube: move rtc-data-in gpio from next-pc to next-rtc device
,
Thomas Huth
,
2024/11/09
Re: [PATCH 28/36] next-cube: move reset of next-rtc fields from next-pc to next-rtc
,
Thomas Huth
,
2024/11/09
Re: [PATCH 27/36] next-cube: QOMify NeXTRTC
,
Thomas Huth
,
2024/11/09
Re: [PATCH 27/36] next-cube: QOMify NeXTRTC
,
Mark Cave-Ayland
,
2024/11/11
Re: [PATCH 26/36] next-cube: don't use rtc phase value of -1
,
Thomas Huth
,
2024/11/09
Re: [PATCH 25/36] next-cube: use named gpio to read RTC data bit in scr2
,
Thomas Huth
,
2024/11/09
Re: [PATCH 24/36] next-cube: use named gpio to set RTC data bit in scr2
,
Thomas Huth
,
2024/11/09
[PULL v2 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
,
Paolo Bonzini
,
2024/11/09
[PULL v2 06/13] eif: cope with huge section sizes
,
Paolo Bonzini
,
2024/11/09
Re: [PULL v2 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
,
Peter Maydell
,
2024/11/09
Re: [PULL v2 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
,
Peter Maydell
,
2024/11/09
Re: [PULL v2 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
,
Peter Maydell
,
2024/11/13
Re: [PATCH v3 2/6] ui/sdl2: Implement dpy dmabuf functions
,
Dmitry Osipenko
,
2024/11/09
Re: [PATCH v3 2/6] ui/sdl2: Implement dpy dmabuf functions
,
Akihiko Odaki
,
2024/11/09
Re: [PATCH v3 2/6] ui/sdl2: Implement dpy dmabuf functions
,
Dmitry Osipenko
,
2024/11/09
[Stable-7.2.15 v1 00/33] Patch Round-up for stable 7.2.15, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 01/33] softmmu/physmem.c: Keep transaction attribute in address_space_map()
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 02/33] target/ppc: Fix lxvx/stxvx facility check
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 03/33] block/reqlist: allow adding overlapping requests
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 05/33] tracetool: avoid invalid escape in Python string
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 07/33] linux-user: Fix parse_elf_properties GNU0_MAGIC check
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 08/33] scsi: fetch unit attention when creating the request
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 04/33] fuzz: disable leak-detection for oss-fuzz builds
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 06/33] linux-user/flatload: Take mmap_lock in load_flt_binary()
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 10/33] hw/audio/hda: free timer on exit
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 09/33] hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 11/33] KVM: Dynamic sized kvm memslots array
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 14/33] raw-format: Fix error message for invalid offset/size
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 13/33] tests: Wait for migration completion on destination QEMU to avoid failures
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 16/33] target/i386: Avoid unreachable variable declaration in mmu_translate()
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 12/33] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 15/33] tcg: Reset data_gen_ptr correctly
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 17/33] target/i386: Walk NPT in guest real mode
,
Michael Tokarev
,
2024/11/09
Re: [Stable-7.2.15 17/33] target/i386: Walk NPT in guest real mode
,
Alexander Graf
,
2024/11/12
Re: [Stable-7.2.15 17/33] target/i386: Walk NPT in guest real mode
,
Michael Tokarev
,
2024/11/12
[Stable-7.2.15 20/33] Fix calculation of minimum in colo_compare_tcp
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 18/33] linux-user/ppc: Fix sigmask endianness issue in sigreturn
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 19/33] gitlab: make check-[dco|patch] a little more verbose
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 21/33] net/tap-win32: Fix gcc 14 format truncation errors
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 22/33] target/arm: Don't assert in regime_is_user() for E10 mmuidx values
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 25/33] hw/intc: Don't clear pending bits on IRQ lowering
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 23/33] target/riscv/csr.c: Fix an access to VXSAT
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 24/33] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 26/33] target/riscv: Set vtype.vill on CPU reset
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 27/33] hw/intc/riscv_aplic: Fix in_clrip[x] read emulation
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 28/33] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 29/33] target/riscv: Fix vcompress with rvv_ta_all_1s
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 30/33] target/ppc: Set ctx->opcode for decode_insn32()
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 32/33] hw/nvme: fix handling of over-committed queues
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 33/33] 9pfs: fix crash on 'Treaddir' request
,
Michael Tokarev
,
2024/11/09
[Stable-7.2.15 31/33] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Michael Tokarev
,
2024/11/09
Re: [Stable-7.2.15 v1 00/33] Patch Round-up for stable 7.2.15, freeze on 2024-11-18
,
Paolo Bonzini
,
2024/11/09
Re: [Stable-7.2.15 v1 00/33] Patch Round-up for stable 7.2.15, freeze on 2024-11-18
,
Michael Tokarev
,
2024/11/09
[PATCH v4 0/4] virtio_net: Add the check for vdpa's mac address
,
Cindy Lu
,
2024/11/09
[PATCH v4 1/4] vhost_vdpa : Add a new parameter to enable check mac address
,
Cindy Lu
,
2024/11/09
[PATCH v4 2/4] virtio_net: Add the check for vdpa's mac address
,
Cindy Lu
,
2024/11/09
Re: [PATCH v4 2/4] virtio_net: Add the check for vdpa's mac address
,
Lei Yang
,
2024/11/26
[PATCH v4 3/4] virtio_net: Add second acceptable configuration for MAC setup
,
Cindy Lu
,
2024/11/09
[PATCH v4 4/4] virtio_net: Add third acceptable configuration for MAC setup.
,
Cindy Lu
,
2024/11/09
[PATCH v1 0/2] migration: Skip the first dirty sync
,
Hyman Huang
,
2024/11/08
[PATCH v1 1/2] virtio-balloon: Enable free page hinting during PRECOPY_NOTIFY_SETUP
,
Hyman Huang
,
2024/11/08
Re: [PATCH v1 1/2] virtio-balloon: Enable free page hinting during PRECOPY_NOTIFY_SETUP
,
David Hildenbrand
,
2024/11/12
[PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Hyman Huang
,
2024/11/09
RE: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Wang, Wei W
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/11
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/13
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/13
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/13
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/14
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/14
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/14
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/14
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/15
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/15
Re: [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
,
David Hildenbrand
,
2024/11/15
[PATCH V2 0/3] Fixes CPUs AML & acpi-bios-tables to be x86 backward compatible
,
Salil Mehta
,
2024/11/08
[PATCH V2 1/3] qtest: allow ACPI DSDT Table changes
,
Salil Mehta
,
2024/11/08
[PATCH V2 2/3] Fix: CPUs presence logic in _STA for x86 backward compatability
,
Salil Mehta
,
2024/11/08
Re: [PATCH V2 2/3] Fix: CPUs presence logic in _STA for x86 backward compatability
,
Igor Mammedov
,
2024/11/11
[PATCH V2 3/3] tests/qtest/bios-tables-test: Fix DSDT golden masters for x86/{pc, q35}
,
Salil Mehta
,
2024/11/08
[PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Anton Blanchard
,
2024/11/08
Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Philippe Mathieu-Daudé
,
2024/11/09
Re: [CAUTION - External Sender] Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Anton Blanchard
,
2024/11/09
Re: [CAUTION - External Sender] Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Philippe Mathieu-Daudé
,
2024/11/10
Re: [CAUTION - External Sender] Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Daniel Henrique Barboza
,
2024/11/10
Re: [CAUTION - External Sender] Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Alistair Francis
,
2024/11/10
Re: [PATCH] target/riscv: Add Tenstorrent Ascalon CPU
,
Daniel Henrique Barboza
,
2024/11/10
[PATCH] hw/i386/elfboot: allocate "header" in heap
,
slp
,
2024/11/08
Re: [PATCH] hw/i386/elfboot: allocate "header" in heap
,
Michael S. Tsirkin
,
2024/11/10
Re: [PATCH] hw/i386/elfboot: allocate "header" in heap
,
Sergio Lopez Pascual
,
2024/11/11
Re: [PATCH] hw/i386/elfboot: allocate "header" in heap
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH] hw/i386/elfboot: allocate "header" in heap
,
Philippe Mathieu-Daudé
,
2024/11/18
Re: [PATCH v10 0/8] memory: prevent dma-reentracy issues
,
Alexander Bulekov
,
2024/11/08
Re: [PATCH v10 0/8] memory: prevent dma-reentracy issues
,
Akihiko Odaki
,
2024/11/09
[PATCH 1/1] pc-bios/s390x: Initialize cdrom type to false for each IPL device
,
jrossi
,
2024/11/08
Re: [PATCH 1/1] pc-bios/s390x: Initialize cdrom type to false for each IPL device
,
Thomas Huth
,
2024/11/11
[PATCH 0/3] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog
,
Roque Arcudia Hernandez
,
2024/11/08
[PATCH 1/3] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
,
Roque Arcudia Hernandez
,
2024/11/08
Re: [PATCH 1/3] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
,
Peter Maydell
,
2024/11/14
Re: [PATCH 1/3] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 2/3] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
,
Roque Arcudia Hernandez
,
2024/11/08
Re: [PATCH 2/3] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
,
Peter Maydell
,
2024/11/14
Re: [PATCH 2/3] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
,
Roque Arcudia Hernandez
,
2024/11/15
[PATCH 3/3] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
,
Roque Arcudia Hernandez
,
2024/11/08
Re: [PATCH 3/3] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
,
Peter Maydell
,
2024/11/14
Re: [PATCH 3/3] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
,
Roque Arcudia Hernandez
,
2024/11/15
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Maksim Davydov
,
2024/11/08
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Moger, Babu
,
2024/11/08
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Maksim Davydov
,
2024/11/12
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Moger, Babu
,
2024/11/12
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Maksim Davydov
,
2024/11/13
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Moger, Babu
,
2024/11/13
Re: [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series
,
Moger, Babu
,
2024/11/14
[RFC PATCH 00/11] rust: improved integration with cargo
,
Paolo Bonzini
,
2024/11/08
[RFC PATCH 02/11] rust: build: move rustc_args.py invocation to individual crates
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 02/11] rust: build: move rustc_args.py invocation to individual crates
,
Junjie Mao
,
2024/11/11
[RFC PATCH 03/11] rust: build: restrict --cfg generation to only required symbols
,
Paolo Bonzini
,
2024/11/08
[RFC PATCH 05/11] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 05/11] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Junjie Mao
,
2024/11/11
Re: [RFC PATCH 05/11] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Paolo Bonzini
,
2024/11/12
Re: [RFC PATCH 05/11] rust: cargo: store desired warning levels in workspace Cargo.toml
,
Junjie Mao
,
2024/11/12
[RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Junjie Mao
,
2024/11/11
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
2024/11/12
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Junjie Mao
,
2024/11/12
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
2024/11/12
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Junjie Mao
,
2024/11/13
Re: [RFC PATCH 01/11] rust: qemu_api: do not disable lints outside bindgen-generated code
,
Paolo Bonzini
,
2024/11/13
[RFC PATCH 04/11] rust: build: generate warning flags from Cargo.toml
,
Paolo Bonzini
,
2024/11/08
[RFC PATCH 07/11] rust: fix a couple style issues from clippy
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 07/11] rust: fix a couple style issues from clippy
,
Junjie Mao
,
2024/11/13
[RFC PATCH 06/11] rust: build: move strict lints handling to rustc_args.py
,
Paolo Bonzini
,
2024/11/08
[RFC PATCH 08/11] rust: build: establish a baseline of lints across all crates
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 08/11] rust: build: establish a baseline of lints across all crates
,
Junjie Mao
,
2024/11/13
Re: [RFC PATCH 08/11] rust: build: establish a baseline of lints across all crates
,
Paolo Bonzini
,
2024/11/13
Re: [RFC PATCH 08/11] rust: build: establish a baseline of lints across all crates
,
Junjie Mao
,
2024/11/13
[RFC PATCH 09/11] rust: build: add "make clippy", "make rustfmt"
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 09/11] rust: build: add "make clippy", "make rustfmt"
,
Junjie Mao
,
2024/11/13
[RFC PATCH 10/11] rust: fix doc test syntax
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 10/11] rust: fix doc test syntax
,
Junjie Mao
,
2024/11/13
[RFC PATCH 11/11] rust: ci: add job that runs Rust tools
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH 11/11] rust: ci: add job that runs Rust tools
,
Daniel P . Berrangé
,
2024/11/08
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Alex Bennée
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Paolo Bonzini
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Alex Bennée
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Paolo Bonzini
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Alex Bennée
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Paolo Bonzini
,
2024/11/14
Re: [RFC PATCH 00/11] rust: improved integration with cargo
,
Alex Bennée
,
2024/11/14
[PATCH qemu] hw/cxl: Check for zero length features in cmd_features_set_feature()
,
Jonathan Cameron
,
2024/11/08
Re: [PATCH qemu] hw/cxl: Check for zero length features in cmd_features_set_feature()
,
Fan Ni
,
2024/11/11
[PULL 00/13] (Almost entirely) bugfix changes for QEMU 9.2 hard freeze
,
Paolo Bonzini
,
2024/11/08
[PULL 01/13] target/i386: add sha512, sm3, sm4 feature bits
,
Paolo Bonzini
,
2024/11/08
[PULL 02/13] target/i386/hvf: fix clang compilation warning
,
Paolo Bonzini
,
2024/11/08
[PULL 03/13] rust: add meson_version to all subprojects
,
Paolo Bonzini
,
2024/11/08
[PULL 04/13] target/i386: Fix legacy page table walk
,
Paolo Bonzini
,
2024/11/08
[PULL 05/13] eif: cope with huge section offsets
,
Paolo Bonzini
,
2024/11/08
[PULL 07/13] i386/hvf: Integrates x2APIC support with hvf accel
,
Paolo Bonzini
,
2024/11/08
[PULL 06/13] eif: cope with huge section sizes
,
Paolo Bonzini
,
2024/11/08
Re: [PULL 06/13] eif: cope with huge section sizes
,
Dorjoy Chowdhury
,
2024/11/08
Re: [PULL 06/13] eif: cope with huge section sizes
,
Paolo Bonzini
,
2024/11/08
[PULL 09/13] i386/hvf: Fixes startup memory leak (vmcs caps)
,
Paolo Bonzini
,
2024/11/08
[PULL 08/13] i386/hvf: Fix for UB in handling CPUID function 0xD
,
Paolo Bonzini
,
2024/11/08
[PULL 10/13] i386/hvf: Raise exception on error setting APICBASE
,
Paolo Bonzini
,
2024/11/08
[PULL 12/13] rust: qemu-api-macros: always process subprojects before dependencies
,
Paolo Bonzini
,
2024/11/08
[PULL 11/13] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec
,
Paolo Bonzini
,
2024/11/08
[PULL 13/13] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Paolo Bonzini
,
2024/11/08
[PATCH 0/3] trace: Minor cleanups to trace header includes
,
Peter Maydell
,
2024/11/08
[PATCH 2/3] target/arm/hvf: Add trace.h header
,
Peter Maydell
,
2024/11/08
Re: [PATCH 2/3] target/arm/hvf: Add trace.h header
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH 3/3] trace: Don't include trace-root.h in control.c or control-target.c
,
Peter Maydell
,
2024/11/08
[PATCH 1/3] system/dma-helpers.c: Move trace events to system/trace-events
,
Peter Maydell
,
2024/11/08
Re: [PATCH 1/3] system/dma-helpers.c: Move trace events to system/trace-events
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH 0/3] trace: Minor cleanups to trace header includes
,
Richard Henderson
,
2024/11/09
xlnx-versal-virt smmu
,
Ho, Nelson
,
2024/11/08
Re: xlnx-versal-virt smmu
,
Edgar E. Iglesias
,
2024/11/09
[PATCH v3 00/17] hw/microblaze: Allow running cross-endian vCPUs
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 01/17] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 02/17] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 03/17] hw/intc/xilinx_intc: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[RFC PATCH v3 04/17] hw/net/xilinx_ethlite: Simplify by having configurable endianness
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [RFC PATCH v3 04/17] hw/net/xilinx_ethlite: Simplify by having configurable endianness
,
Paolo Bonzini
,
2024/11/08
Re: [RFC PATCH v3 04/17] hw/net/xilinx_ethlite: Simplify by having configurable endianness
,
Philippe Mathieu-Daudé
,
2024/11/11
[PATCH v3 06/17] hw/timer/xilinx_timer: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 07/17] hw/char/xilinx_uartlite: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 08/17] hw/ssi/xilinx_spi: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[RFC PATCH v3 05/17] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 09/17] hw/ssi/xilinx_spips: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 10/17] hw/arm/xlnx-zynqmp: Use &error_abort for programming errors
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 11/17] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 12/17] target/microblaze: Set MO_TE once in do_load() / do_store()
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 13/17] target/microblaze: Introduce mo_endian() helper
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 14/17] target/microblaze: Consider endianness while translating code
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v3 16/17] tests/functional: Explicit endianness of microblaze assets
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH v3 16/17] tests/functional: Explicit endianness of microblaze assets
,
Thomas Huth
,
2024/11/11
[PATCH v3 15/17] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH v3 15/17] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Thomas Huth
,
2024/11/11
Re: [PATCH v3 15/17] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Philippe Mathieu-Daudé
,
2024/11/11
Re: [PATCH v3 15/17] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Thomas Huth
,
2024/11/11
[PATCH v3 17/17] tests/functional: Add microblaze cross-endianness tests
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH v3 17/17] tests/functional: Add microblaze cross-endianness tests
,
Thomas Huth
,
2024/11/11
Re: [PATCH v3 17/17] tests/functional: Add microblaze cross-endianness tests
,
Philippe Mathieu-Daudé
,
2024/11/11
[RFC PATCH 0/5] Add XHCI TR NOOP support, plus PCI, MSIX changes
,
Nicholas Piggin
,
2024/11/08
[RFC PATCH 1/5] qtest/pci: Enforce balanced iomap/unmap
,
Nicholas Piggin
,
2024/11/08
Re: [RFC PATCH 1/5] qtest/pci: Enforce balanced iomap/unmap
,
Fabiano Rosas
,
2024/11/11
[RFC PATCH 2/5] qtest/libqos/pci: Fix msix_enable sharing bar0
,
Nicholas Piggin
,
2024/11/08
Re: [RFC PATCH 2/5] qtest/libqos/pci: Fix msix_enable sharing bar0
,
Fabiano Rosas
,
2024/11/13
[RFC PATCH 3/5] pci/msix: Implement PBA writes
,
Nicholas Piggin
,
2024/11/08
[RFC PATCH 4/5] qtest/xhci: Add controller and device setup and ring tests
,
Nicholas Piggin
,
2024/11/08
Re: [RFC PATCH 4/5] qtest/xhci: Add controller and device setup and ring tests
,
Fabiano Rosas
,
2024/11/11
Re: [RFC PATCH 4/5] qtest/xhci: Add controller and device setup and ring tests
,
Nicholas Piggin
,
2024/11/26
[RFC PATCH 5/5] hw/usb: Support XHCI TR NOOP commands
,
Nicholas Piggin
,
2024/11/08
address@hidden mailing list created
,
Peter Maydell
,
2024/11/08
Re: address@hidden mailing list created
,
Daniel P . Berrangé
,
2024/11/08
Re: address@hidden mailing list created
,
Manos Pitsidianakis
,
2024/11/08
[PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
,
Ilya Leoshkevich
,
2024/11/08
[PATCH v2 1/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
,
Ilya Leoshkevich
,
2024/11/08
Re: [PATCH v2 0/1] tests/tcg: Test that sigreturn() does not corrupt the signal mask
,
Richard Henderson
,
2024/11/12
[PATCH v8 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Daniel P . Berrangé
,
2024/11/11
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/11
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
BALATON Zoltan
,
2024/11/11
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/11
Re: [PATCH v8 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
BALATON Zoltan
,
2024/11/11
[PATCH v8 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Akihiko Odaki
,
2024/11/10
[PATCH v8 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/10
[PATCH v8 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Akihiko Odaki
,
2024/11/10
[PATCH v8 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 10/15] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/10
[PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/13
[PATCH v8 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Akihiko Odaki
,
2024/11/10
[PATCH v8 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/08
[PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/08
Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/10
Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/11
[PATCH] hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()
,
Peter Maydell
,
2024/11/08
Re: [PATCH] hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH] hw/misc/nrf51_rng: Don't use BIT_MASK() when we mean BIT()
,
Philippe Mathieu-Daudé
,
2024/11/18
[PATCH 0/3] hw/intc/loongarch_extioi: Fix undefined behaviour with bit array APIs
,
Peter Maydell
,
2024/11/08
[PATCH 1/3] bitops.h: Define bit operations on 'uint32_t' arrays
,
Peter Maydell
,
2024/11/08
[PATCH 3/3] hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
,
Peter Maydell
,
2024/11/08
Re: [PATCH 3/3] hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
,
maobibo
,
2024/11/11
[PATCH 2/3] hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functions
,
Peter Maydell
,
2024/11/08
Re: [PATCH 0/3] hw/intc/loongarch_extioi: Fix undefined behaviour with bit array APIs
,
Peter Maydell
,
2024/11/18
Re: [PATCH 0/3] hw/intc/loongarch_extioi: Fix undefined behaviour with bit array APIs
,
Philippe Mathieu-Daudé
,
2024/11/18
[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameer Kolothum
,
2024/11/08
[RFC PATCH 1/5] hw/arm/virt: Add an SMMU_IO_LEN macro
,
Shameer Kolothum
,
2024/11/08
Re: [RFC PATCH 1/5] hw/arm/virt: Add an SMMU_IO_LEN macro
,
Eric Auger
,
2024/11/13
[RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameer Kolothum
,
2024/11/08
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/13
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Nicolin Chen
,
2024/11/13
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Donald Dutile
,
2024/11/26
RE: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Jason Gunthorpe
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Zhangfei Gao
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/28
RE: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/28
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/28
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Jason Gunthorpe
,
2024/11/28
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Donald Dutile
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Jason Gunthorpe
,
2024/11/28
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Donald Dutile
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Nicolin Chen
,
2024/11/27
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Jason Gunthorpe
,
2024/11/28
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Nicolin Chen
,
2024/11/28
RE: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/28
RE: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/14
RE: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Nicolin Chen
,
2024/11/15
Re: [RFC PATCH 2/5] hw/arm/smmuv3: Add initial support for SMMUv3 Nested device
,
Eric Auger
,
2024/11/13
[RFC PATCH 3/5] hw/arm/smmuv3: Associate a pci bus with a SMMUv3 Nested device
,
Shameer Kolothum
,
2024/11/08
Re: [RFC PATCH 3/5] hw/arm/smmuv3: Associate a pci bus with a SMMUv3 Nested device
,
Eric Auger
,
2024/11/13
RE: [RFC PATCH 3/5] hw/arm/smmuv3: Associate a pci bus with a SMMUv3 Nested device
,
Shameerali Kolothum Thodi
,
2024/11/14
[RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameer Kolothum
,
2024/11/08
Re: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Eric Auger
,
2024/11/18
RE: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameerali Kolothum Thodi
,
2024/11/18
Re: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Eric Auger
,
2024/11/18
RE: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameerali Kolothum Thodi
,
2024/11/18
Re: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Eric Auger
,
2024/11/18
RE: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameerali Kolothum Thodi
,
2024/11/20
Re: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Eric Auger
,
2024/11/20
RE: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameerali Kolothum Thodi
,
2024/11/20
RE: [RFC PATCH 4/5] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
,
Shameerali Kolothum Thodi
,
2024/11/21
[RFC PATCH 5/5] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
,
Shameer Kolothum
,
2024/11/08
Re: [RFC PATCH 5/5] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
,
Nicolin Chen
,
2024/11/13
RE: [RFC PATCH 5/5] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 5/5] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
,
Eric Auger
,
2024/11/14
Re: [RFC PATCH 5/5] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
,
Nicolin Chen
,
2024/11/15
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Nicolin Chen
,
2024/11/12
RE: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Nathan Chen
,
2024/11/21
RE: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameerali Kolothum Thodi
,
2024/11/21
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Nathan Chen
,
2024/11/21
RE: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameerali Kolothum Thodi
,
2024/11/22
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Nathan Chen
,
2024/11/22
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Mostafa Saleh
,
2024/11/13
RE: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Mostafa Saleh
,
2024/11/14
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Nicolin Chen
,
2024/11/13
RE: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Shameerali Kolothum Thodi
,
2024/11/14
Re: [RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
,
Eric Auger
,
2024/11/18
[PATCH] hw/igd: fix calculation of graphics stolen memory
,
Corvin Köhne
,
2024/11/08
Re: [PATCH] hw/igd: fix calculation of graphics stolen memory
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH] hw/igd: fix calculation of graphics stolen memory
,
Alex Williamson
,
2024/11/08
Re: [PATCH] hw/igd: fix calculation of graphics stolen memory
,
Cédric Le Goater
,
2024/11/09
[PATCH] vfio/igd: add pci id for Coffee Lake
,
Corvin Köhne
,
2024/11/08
Re: [PATCH] vfio/igd: add pci id for Coffee Lake
,
Alex Williamson
,
2024/11/08
Re: [PATCH] vfio/igd: add pci id for Coffee Lake
,
Cédric Le Goater
,
2024/11/09
Re: [PATCH] vga: relax restriction on display width
,
Simon Rowe
,
2024/11/08
[PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Jason Chien
,
2024/11/08
Re: [PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Daniel Henrique Barboza
,
2024/11/12
Re: [PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
,
Jason Chien
,
2024/11/25
Re: [PATCH v1] virtio-mem: unplug memory only during system resets, not device resets
,
David Hildenbrand
,
2024/11/08
Re: [PATCH v1] virtio-mem: unplug memory only during system resets, not device resets
,
Michael S. Tsirkin
,
2024/11/08
Re: [PATCH v1] virtio-mem: unplug memory only during system resets, not device resets
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH v1] virtio-mem: unplug memory only during system resets, not device resets
,
David Hildenbrand
,
2024/11/08
[PULL 00/10] Functional test fixes & next-cube cleanup
,
Thomas Huth
,
2024/11/08
[PULL 01/10] scripts/checkpatch.pl: Ignore ObjC #import lines for operator spacing
,
Thomas Huth
,
2024/11/08
[PULL 03/10] test/functional: Fix Aspeed buildroot tests
,
Thomas Huth
,
2024/11/08
[PULL 02/10] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
,
Thomas Huth
,
2024/11/08
[PULL 04/10] tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets
,
Thomas Huth
,
2024/11/08
[PULL 05/10] tests/functional: Provide the user with hints where to find more log files
,
Thomas Huth
,
2024/11/08
[PULL 06/10] tests/functional: Bump timeouts of functional tests
,
Thomas Huth
,
2024/11/08
[PULL 07/10] tests/functional: Split the test_aarch64_sbsaref test
,
Thomas Huth
,
2024/11/08
[PULL 08/10] tests: refresh package lists with latest libvirt-ci
,
Thomas Huth
,
2024/11/08
[PULL 09/10] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/08
[PULL 10/10] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
,
Thomas Huth
,
2024/11/08
Re: [PULL 00/10] Functional test fixes & next-cube cleanup
,
Peter Maydell
,
2024/11/09
[PULL for-9.2 0/1] 9p queue 2024-11-08
,
Christian Schoenebeck
,
2024/11/08
[PULL for-9.2 1/1] 9pfs: fix crash on 'Treaddir' request
,
Christian Schoenebeck
,
2024/11/08
Re: [PULL for-9.2 0/1] 9p queue 2024-11-08
,
Peter Maydell
,
2024/11/08
[PATCH 1/1] hw/riscv/riscv-iommu.c: Correct the validness check of iova
,
Jason Chien
,
2024/11/08
Re: [PATCH 1/1] hw/riscv/riscv-iommu.c: Correct the validness check of iova
,
Daniel Henrique Barboza
,
2024/11/12
Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs
,
Jan Lübbe
,
2024/11/08
Re: [PATCH] hw/sd/sdcard: Allow user creation of eMMCs
,
Cédric Le Goater
,
2024/11/08
[PATCH v2 0/5] Introduce svukte ISA extension
,
Fea.Wang
,
2024/11/08
[PATCH v2 1/5] target/riscv: Add svukte extension capability variable
,
Fea.Wang
,
2024/11/08
Re: [PATCH v2 1/5] target/riscv: Add svukte extension capability variable
,
Daniel Henrique Barboza
,
2024/11/11
[PATCH v2 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/08
Re: [PATCH v2 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
,
Daniel Henrique Barboza
,
2024/11/11
[PATCH v2 3/5] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Fea.Wang
,
2024/11/08
Re: [PATCH v2 3/5] target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabled
,
Daniel Henrique Barboza
,
2024/11/11
[PATCH v2 5/5] target/riscv: Expose svukte ISA extension
,
Fea.Wang
,
2024/11/08
Re: [PATCH v2 5/5] target/riscv: Expose svukte ISA extension
,
Daniel Henrique Barboza
,
2024/11/11
Re: [PATCH v2 5/5] target/riscv: Expose svukte ISA extension
,
Fea Wang
,
2024/11/11
[PATCH v2 4/5] target/riscv: Check memory access to meet svuket rule
,
Fea.Wang
,
2024/11/08
Re: [PATCH v2 4/5] target/riscv: Check memory access to meet svuket rule
,
Daniel Henrique Barboza
,
2024/11/11
Re: [PATCH v2 4/5] target/riscv: Check memory access to meet svuket rule
,
Fea Wang
,
2024/11/12
[PATCH v2 00/10] hw/intc/loongarch_extioi: Split into common and extioi
,
Bibo Mao
,
2024/11/08
[PATCH v2 03/10] include: Rename LoongArchExtIOI with LoongArchExtIOICommonState
,
Bibo Mao
,
2024/11/08
[PATCH v2 09/10] hw/intc/loongarch_extioi: Add pre_save interface
,
Bibo Mao
,
2024/11/08
[PATCH v2 05/10] hw/intc/loongarch_extioi: Add common realize interface
,
Bibo Mao
,
2024/11/08
[PATCH v2 02/10] include: Move struct LoongArchExtIOI to header file loongarch_extioi_common
,
Bibo Mao
,
2024/11/08
[PATCH v2 06/10] hw/intc/loongarch_extioi: Add unrealize interface
,
Bibo Mao
,
2024/11/08
[PATCH v2 07/10] hw/intc/loongarch_extioi: Add common file loongarch_extioi_common
,
Bibo Mao
,
2024/11/08
[PATCH v2 04/10] hw/intc/loongarch_extioi: Rename LoongArchExtIOI with LoongArchExtIOICommonState
,
Bibo Mao
,
2024/11/08
[PATCH v2 08/10] hw/intc/loongarch_extioi: Inherit from loongarch_extioi_common
,
Bibo Mao
,
2024/11/08
[PATCH v2 01/10] include: Add loongarch_extioi_common header file
,
Bibo Mao
,
2024/11/08
[PATCH v2 10/10] hw/intc/loongarch_extioi: Code cleanup about loongarch_extioi
,
Bibo Mao
,
2024/11/08
[PULL 0/1] nvme queue
,
Klaus Jensen
,
2024/11/08
[PULL 1/1] hw/nvme: fix handling of over-committed queues
,
Klaus Jensen
,
2024/11/08
Re: [PULL 0/1] nvme queue
,
Peter Maydell
,
2024/11/08
[PATCH] qapi: fix device-sync-config since-version
,
Vladimir Sementsov-Ogievskiy
,
2024/11/08
Re: [PATCH] qapi: fix device-sync-config since-version
,
Markus Armbruster
,
2024/11/08
Re: [PATCH] qapi: fix device-sync-config since-version
,
Michael S. Tsirkin
,
2024/11/08
[PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Xiaoyao Li
,
2024/11/08
[PATCH v1 2/4] i386/cpu: Set up CPUID_HT in x86_cpu_expand_features() instead of cpu_x86_cpuid()
,
Xiaoyao Li
,
2024/11/08
[PATCH v1 1/4] cpu: Introduce qemu_early_init_vcpu() to initialize nr_cores and nr_threads inside it
,
Xiaoyao Li
,
2024/11/08
[PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()
,
Xiaoyao Li
,
2024/11/22
Re: [PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()
,
Philippe Mathieu-Daudé
,
2024/11/22
Re: [PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()
,
Richard Henderson
,
2024/11/22
Re: [PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()
,
Igor Mammedov
,
2024/11/25
Re: [PATCH] cpu: Initialize nr_cores and nr_threads in cpu_common_initfn()
,
Xiaoyao Li
,
2024/11/29
[PATCH v1 3/4] i386/cpu: Set and track CPUID_EXT3_CMP_LEG in env->features[FEAT_8000_0001_ECX]
,
Xiaoyao Li
,
2024/11/08
[PATCH v1 4/4] i386/cpu: Rectify the comment on order dependency on qemu_init_vcpu()
,
Xiaoyao Li
,
2024/11/08
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
David Hildenbrand
,
2024/11/11
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Xiaoyao Li
,
2024/11/21
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Philippe Mathieu-Daudé
,
2024/11/21
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Paolo Bonzini
,
2024/11/21
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Xiaoyao Li
,
2024/11/21
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
David Hildenbrand
,
2024/11/22
Re: [PATCH v1 0/4] Initialize nr_cores and nr_threads early and related clearup
,
Paolo Bonzini
,
2024/11/22
[PATCH v3 0/3] Support 64-bit address of initrd
,
Jim Shu
,
2024/11/08
[PATCH v3 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Jim Shu
,
2024/11/08
Re: [PATCH v3 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Daniel Henrique Barboza
,
2024/11/11
Re: [PATCH v3 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Jim Shu
,
2024/11/20
[PATCH v3 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Jim Shu
,
2024/11/08
Re: [PATCH v3 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Daniel Henrique Barboza
,
2024/11/11
Re: [PATCH v3 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Jim Shu
,
2024/11/20
[PATCH v3 3/3] hw/riscv: Add the checking if DTB overlaps to kernel or initrd
,
Jim Shu
,
2024/11/08
Re: [PATCH v3 3/3] hw/riscv: Add the checking if DTB overlaps to kernel or initrd
,
Daniel Henrique Barboza
,
2024/11/11
[PATCH 0/7] Pointer Masking update for Zjpm v1.0
,
baturo . alexey
,
2024/11/08
[PATCH 1/7] target/riscv: Remove obsolete pointer masking extension code.
,
baturo . alexey
,
2024/11/08
[PATCH 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
baturo . alexey
,
2024/11/08
[PATCH 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v1.0
,
baturo . alexey
,
2024/11/08
Re: [PATCH 2/7] target/riscv: Add new CSR fields for S{sn,mn,m}pm extensions as part of Zjpm v1.0
,
Richard Henderson
,
2024/11/11
[PATCH 4/7] target/riscv: Add pointer masking tb flags
,
baturo . alexey
,
2024/11/08
[PATCH 5/7] target/riscv: Update address modify functions to take into account pointer masking
,
baturo . alexey
,
2024/11/08
[PATCH 6/7] target/riscv: Apply pointer masking for virtualized memory accesses
,
baturo . alexey
,
2024/11/08
[PATCH 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
baturo . alexey
,
2024/11/08
Re: [PATCH 7/7] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
Daniel Henrique Barboza
,
2024/11/11
[RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Tomoyuki HIROSE
,
2024/11/07
[RFC PATCH 1/5] hw/nvme/ctrl: specify the 'valid' field in MemoryRegionOps
,
Tomoyuki HIROSE
,
2024/11/07
[RFC PATCH 2/5] system/memory: support unaligned access
,
Tomoyuki HIROSE
,
2024/11/07
[RFC PATCH 3/5] hw/misc: add test device for memory access
,
Tomoyuki HIROSE
,
2024/11/07
[RFC PATCH 4/5] tests/qtest: add test for memory region access
,
Tomoyuki HIROSE
,
2024/11/07
[RFC PATCH 5/5] hw/usb/hcd-xhci: allow unaligned access to Capability Registers
,
Tomoyuki HIROSE
,
2024/11/07
Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Tomoyuki HIROSE
,
2024/11/26
Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Peter Maydell
,
2024/11/27
Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Tomoyuki HIROSE
,
2024/11/28
Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Peter Maydell
,
2024/11/28
Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability
,
Tomoyuki HIROSE
,
2024/11/28
[PATCH 0/6] Add Quanta GSZ BMC machine and PCA I2C GPIO expanders
,
Titus Rwantare
,
2024/11/07
[PATCH 1/6] bitops.h: add deposit16 function
,
Titus Rwantare
,
2024/11/07
Re: [PATCH 1/6] bitops.h: add deposit16 function
,
Miles Glenn
,
2024/11/11
Re: [PATCH 1/6] bitops.h: add deposit16 function
,
Peter Maydell
,
2024/11/13
[PATCH 2/6] hw/gpio: add PCA953x i2c GPIO expanders
,
Titus Rwantare
,
2024/11/07
[PATCH 4/6] hw/i2c: add canonical path to i2c event traces
,
Titus Rwantare
,
2024/11/07
Re: [PATCH 4/6] hw/i2c: add canonical path to i2c event traces
,
Corey Minyard
,
2024/11/08
[PATCH 5/6] hw/arm: imply I2C_DEVICES on NPCM7xx
,
Titus Rwantare
,
2024/11/07
[PATCH 3/6] hw/gpio: add PCA9536 i2c gpio expander
,
Titus Rwantare
,
2024/11/07
[PATCH 6/6] hw/arm: add Quanta GSZ bmc machine
,
Titus Rwantare
,
2024/11/07
[PATCH v2] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Dorinda Bassey
,
2024/11/07
Re: [PATCH v2] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Stefano Garzarella
,
2024/11/08
Re: [PULL 27/43] target/loongarch: Add TLB instruction support
,
Peter Maydell
,
2024/11/07
Re: [PULL 27/43] target/loongarch: Add TLB instruction support
,
Peter Maydell
,
2024/11/26
[PATCH 0/2] net: Make ip_header struct QEMU_PACKED
,
Peter Maydell
,
2024/11/07
[PATCH 2/2] net: mark struct ip_header as QEMU_PACKED
,
Peter Maydell
,
2024/11/07
[PATCH 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Peter Maydell
,
2024/11/07
Re: [PATCH 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Peter Maydell
,
2024/11/07
Re: [PATCH 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Jason Wang
,
2024/11/10
Message not available
Re: [PATCH 1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned
,
Yuri Benditovich
,
2024/11/11
test harness hang running functional test
,
Peter Maydell
,
2024/11/07
Re: test harness hang running functional test
,
Peter Maydell
,
2024/11/07
Re: test harness hang running functional test
,
Thomas Huth
,
2024/11/11
[PULL v2 0/1] Merge Aspeed TPM test 2024/11/07 v2
,
Stefan Berger
,
2024/11/07
[PULL v2 1/1] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Stefan Berger
,
2024/11/07
Re: [PULL v2 0/1] Merge Aspeed TPM test 2024/11/07 v2
,
Peter Maydell
,
2024/11/08
Re: [PATCH] migration/migration: fix null pointer dereference in migration block
,
Peter Xu
,
2024/11/07
Re: [PATCH v2 08/14] s390x/s390-stattrib-kvm: prepare for memory devices and sparse memory layouts
,
Thomas Huth
,
2024/11/07
[PULL v1 0/1] Merge Aspeed TPM test 2024/11/07 v1
,
Stefan Berger
,
2024/11/07
[PULL v1 1/1] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Stefan Berger
,
2024/11/07
Re: [PULL v1 1/1] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Peter Maydell
,
2024/11/07
Re: [PATCH v2] virtio-gpu: Add definition for resource_uuid feature
,
Marc-André Lureau
,
2024/11/07
Re: [PATCH v2] virtio-gpu: Add definition for resource_uuid feature
,
Michael S. Tsirkin
,
2024/11/07
[PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Dorinda Bassey
,
2024/11/07
Re: [PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Albert Esteve
,
2024/11/07
Re: [PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Stefano Garzarella
,
2024/11/07
Re: [PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Stefano Garzarella
,
2024/11/07
Re: [PATCH] virtio-dmabuf: Ensure UUID persistence for hash table insertion
,
Dorinda Bassey
,
2024/11/07
[PATCH 0/5] hw/acpi: Fixes + tests for ACPI Generic Port Affinity Struturs
,
Jonathan Cameron
,
2024/11/07
[PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle()
,
Jonathan Cameron
,
2024/11/07
Re: [PATCH 1/5] hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle()
,
Daniel P . Berrangé
,
2024/11/07
[PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2
,
Jonathan Cameron
,
2024/11/07
Re: [PATCH 2/5] qapi/qom: Change Since entry for AcpiGenericPortProperties to 9.2
,
Daniel P . Berrangé
,
2024/11/07
[PATCH 3/5] bios-tables-test: Allow for new acpihmat-generic-x test data.
,
Jonathan Cameron
,
2024/11/07
[PATCH 4/5] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Jonathan Cameron
,
2024/11/07
[PATCH 5/5] bios-tables-test: Add data for complex numa test (GI, GP etc)
,
Jonathan Cameron
,
2024/11/07
Re: [PATCH v2] hw/intc/loongarch_ipi: Add safer check about cpu
,
gaosong
,
2024/11/07
Re: [PATCH v2 0/8] hw/intc/loongarch_pch: Split into pic common and pic
,
gaosong
,
2024/11/07
Re: [PATCH 00/10] hw/intc/loongarch_extioi: Split into extioi common and extioi
,
gaosong
,
2024/11/07
[PATCH v1] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/07
Re: [PATCH v1] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/07
Re: [PATCH v1] vhost: fail device start if iotlb update fails
,
Jason Wang
,
2024/11/10
Re: [PATCH v1] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/11
Re: [PATCH] hw/loongarch/virt: Add reset interface for virt-machine
,
gaosong
,
2024/11/07
Re: [PATCH] hw/loongarch/virt: Add reset interface for virt-machine
,
Peter Maydell
,
2024/11/07
Re: [PATCH] hw/loongarch/virt: Add reset interface for virt-machine
,
maobibo
,
2024/11/07
Re: [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
,
Markus Armbruster
,
2024/11/07
Re: [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
,
Peter Xu
,
2024/11/07
Re: [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
,
Markus Armbruster
,
2024/11/08
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Daniel P . Berrangé
,
2024/11/07
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Markus Armbruster
,
2024/11/07
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Daniel P . Berrangé
,
2024/11/07
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Daniel P . Berrangé
,
2024/11/07
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Markus Armbruster
,
2024/11/07
Re: [RFC PATCH v2 0/8] qapi: add generator for Golang interface
,
Victor Toso
,
2024/11/08
[PULL 0/3] QGA fixes for guest_network_get_route command for 9.2
,
Konstantin Kostiuk
,
2024/11/07
[PULL 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Konstantin Kostiuk
,
2024/11/07
[PULL 2/3] qemu-ga: Optimize var declaration and definition
,
Konstantin Kostiuk
,
2024/11/07
[PULL 3/3] qemu-ga: Avoiding freeing line prematurely
,
Konstantin Kostiuk
,
2024/11/07
Re: [PULL 0/3] QGA fixes for guest_network_get_route command for 9.2
,
Peter Maydell
,
2024/11/08
Re: [PULL 0/3] QGA fixes for guest_network_get_route command for 9.2
,
Konstantin Kostiuk
,
2024/11/08
Re: [PULL 0/3] QGA fixes for guest_network_get_route command for 9.2
,
Peter Maydell
,
2024/11/08
[PATCH v6 0/3] qemu-ga: Fixes for guest_network_get_route
,
Konstantin Kostiuk
,
2024/11/07
[PATCH v6 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Konstantin Kostiuk
,
2024/11/07
[PATCH v6 3/3] qemu-ga: Avoiding freeing line prematurely
,
Konstantin Kostiuk
,
2024/11/07
[PATCH v6 2/3] qemu-ga: Optimize var declaration and definition
,
Konstantin Kostiuk
,
2024/11/07
[PATCH] migration: Do not perform RAMBlock dirty sync during the first iteration
,
yong . huang
,
2024/11/07
Re: [PATCH] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/07
Re: [PATCH] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/08
Re: [PATCH] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Peter Xu
,
2024/11/08
Re: [PATCH] migration: Do not perform RAMBlock dirty sync during the first iteration
,
Yong Huang
,
2024/11/08
[PATCH] tap-win32: Ignore keys too long
,
Akihiko Odaki
,
2024/11/07
Re: [PATCH] tap-win32: Ignore keys too long
,
Daniel P . Berrangé
,
2024/11/07
[PATCH] rust: qemu-api-macros: always process subprojects before dependencies
,
Paolo Bonzini
,
2024/11/07
Re: [PATCH] rust: qemu-api-macros: always process subprojects before dependencies
,
Junjie Mao
,
2024/11/07
Re: [PATCH v3 6/7] qapi/block-core: deprecate block-job-change
,
Markus Armbruster
,
2024/11/07
[PATCH] hw/i386: fix NULL-dereference
,
Dmitry Frolov
,
2024/11/07
Re: [PATCH] hw/i386: fix NULL-dereference
,
Zhao Liu
,
2024/11/07
Re: [PATCH] hw/i386: fix NULL-dereference
,
Bernhard Beschow
,
2024/11/07
Re: [PATCH] hw/i386: fix NULL-dereference
,
Bernhard Beschow
,
2024/11/07
Re: [PATCH] hw/i386: fix NULL-dereference
,
Bernhard Beschow
,
2024/11/07
[PATCH v2 0/3] Support 64-bit address of initrd
,
Jim Shu
,
2024/11/07
[PATCH v2 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Jim Shu
,
2024/11/07
Re: [PATCH v2 1/3] hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
,
Alistair Francis
,
2024/11/07
[PATCH v2 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Jim Shu
,
2024/11/07
Re: [PATCH v2 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Daniel Henrique Barboza
,
2024/11/07
Re: [PATCH v2 2/3] hw/riscv: Add a new struct RISCVBootInfo
,
Jim Shu
,
2024/11/07
[PATCH v2 3/3] hw/riscv: Add the checking if DTB overlaps to kernel or initrd
,
Jim Shu
,
2024/11/07
[PATCH] rust/pl011: Fix range checks for device ID accesses
,
Junjie Mao
,
2024/11/07
Re: [PATCH] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
2024/11/18
Re: [PATCH] rust/pl011: Fix range checks for device ID accesses
,
Junjie Mao
,
2024/11/18
Re: [PATCH] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
2024/11/18
Re: [PATCH] rust/pl011: Fix range checks for device ID accesses
,
Alex Bennée
,
2024/11/21
[PULL 00/12] riscv-to-apply queue
,
Alistair Francis
,
2024/11/06
[PULL 01/12] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Alistair Francis
,
2024/11/06
[PULL 02/12] hw/riscv/riscv-iommu: change 'depth' to int
,
Alistair Francis
,
2024/11/06
[PULL 03/12] hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() check
,
Alistair Francis
,
2024/11/06
[PULL 05/12] target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
,
Alistair Francis
,
2024/11/06
[PULL 04/12] target/riscv: Set vdata.vm field for vector load/store whole register instructions
,
Alistair Francis
,
2024/11/06
[PULL 06/12] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
,
Alistair Francis
,
2024/11/06
[PULL 07/12] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
,
Alistair Francis
,
2024/11/06
[PULL 08/12] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride load-only-first load instructions
,
Alistair Francis
,
2024/11/06
[PULL 09/12] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
,
Alistair Francis
,
2024/11/06
[PULL 10/12] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
,
Alistair Francis
,
2024/11/06
[PULL 11/12] target/riscv/kvm: Update kvm exts to Linux v6.11
,
Alistair Francis
,
2024/11/06
[PULL 12/12] tests/functional: Convert the RV32-on-RV64 riscv test
,
Alistair Francis
,
2024/11/06
Re: [PULL 00/12] riscv-to-apply queue
,
Peter Maydell
,
2024/11/07
OOO for first half
,
Boddu, Sai Pavan
,
2024/11/06
[PATCH v2 00/16] hw/microblaze: Allow running cross-endian vCPUs
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 01/16] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 02/16] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 02/16] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Richard Henderson
,
2024/11/07
[PATCH v2 03/16] hw/intc/xilinx_intc: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 03/16] hw/intc/xilinx_intc: Make device endianness configurable
,
Richard Henderson
,
2024/11/07
[RFC PATCH v2 04/16] hw/net/xilinx_ethlite: Simplify by having configurable endianness
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [RFC PATCH v2 04/16] hw/net/xilinx_ethlite: Simplify by having configurable endianness
,
Richard Henderson
,
2024/11/07
[RFC PATCH v2 05/16] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 06/16] hw/timer/xilinx_timer: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 06/16] hw/timer/xilinx_timer: Make device endianness configurable
,
Richard Henderson
,
2024/11/07
[PATCH v2 07/16] hw/char/xilinx_uartlite: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 07/16] hw/char/xilinx_uartlite: Make device endianness configurable
,
Richard Henderson
,
2024/11/07
Re: [PATCH v2 07/16] hw/char/xilinx_uartlite: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v2 08/16] hw/ssi/xilinx_spi: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 08/16] hw/ssi/xilinx_spi: Make device endianness configurable
,
Richard Henderson
,
2024/11/07
Re: [PATCH v2 08/16] hw/ssi/xilinx_spi: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/08
[PATCH v2 09/16] hw/ssi/xilinx_spips: Make device endianness configurable
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 09/16] hw/ssi/xilinx_spips: Make device endianness configurable
,
Richard Henderson
,
2024/11/07
[PATCH v2 10/16] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 13/16] target/microblaze: Consider endianness while translating code
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 11/16] target/microblaze: Set MO_TE once in do_load() / do_store()
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 12/16] target/microblaze: Introduce mo_endian() helper
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 14/16] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 15/16] tests/functional: Explicit endianness of microblaze assets
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 16/16] tests/functional: Add microblaze cross-endianness tests
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH v2 0/8] gdbstub: Allow late attachment
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 2/8] gdbstub: Try unlinking the unix socket before binding
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 1/8] gdbstub: Allow the %d placeholder in the socket path
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 3/8] user: Introduce user/signal.h
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 8/8] tests/tcg: Add late gdbstub attach test
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 6/8] gdbstub: Allow late attachment
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 5/8] osdep: Introduce qemu_kill_thread()
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 7/8] docs/user: Document the %d placeholder and suspend=n QEMU_GDB features
,
Ilya Leoshkevich
,
2024/11/06
[PATCH v2 4/8] user: Introduce host_interrupt_signal
,
Ilya Leoshkevich
,
2024/11/06
Re: [PATCH v2] vhost-user: fix shared object return values
,
Michael Tokarev
,
2024/11/06
Re: [PATCH 0/7] hw/cxl: Round up of fixes.
,
Michael Tokarev
,
2024/11/06
[PATCH] rust: pl011: fix device id matching
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] rust: pl011: fix device id matching
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH] rust: pl011: fix device id matching
,
Manos Pitsidianakis
,
2024/11/07
Re: [PATCH] rust: pl011: fix device id matching
,
Paolo Bonzini
,
2024/11/07
[PATCH 0/5] hw: Mark architecture specific devices with specific endianness
,
Philippe Mathieu-Daudé
,
2024/11/06
[PATCH 1/5] hw/i386: Mark devices as little-endian
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 1/5] hw/i386: Mark devices as little-endian
,
Richard Henderson
,
2024/11/07
Re: [PATCH 1/5] hw/i386: Mark devices as little-endian
,
Thomas Huth
,
2024/11/09
[PATCH 2/5] hw/tricore: Mark devices as little-endian
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 2/5] hw/tricore: Mark devices as little-endian
,
Richard Henderson
,
2024/11/07
Re: [PATCH 2/5] hw/tricore: Mark devices as little-endian
,
Thomas Huth
,
2024/11/09
[PATCH 3/5] hw/m68k: Mark devices as big-endian
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 3/5] hw/m68k: Mark devices as big-endian
,
Richard Henderson
,
2024/11/07
Re: [PATCH 3/5] hw/m68k: Mark devices as big-endian
,
Thomas Huth
,
2024/11/09
[PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Richard Henderson
,
2024/11/07
Re: [PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Thomas Huth
,
2024/11/09
Re: [PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Philippe Mathieu-Daudé
,
2024/11/09
Re: [PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Richard Henderson
,
2024/11/09
Re: [PATCH 4/5] hw/openrisc: Mark devices as big-endian
,
Thomas Huth
,
2024/11/09
[PATCH 5/5] hw/sparc: Mark devices as big-endian
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 5/5] hw/sparc: Mark devices as big-endian
,
Mark Cave-Ayland
,
2024/11/06
Re: [PATCH 5/5] hw/sparc: Mark devices as big-endian
,
Richard Henderson
,
2024/11/07
Re: [PATCH 2/2] hw/sd: Remove legacy sd_enable()
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v6 10/15] hw/acpi: Generic Port Affinity Structure support
,
Jonathan Cameron
,
2024/11/06
[PATCH v2] eif: cope with huge section offsets
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH v2] eif: cope with huge section offsets
,
Dorjoy Chowdhury
,
2024/11/06
[PATCH] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Stefan Berger
,
2024/11/06
Re: [PATCH] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Cédric Le Goater
,
2024/11/07
Re: [PATCH] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Peter Maydell
,
2024/11/07
Re: [PATCH] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Stefan Berger
,
2024/11/07
Re: [PATCH] tests: Adjust path for swtpm state to use path under /var/tmp/
,
Peter Maydell
,
2024/11/07
[PULL v3 00/39] Rust changes for QEMU 9.2 soft freeze
,
Paolo Bonzini
,
2024/11/06
[PULL v3 37/39] rust: allow older version of bindgen
,
Paolo Bonzini
,
2024/11/06
Re: [PULL v3 00/39] Rust changes for QEMU 9.2 soft freeze
,
Peter Maydell
,
2024/11/07
[PULL v2 00/39] Rust changes for QEMU 9.2 soft freeze
,
Paolo Bonzini
,
2024/11/06
[PULL v2 37/39] rust: allow older version of bindgen
,
Paolo Bonzini
,
2024/11/06
[PATCH v2 RFT] cocoa: Remove deprecated CVDisplayLinkCreateWithCGDisplay() calls
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH v2 RFT] cocoa: Remove deprecated CVDisplayLinkCreateWithCGDisplay() calls
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v2 RFT] cocoa: Remove deprecated CVDisplayLinkCreateWithCGDisplay() calls
,
Akihiko Odaki
,
2024/11/07
[PATCH] tests/functional: Split the test_aarch64_sbsaref test
,
Thomas Huth
,
2024/11/06
[PATCH] rust: add meson_version to all subprojects
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] rust: add meson_version to all subprojects
,
Pierrick Bouvier
,
2024/11/06
[PATCH] eif: cope with huge section sizes
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] eif: cope with huge section sizes
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] eif: cope with huge section sizes
,
Dorjoy Chowdhury
,
2024/11/06
Re: [PATCH] eif: cope with huge section sizes
,
Dorjoy Chowdhury
,
2024/11/08
[PATCH] eif: cope with huge section offsets
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] eif: cope with huge section offsets
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] eif: cope with huge section offsets
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] eif: cope with huge section offsets
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] eif: cope with huge section offsets
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] eif: cope with huge section offsets
,
Dorjoy Chowdhury
,
2024/11/06
Re: [PATCH 00/12] Enable building plugins on Windows with Clang
,
Pierrick Bouvier
,
2024/11/06
[PATCH] tests/functional: Bump timeouts of functional tests
,
Thomas Huth
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Peter Maydell
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Thomas Huth
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Richard Henderson
,
2024/11/07
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH] tests/functional: Bump timeouts of functional tests
,
Thomas Huth
,
2024/11/07
[PATCH v3 0/3] plugins: generate list of symbols automatically
,
Pierrick Bouvier
,
2024/11/06
[PATCH v3 1/3] plugins: add missing export for qemu_plugin_num_vcpus
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH v3 1/3] plugins: add missing export for qemu_plugin_num_vcpus
,
Pierrick Bouvier
,
2024/11/06
[PATCH v3 3/3] plugins: eradicate qemu-plugins.symbols static file
,
Pierrick Bouvier
,
2024/11/06
[PATCH v3 2/3] plugins: detect qemu plugin API symbols from header
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH v3 0/3] plugins: generate list of symbols automatically
,
Alex Bennée
,
2024/11/12
Re: [PATCH v3 0/3] plugins: generate list of symbols automatically
,
Pierrick Bouvier
,
2024/11/12
Re: [PATCH v2 06/14] s390x: introduce s390_get_memory_limit()
,
Thomas Huth
,
2024/11/06
[PATCH RFT] cocoa: Remove deprecated CVDisplayLinkCreateWithCGDisplay() calls
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH RFT] cocoa: Remove deprecated CVDisplayLinkCreateWithCGDisplay() calls
,
Pierrick Bouvier
,
2024/11/06
Re: [RFC v4 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
,
Daniel Henrique Barboza
,
2024/11/06
[PATCH] target/i386: Fix legacy page table walk
,
Alexander Graf
,
2024/11/06
Re: [PATCH] target/i386: Fix legacy page table walk
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH] target/i386: Fix legacy page table walk
,
Mark Cave-Ayland
,
2024/11/06
[PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device
,
Daniel Henrique Barboza
,
2024/11/06
[PATCH for-10.0 1/7] hw/riscv/riscv-iommu.c: add riscv_iommu_instance_init()
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 1/7] hw/riscv/riscv-iommu.c: add riscv_iommu_instance_init()
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 2/7] hw/riscv/riscv-iommu: parametrize CAP.IGS
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 2/7] hw/riscv/riscv-iommu: parametrize CAP.IGS
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 3/7] hw/riscv: add riscv-iommu-sys platform device
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 3/7] hw/riscv: add riscv-iommu-sys platform device
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 4/7] hw/riscv/virt: Add IOMMU as platform device if the option is set
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 4/7] hw/riscv/virt: Add IOMMU as platform device if the option is set
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 5/7] hw/riscv/virt.c, riscv-iommu-sys.c: add MSIx support
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 5/7] hw/riscv/virt.c, riscv-iommu-sys.c: add MSIx support
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 6/7] hw/riscv/riscv-iommu: implement reset protocol
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 6/7] hw/riscv/riscv-iommu: implement reset protocol
,
Alistair Francis
,
2024/11/18
[PATCH for-10.0 7/7] docs/specs: add riscv-iommu-sys information
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH for-10.0 7/7] docs/specs: add riscv-iommu-sys information
,
Alistair Francis
,
2024/11/18
Re: [PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device
,
Andrew Jones
,
2024/11/06
Re: [PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device
,
Alistair Francis
,
2024/11/18
[PATCH 0/3] Fixes CPUs AML & acpi-bios-tables to be x86 backward compatible
,
Salil Mehta
,
2024/11/06
[PATCH 1/3] qtest: allow ACPI DSDT Table changes
,
Salil Mehta
,
2024/11/06
[PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Salil Mehta
,
2024/11/06
Re: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Igor Mammedov
,
2024/11/06
RE: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Salil Mehta
,
2024/11/06
Re: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Igor Mammedov
,
2024/11/06
RE: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Salil Mehta
,
2024/11/06
Re: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Igor Mammedov
,
2024/11/07
RE: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Salil Mehta
,
2024/11/07
Re: [PATCH 2/3] Fix: Reverse CPUs presence check logic for x86 backward compatability
,
Igor Mammedov
,
2024/11/08
[PATCH 3/3] tests/qtest/bios-tables-test: Fix DSDT golden masters for x86/{pc, q35}
,
Salil Mehta
,
2024/11/06
Why the wait for reviews / advice from armbru?
,
Markus Armbruster
,
2024/11/06
Re: Why the wait for reviews / advice from armbru?
,
Zhao Liu
,
2024/11/06
Re: Why the wait for reviews / advice from armbru?
,
Daniel P . Berrangé
,
2024/11/06
Re: Why the wait for reviews / advice from armbru?
,
Peter Xu
,
2024/11/06
[PATCH v3] tests: refresh package lists with latest libvirt-ci
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH v6 01/15] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
,
Michael Tokarev
,
2024/11/06
[PATCH v4 0/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/06
[PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/06
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
BALATON Zoltan
,
2024/11/06
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
BALATON Zoltan
,
2024/11/06
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
BALATON Zoltan
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
BALATON Zoltan
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH v4 1/2] next-kbd: convert to use qemu_input_handler_register()
,
BALATON Zoltan
,
2024/11/08
[PATCH v4 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
,
Mark Cave-Ayland
,
2024/11/06
[PATCH v7 0/3] vhost-user-blk: live resize additional APIs
,
Vladimir Sementsov-Ogievskiy
,
2024/11/06
[PATCH v7 1/3] qdev-monitor: add option to report GenericError from find_device_state
,
Vladimir Sementsov-Ogievskiy
,
2024/11/06
[PATCH v7 2/3] vhost-user-blk: split vhost_user_blk_sync_config()
,
Vladimir Sementsov-Ogievskiy
,
2024/11/06
[PATCH v7 3/3] qapi: introduce device-sync-config
,
Vladimir Sementsov-Ogievskiy
,
2024/11/06
Re: [PATCH v7 0/3] vhost-user-blk: live resize additional APIs
,
Michael S. Tsirkin
,
2024/11/06
Re: [PATCH v7 0/3] vhost-user-blk: live resize additional APIs
,
Vladimir Sementsov-Ogievskiy
,
2024/11/08
Re: [PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()
,
Kevin Wolf
,
2024/11/06
Re: [PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()
,
Kevin Wolf
,
2024/11/14
Re: [PATCH v2 2/4] hw/loongarch/virt: Implement cpu plug interface
,
Igor Mammedov
,
2024/11/06
Re: [PATCH v2 2/4] hw/loongarch/virt: Implement cpu plug interface
,
maobibo
,
2024/11/06
Re: [PATCH v3 1/2] qdev-monitor: avoid QemuOpts in QMP device_add
,
Kevin Wolf
,
2024/11/06
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/06
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
maobibo
,
2024/11/06
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/18
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
Zhao Liu
,
2024/11/07
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/22
Re: [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
,
Igor Mammedov
,
2024/11/06
[PATCH] hw/timer: fix int underflow
,
Dmitry Frolov
,
2024/11/06
Re: [PATCH] hw/timer: fix int underflow
,
Дмитрий Фролов
,
2024/11/26
Re: [PATCH] hw/timer: fix int underflow
,
Philippe Mathieu-Daudé
,
2024/11/26
Re: [PATCH] hw/timer: fix int underflow
,
Дмитрий Фролов
,
2024/11/26
[PATCH] hw/timer: fix int underflow
,
Дмитрий Фролов
,
2024/11/26
Re: [PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check mac address
,
Michael S. Tsirkin
,
2024/11/06
Re: [PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check mac address
,
Cindy Lu
,
2024/11/06
[PATCH v5 0/3] qemu-ga: Summarize and merge commits
,
Dehan Meng
,
2024/11/06
[PATCH v5 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Dehan Meng
,
2024/11/06
Re: [PATCH v5 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH v5 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Konstantin Kostiuk
,
2024/11/06
Re: [PATCH v5 1/3] qemu-ga: Add 'Null' check and Redefine 'route'
,
Konstantin Kostiuk
,
2024/11/06
[PATCH v5 2/3] qemu-ga: Optimize var declaration and definition
,
Dehan Meng
,
2024/11/06
Re: [PATCH v5 2/3] qemu-ga: Optimize var declaration and definition
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH v5 2/3] qemu-ga: Optimize var declaration and definition
,
Konstantin Kostiuk
,
2024/11/06
[PATCH v5 3/3] qemu-ga: Avoiding freeing line prematurely
,
Dehan Meng
,
2024/11/06
Re: [PATCH v5 3/3] qemu-ga: Avoiding freeing line prematurely
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH v5 3/3] qemu-ga: Avoiding freeing line prematurely
,
Konstantin Kostiuk
,
2024/11/06
Re: [PATCH v5 3/3] qemu-ga: Avoiding freeing line prematurely
,
Konstantin Kostiuk
,
2024/11/06
[PATCH] hw/timer: fix possible int overflow
,
Dmitry Frolov
,
2024/11/06
Re: [PATCH] hw/timer: fix possible int overflow
,
Peter Maydell
,
2024/11/08
Re: [PATCH] hw/timer: fix possible int overflow
,
Philippe Mathieu-Daudé
,
2024/11/08
Re: [PATCH] hw/timer: fix possible int overflow
,
Евгений Воеводин
,
2024/11/08
[PATCH] block: fix possible int overflow
,
Dmitry Frolov
,
2024/11/06
Re: [PATCH] block: fix possible int overflow
,
Kevin Wolf
,
2024/11/06
Re: [PATCH] block: fix possible int overflow
,
Denis V. Lunev
,
2024/11/06
Re: [PATCH] block: fix possible int overflow
,
Kevin Wolf
,
2024/11/06
Re: [PATCH] block: fix possible int overflow
,
Denis V. Lunev
,
2024/11/08
Re: [PATCH] block: fix possible int overflow
,
Denis V. Lunev
,
2024/11/08
[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
,
Alexey Kardashevskiy
,
2024/11/06
Re: [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
,
Alexey Kardashevskiy
,
2024/11/06
[QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Jiqian Chen
,
2024/11/06
Re: [QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Stewart Hildebrand
,
2024/11/11
Re: [QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Anthony PERARD
,
2024/11/18
Re: [QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Chen, Jiqian
,
2024/11/19
Re: [QEMU PATCH v10] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Chen, Jiqian
,
2024/11/29
[PATCH v5 00/11] i386: miscellaneous cleanup
,
Zhao Liu
,
2024/11/05
[PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
,
Zhao Liu
,
2024/11/05
Re: [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL
,
Tao Su
,
2024/11/06
[PATCH v5 03/11] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
,
Zhao Liu
,
2024/11/05
[PATCH v5 02/11] target/i386/kvm: Add feature bit definitions for KVM CPUID
,
Zhao Liu
,
2024/11/05
[PATCH v5 06/11] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
,
Zhao Liu
,
2024/11/05
[PATCH v5 05/11] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
,
Zhao Liu
,
2024/11/05
[PATCH v5 04/11] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
,
Zhao Liu
,
2024/11/05
[PATCH v5 08/11] target/i386/kvm: Clean up return values of MSR filter related functions
,
Zhao Liu
,
2024/11/05
[PATCH v5 07/11] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
,
Zhao Liu
,
2024/11/05
[PATCH v5 09/11] target/i386/kvm: Return -1 when kvm_msr_energy_thread_init() fails
,
Zhao Liu
,
2024/11/05
[PATCH v5 10/11] target/i386/kvm: Clean up error handling in kvm_arch_init()
,
Zhao Liu
,
2024/11/05
[PATCH v5 11/11] target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES
,
Zhao Liu
,
2024/11/05
Re: [PATCH v4 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Alistair Francis
,
2024/11/05
Re: [PATCH v4 1/9] target/riscv: fix henvcfg potentially containing stale bits
,
Clément Léger
,
2024/11/07
Re: [PATCH 2/2] target/riscv/kvm: Update kvm exts to Linux v6.11
,
Alistair Francis
,
2024/11/05
[PULL v2 00/29] Misc HW patches for 2024-11-05
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL v2 01/29] target/microblaze: Alias CPU endianness property as 'little-endian'
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PULL v2 00/29] Misc HW patches for 2024-11-05
,
Peter Maydell
,
2024/11/06
Re: [PATCH v3] target-i386: Walk NPT in guest real mode
,
Mark Cave-Ayland
,
2024/11/05
Re: [PATCH v3] target-i386: Walk NPT in guest real mode
,
Alexander Graf
,
2024/11/06
[PULL 00/29] Misc HW patches for 2024-11-05
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 01/29] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 02/29] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 03/29] hw/microblaze/s3adsp1800: Explicit CPU endianness
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 04/29] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 05/29] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 06/29] hw/core/machine: Add missing 'units.h' and 'error-report.h' headers
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 07/29] i386/cpu: Don't enumerate the "invalid" CPU topology level
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 08/29] hw/core: Make CPU topology enumeration arch-agnostic
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 09/29] qapi/qom: Define cache enumeration and properties for machine
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PULL 09/29] qapi/qom: Define cache enumeration and properties for machine
,
Peter Maydell
,
2024/11/08
Re: [PULL 09/29] qapi/qom: Define cache enumeration and properties for machine
,
Zhao Liu
,
2024/11/10
[PULL 10/29] hw/core: Check smp cache topology support for machine
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PULL 10/29] hw/core: Check smp cache topology support for machine
,
Peter Maydell
,
2024/11/08
Re: [PULL 10/29] hw/core: Check smp cache topology support for machine
,
Zhao Liu
,
2024/11/10
[PULL 11/29] hw/core: Add a helper to check the cache topology level
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 12/29] hw/ppc/e500: Prefer QOM cast
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 13/29] hw/ppc/e500: Remove unused "irqs" parameter
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 14/29] hw/ppc/e500: Add missing device tree properties to i2c controller node
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 15/29] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 17/29] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 18/29] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 21/29] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 16/29] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 19/29] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 20/29] hw/net/fsl_etsec/miim: Reuse MII constants
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 22/29] hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 23/29] hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 24/29] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 26/29] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 25/29] hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 28/29] hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 29/29] hw/riscv/iommu: fix build error with clang
,
Philippe Mathieu-Daudé
,
2024/11/05
[PULL 27/29] hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH v5 14/19] s390x: Add individual loadparm assignment to CCW device
,
Jared Rossi
,
2024/11/05
Re: [PATCH 05/27] qemu-img: create: refresh options/--help
,
Kevin Wolf
,
2024/11/05
Re: [PATCH 04/27] qemu-img: pass current cmd info into command handlers
,
Kevin Wolf
,
2024/11/05
Re: [PATCH 03/27] qemu-img: global option processing and error printing
,
Kevin Wolf
,
2024/11/05
Re: [PATCH 02/27] qemu-img: create: convert img_size to signed, simplify handling
,
Kevin Wolf
,
2024/11/05
Re: [PATCH 01/27] qemu-img: measure: convert img_size to signed, simplify handling
,
Kevin Wolf
,
2024/11/05
[PULL 0/4] Crypto fixes patches
,
Daniel P . Berrangé
,
2024/11/05
[PULL 1/4] crypto: purge 'loaded' property that was not fully removed
,
Daniel P . Berrangé
,
2024/11/05
[PULL 2/4] crypto: Introduce SM3 hash hmac pbkdf algorithm
,
Daniel P . Berrangé
,
2024/11/05
[PULL 4/4] crypto: perform runtime check for hash/hmac support in gcrypt
,
Daniel P . Berrangé
,
2024/11/05
[PULL 3/4] crypto: fix error check on gcry_md_open
,
Daniel P . Berrangé
,
2024/11/05
Re: [PULL 0/4] Crypto fixes patches
,
Peter Maydell
,
2024/11/06
Re: [PATCH v8 0/8] Support RISC-V IOPMP
,
Daniel Henrique Barboza
,
2024/11/05
Re: [PATCH v8 0/8] Support RISC-V IOPMP
,
Ethan Chen
,
2024/11/07
[PATCH] migration: Check current_migration in migration_is_running()
,
Peter Xu
,
2024/11/05
Re: [PATCH] migration: Check current_migration in migration_is_running()
,
Pierrick Bouvier
,
2024/11/05
Re: [PATCH] migration: Check current_migration in migration_is_running()
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH] migration: Check current_migration in migration_is_running()
,
Thomas Huth
,
2024/11/06
Re: [PATCH] migration: Check current_migration in migration_is_running()
,
Pierrick Bouvier
,
2024/11/06
Re: [PATCH] migration: Check current_migration in migration_is_running()
,
Thomas Huth
,
2024/11/06
[PATCH 00/22] tests/qtest: migration-test refactoring
,
Fabiano Rosas
,
2024/11/05
[PATCH 01/22] tests/qtest/migration: Fix indentations
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 01/22] tests/qtest/migration: Fix indentations
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 02/22] tests/qtest/migration: Standardize hook names
,
Fabiano Rosas
,
2024/11/05
[PATCH 03/22] tests/qtest/migration: Stop calling everything "test"
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 03/22] tests/qtest/migration: Stop calling everything "test"
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 03/22] tests/qtest/migration: Stop calling everything "test"
,
Fabiano Rosas
,
2024/11/06
[PATCH 04/22] tests/migration: Disambiguate guestperf vs. a-b
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 04/22] tests/migration: Disambiguate guestperf vs. a-b
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 04/22] tests/migration: Disambiguate guestperf vs. a-b
,
Fabiano Rosas
,
2024/11/06
[PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 07/22] tests/qtest/migration: Rename migration-helpers.c
,
Fabiano Rosas
,
2024/11/05
[PATCH 06/22] tests/qtest/migration: Move qmp helpers to a separate file
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 06/22] tests/qtest/migration: Move qmp helpers to a separate file
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 06/22] tests/qtest/migration: Move qmp helpers to a separate file
,
Fabiano Rosas
,
2024/11/06
[PATCH 08/22] tests/qtest/migration: Move ufd_version_check to utils
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 08/22] tests/qtest/migration: Move ufd_version_check to utils
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 09/22] tests/qtest/migration: Move kvm_dirty_ring_supported to utils
,
Fabiano Rosas
,
2024/11/05
[PATCH 10/22] tests/qtest/migration: Isolate test initialization
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 10/22] tests/qtest/migration: Isolate test initialization
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 11/22] tests/qtest/migration: Move common test code
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 11/22] tests/qtest/migration: Move common test code
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 11/22] tests/qtest/migration: Move common test code
,
Fabiano Rosas
,
2024/11/06
Re: [PATCH 11/22] tests/qtest/migration: Move common test code
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Fabiano Rosas
,
2024/11/06
Re: [PATCH 12/22] tests/qtest/migration: Split TLS tests from migration-test.c
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 14/22] tests/qtest/migration: Split postcopy tests
,
Fabiano Rosas
,
2024/11/05
[PATCH 13/22] tests/qtest/migration: Split compression tests from migration-test.c
,
Fabiano Rosas
,
2024/11/05
[PATCH 15/22] tests/qtest/migration: Split file tests
,
Fabiano Rosas
,
2024/11/05
[PATCH 16/22] tests/qtest/migration: Split precopy tests
,
Fabiano Rosas
,
2024/11/05
[PATCH 17/22] tests/qtest/migration: Split CPR tests
,
Fabiano Rosas
,
2024/11/05
[PATCH 18/22] tests/qtest/migration: Split validation tests + misc
,
Fabiano Rosas
,
2024/11/05
[PATCH 19/22] tests/qtest/migration: Add migration-test-smoke
,
Fabiano Rosas
,
2024/11/05
[PATCH 21/22] tests/qtest: Add support for check-qtest-<subsystem>
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH 21/22] tests/qtest: Add support for check-qtest-<subsystem>
,
Daniel P . Berrangé
,
2024/11/06
Re: [PATCH 21/22] tests/qtest: Add support for check-qtest-<subsystem>
,
Fabiano Rosas
,
2024/11/06
Re: [PATCH 21/22] tests/qtest: Add support for check-qtest-<subsystem>
,
Daniel P . Berrangé
,
2024/11/06
[PATCH 20/22] tests/qtest/migration: Pick smoke tests
,
Fabiano Rosas
,
2024/11/05
[PATCH 22/22] docs: Add migration tests documentation
,
Fabiano Rosas
,
2024/11/05
[PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Peter Maydell
,
2024/11/05
Re: [PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Richard Henderson
,
2024/11/06
Re: [PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Mark Cave-Ayland
,
2024/11/06
Re: [PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Peter Maydell
,
2024/11/14
Re: [PATCH] hw/intc/openpic: Avoid taking address of out-of-bounds array index
,
Philippe Mathieu-Daudé
,
2024/11/14
QEMU Nitro Enclave Emulation on macOS
,
Payton Garland
,
2024/11/05
Re: QEMU Nitro Enclave Emulation on macOS
,
Alexander Graf
,
2024/11/05
Re: [PULL 15/96] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Peter Maydell
,
2024/11/05
Re: [PULL 15/96] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Peter Maydell
,
2024/11/07
Re: [PULL 15/96] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Nicholas Piggin
,
2024/11/07
[PATCH] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Peter Maydell
,
2024/11/05
Re: [PATCH] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Peter Maydell
,
2024/11/05
Re: [PATCH] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Bernhard Beschow
,
2024/11/07
Re: [PATCH] hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
,
Paolo Bonzini
,
2024/11/08
[PULL 0/2] vfio queue
,
Cédric Le Goater
,
2024/11/05
[PULL 1/2] vfio/migration: Add save_{iterate, complete_precopy}_start trace events
,
Cédric Le Goater
,
2024/11/05
[PULL 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Cédric Le Goater
,
2024/11/05
Re: [PULL 0/2] vfio queue
,
Peter Maydell
,
2024/11/06
Re: [PATCH v5 00/19] s390x: Add Full Boot Order Support
,
Jared Rossi
,
2024/11/05
Re: [PATCH v5 00/19] s390x: Add Full Boot Order Support
,
Thomas Huth
,
2024/11/06
Re: [PATCH v5 00/19] s390x: Add Full Boot Order Support
,
Jared Rossi
,
2024/11/07
Re: [PATCH v5 00/19] s390x: Add Full Boot Order Support
,
Thomas Huth
,
2024/11/08
Re: [PATCH v5 00/19] s390x: Add Full Boot Order Support
,
Thomas Huth
,
2024/11/11
[PATCH v2] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
,
Taylor Simpson
,
2024/11/05
[PATCH v2] tests: refresh package lists with latest libvirt-ci
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v2] tests: refresh package lists with latest libvirt-ci
,
Thomas Huth
,
2024/11/05
Re: [PATCH v2] tests: refresh package lists with latest libvirt-ci
,
Alex Bennée
,
2024/11/06
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Peter Maydell
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Peter Maydell
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Peter Maydell
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Peter Maydell
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Peter Maydell
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/05
Re: [PULL 10/17] tests/functional: Convert most Aspeed machine tests
,
Stefan Berger
,
2024/11/06
[PATCH] tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets
,
Thomas Huth
,
2024/11/05
Re: [PATCH] tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets
,
Nicholas Piggin
,
2024/11/07
[PATCH 0/5] i386/hvf: x2apic support and some small fixes
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH 1/5] i386/hvf: Integrates x2APIC support with hvf accel
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH 1/5] i386/hvf: Integrates x2APIC support with hvf accel
,
Roman Bolshakov
,
2024/11/06
[PATCH 2/5] i386/hvf: Fix for UB in handling CPUID function 0xD
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH 2/5] i386/hvf: Fix for UB in handling CPUID function 0xD
,
Roman Bolshakov
,
2024/11/06
[PATCH 3/5] i386/hvf: Fixes startup memory leak (vmcs caps)
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH 3/5] i386/hvf: Fixes startup memory leak (vmcs caps)
,
Roman Bolshakov
,
2024/11/06
[PATCH 4/5] i386/hvf: Raise exception on error setting APICBASE
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH 4/5] i386/hvf: Raise exception on error setting APICBASE
,
Roman Bolshakov
,
2024/11/06
[PATCH 5/5] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH 5/5] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec
,
Roman Bolshakov
,
2024/11/06
Re: [PATCH 0/5] i386/hvf: x2apic support and some small fixes
,
Roman Bolshakov
,
2024/11/06
Re: [PATCH 0/5] i386/hvf: x2apic support and some small fixes
,
Phil Dennis-Jordan
,
2024/11/06
Re: [PATCH v4 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Roman Bolshakov
,
2024/11/05
[PATCH v7 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/06
[PATCH v7 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Akihiko Odaki
,
2024/11/06
[PATCH v7 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 10/15] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/06
[PATCH v7 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Akihiko Odaki
,
2024/11/06
[PATCH v7 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/06
[PATCH v7 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/05
[PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/06
Re: [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/06
Re: [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/06
Re: [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/06
[PATCH] tests: refresh package lists with latest libvirt-ci
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH] tests: refresh package lists with latest libvirt-ci
,
Thomas Huth
,
2024/11/05
Re: [PATCH] tests: refresh package lists with latest libvirt-ci
,
Thomas Huth
,
2024/11/06
[PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
,
Helge Deller
,
2024/11/05
Re: [PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
,
Ilya Leoshkevich
,
2024/11/05
Re: [PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
,
Richard Henderson
,
2024/11/06
Re: [PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
,
Richard Henderson
,
2024/11/06
[PULL 0/4] linux-user patch queue
,
Richard Henderson
,
2024/11/05
[PULL 1/4] tests/tcg: Replace -mpower8-vector with -mcpu=power8
,
Richard Henderson
,
2024/11/05
[PULL 4/4] tests/tcg: Add SIGRTMIN/SIGRTMAX test
,
Richard Henderson
,
2024/11/05
[PULL 3/4] linux-user: Allow custom rt signal mappings
,
Richard Henderson
,
2024/11/05
[PULL 2/4] linux-user: Fix GDB complaining about system-supplied DSO string table index
,
Richard Henderson
,
2024/11/05
Re: [PULL 0/4] linux-user patch queue
,
Peter Maydell
,
2024/11/06
[PATCH] meson: explain more verbosely why we forbid Clang on Windows
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH] meson: explain more verbosely why we forbid Clang on Windows
,
Richard Henderson
,
2024/11/05
Re: [PATCH 5/8] osdep: Introduce qemu_kill_thread()
,
Richard Henderson
,
2024/11/05
Re: [PATCH 5/8] osdep: Introduce qemu_kill_thread()
,
Warner Losh
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Richard Henderson
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Warner Losh
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Ilya Leoshkevich
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Richard Henderson
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Ilya Leoshkevich
,
2024/11/05
Re: [PATCH 4/8] user: Introduce host_interrupt_signal
,
Warner Losh
,
2024/11/05
Re: [PATCH 3/8] user: Introduce user/signal.h
,
Richard Henderson
,
2024/11/05
Re: [PATCH 3/8] user: Introduce user/signal.h
,
Warner Losh
,
2024/11/05
Re: [PATCH 1/8] gdbstub: Allow the %d placeholder in the socket path
,
Richard Henderson
,
2024/11/05
Re: [PATCH 1/8] gdbstub: Allow the %d placeholder in the socket path
,
Warner Losh
,
2024/11/05
[RFC PATCH v5 0/2] Support RISC-V CSR read/write in Qtest environment
,
Ivan Klokov
,
2024/11/05
[RFC PATCH v5 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Ivan Klokov
,
2024/11/05
Re: [RFC PATCH v5 2/2] tests/qtest: QTest example for RISC-V CSR register
,
Fabiano Rosas
,
2024/11/05
[RFC PATCH v5 1/2] target/riscv: Add RISC-V CSR qtest support
,
Ivan Klokov
,
2024/11/05
Re: [RFC PATCH v5 1/2] target/riscv: Add RISC-V CSR qtest support
,
Fabiano Rosas
,
2024/11/05
Re: [PATCH v2 5/5] target/loongarch/tcg: Add hardware page table walker support
,
Richard Henderson
,
2024/11/05
Re: [PATCH v2 5/5] target/loongarch/tcg: Add hardware page table walker support
,
gaosong
,
2024/11/07
[PATCH] test/functional: Fix Aspeed buildroot tests
,
Cédric Le Goater
,
2024/11/05
Re: [PATCH] test/functional: Fix Aspeed buildroot tests
,
Thomas Huth
,
2024/11/05
Re: [PATCH] test/functional: Fix Aspeed buildroot tests
,
Peter Maydell
,
2024/11/05
Re: [PATCH] test/functional: Fix Aspeed buildroot tests
,
Thomas Huth
,
2024/11/05
Re: [PATCH] test/functional: Fix Aspeed buildroot tests
,
Cédric Le Goater
,
2024/11/05
[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
,
Philippe Mathieu-Daudé
,
2024/11/05
[PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Anton Johansson
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Alistair Francis
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Edgar E. Iglesias
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
,
Anton Johansson
,
2024/11/05
Re: [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
,
Alistair Francis
,
2024/11/05
Re: [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
,
Richard Henderson
,
2024/11/05
Re: [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
,
Alistair Francis
,
2024/11/05
Re: [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
,
Anton Johansson
,
2024/11/05
Re: [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
,
Alistair Francis
,
2024/11/05
Re: [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
,
Anton Johansson
,
2024/11/05
Re: [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
,
Alistair Francis
,
2024/11/05
Re: [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
,
Richard Henderson
,
2024/11/05
Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
,
Alistair Francis
,
2024/11/05
Re: [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Anton Johansson
,
2024/11/05
Re: [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
,
Philippe Mathieu-Daudé
,
2024/11/05
[PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Anton Johansson
,
2024/11/05
Re: [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Alistair Francis
,
2024/11/05
Re: [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Anton Johansson
,
2024/11/05
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Alistair Francis
,
2024/11/05
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Edgar E. Iglesias
,
2024/11/05
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/14
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
,
Michal Simek
,
2024/11/15
[PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses
,
Anton Johansson
,
2024/11/05
Re: [PATCH 10/19] hw/timer/xilinx_timer: Only expect big-endian accesses
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Anton Johansson
,
2024/11/05
Re: [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Alistair Francis
,
2024/11/05
Re: [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Richard Henderson
,
2024/11/05
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/06
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Paolo Bonzini
,
2024/11/06
Re: [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
,
Edgar E. Iglesias
,
2024/11/05
[PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
,
Richard Henderson
,
2024/11/05
Re: [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
,
Alistair Francis
,
2024/11/05
[PATCH 14/19] target/microblaze: Set MO_TE once in do_load() / do_store()
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 14/19] target/microblaze: Set MO_TE once in do_load() / do_store()
,
Richard Henderson
,
2024/11/05
[PATCH 15/19] target/microblaze: Introduce mo_endian() helper
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 15/19] target/microblaze: Introduce mo_endian() helper
,
Richard Henderson
,
2024/11/05
[PATCH 16/19] target/microblaze: Consider endianness while translating code
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 16/19] target/microblaze: Consider endianness while translating code
,
Richard Henderson
,
2024/11/05
[PATCH 17/19] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 17/19] hw/microblaze: Support various endianness for s3adsp1800 machines
,
Richard Henderson
,
2024/11/05
[PATCH 18/19] tests/functional: Explicit endianness of microblaze assets
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 18/19] tests/functional: Explicit endianness of microblaze assets
,
Richard Henderson
,
2024/11/05
[PATCH 19/19] tests/functional: Add microblaze cross-endianness tests
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH 19/19] tests/functional: Add microblaze cross-endianness tests
,
Richard Henderson
,
2024/11/05
Re: [PATCH v4 2/2] target: Add system emulation aiming to target any architecture
,
Peter Maydell
,
2024/11/05
[PATCH] tests/functional: Provide the user with hints where to find more log files
,
Thomas Huth
,
2024/11/05
Re: [PATCH] tests/functional: Provide the user with hints where to find more log files
,
Cédric Le Goater
,
2024/11/05
Re: [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
,
Peter Maydell
,
2024/11/05
Re: [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
,
Paolo Bonzini
,
2024/11/05
Re: [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
,
Dorjoy Chowdhury
,
2024/11/05
Re: [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
,
Alexander Graf
,
2024/11/05
Re: [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
,
Dorjoy Chowdhury
,
2024/11/05
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/05
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/05
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/05
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Noah Goldstein
,
2024/11/06
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/07
Re: linux-user: Add option to run `execve`d programs through QEMU
,
Richard Henderson
,
2024/11/07
[PULL 00/31] target-arm queue
,
Peter Maydell
,
2024/11/05
[PULL 02/31] tests/fp: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 04/31] target/mips: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 06/31] target/hppa: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 03/31] target/arm: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 09/31] target/m68k: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 05/31] target/loongarch: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 11/31] target/sparc: Move cpu_put_fsr(env, 0) call to reset
,
Peter Maydell
,
2024/11/05
[PULL 07/31] target/s390x: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 15/31] target/i386: Set 2-NaN propagation rule explicitly
,
Peter Maydell
,
2024/11/05
[PULL 01/31] softfloat: Allow 2-operand NaN propagation rule to be set at runtime
,
Peter Maydell
,
2024/11/05
[PULL 10/31] target/m68k: Initialize float_status fields in gdb set/get functions
,
Peter Maydell
,
2024/11/05
[PULL 14/31] target/xtensa: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 08/31] target/ppc: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 17/31] target/microblaze: Move setting of float rounding mode to reset
,
Peter Maydell
,
2024/11/05
[PULL 12/31] target/sparc: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 13/31] target/xtensa: Factor out calls to set_use_first_nan()
,
Peter Maydell
,
2024/11/05
[PULL 20/31] target/rx: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 16/31] target/alpha: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 19/31] target/openrisc: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
[PULL 21/31] softfloat: Remove fallback rule from pickNaN()
,
Peter Maydell
,
2024/11/05
[PULL 26/31] hw/rtc/ds1338: Trace send and receive operations
,
Peter Maydell
,
2024/11/05
[PULL 22/31] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
,
Peter Maydell
,
2024/11/05
[PULL 28/31] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Peter Maydell
,
2024/11/05
[PULL 25/31] disas: Fix build against Capstone v6 (again)
,
Peter Maydell
,
2024/11/05
[PULL 23/31] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
,
Peter Maydell
,
2024/11/05
[PULL 27/31] hw/timer/imx_gpt: Convert DPRINTF to trace events
,
Peter Maydell
,
2024/11/05
[PULL 29/31] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
,
Peter Maydell
,
2024/11/05
[PULL 31/31] target/arm: Enable FEAT_CMOW for -cpu max
,
Peter Maydell
,
2024/11/05
[PULL 24/31] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Peter Maydell
,
2024/11/05
[PULL 30/31] hw/net/npcm_gmac: Change error log to trace event
,
Peter Maydell
,
2024/11/05
[PULL 18/31] target/microblaze: Explicitly set 2-NaN propagation rule
,
Peter Maydell
,
2024/11/05
Re: [PULL 00/31] target-arm queue
,
Peter Maydell
,
2024/11/06
[PATCH] 9pfs: fix crash on 'Treaddir' request
,
Christian Schoenebeck
,
2024/11/05
Re: [PATCH] 9pfs: fix crash on 'Treaddir' request
,
Greg Kurz
,
2024/11/05
Re: [PATCH] 9pfs: fix crash on 'Treaddir' request
,
Christian Schoenebeck
,
2024/11/05
Re: [PATCH] 9pfs: fix crash on 'Treaddir' request
,
Christian Schoenebeck
,
2024/11/07
[RFC PATCH v2 0/1] Sbsa-ref CXL Enablement
,
Yuquan Wang
,
2024/11/05
[RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Yuquan Wang
,
2024/11/05
Re: [edk2-devel] [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Jonathan Cameron
,
2024/11/07
Re: [edk2-devel] [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Marcin Juszkiewicz
,
2024/11/12
Re: [edk2-devel] [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
,
Jonathan Cameron
,
2024/11/21
[PULL 0/3] final plugin updates for 9.2
,
Alex Bennée
,
2024/11/05
[PULL 1/3] contrib/plugins/cflow: fix warning
,
Alex Bennée
,
2024/11/05
[PULL 2/3] meson: build contrib/plugins with meson
,
Alex Bennée
,
2024/11/05
[PULL 3/3] contrib/plugins: remove Makefile for contrib/plugins
,
Alex Bennée
,
2024/11/05
Re: [PULL 0/3] final plugin updates for 9.2
,
Peter Maydell
,
2024/11/06
[PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
,
Thomas Huth
,
2024/11/05
Re: [PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
,
LIU Zhiwei
,
2024/11/05
Re: [PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
,
Alistair Francis
,
2024/11/05
Re: [PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
,
Alistair Francis
,
2024/11/05
[PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
,
marcandre . lureau
,
2024/11/05
Re: [PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
,
Marc-André Lureau
,
2024/11/14
Re: [PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
,
Peter Maydell
,
2024/11/14
Re: [PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
,
Paolo Bonzini
,
2024/11/14
[PATCH] target/i386: add avx-vnni-int16 feature
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH] target/i386: add avx-vnni-int16 feature
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH] target/i386: add avx-vnni-int16 feature
,
Tao Su
,
2024/11/05
Re: [PULL 04/50] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Michael Tokarev
,
2024/11/05
Re: [PULL 04/50] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
,
Alistair Francis
,
2024/11/05
[PATCH v6 00/60] QEMU TDX support
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 01/60] *** HACK *** linux-headers: Update headers to pull in TDX API changes
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 02/60] i386: Introduce tdx-guest object
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 02/60] i386: Introduce tdx-guest object
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 02/60] i386: Introduce tdx-guest object
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 03/60] i386/tdx: Implement tdx_kvm_type() for TDX
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 04/60] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 06/60] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Philippe Mathieu-Daudé
,
2024/11/13
Re: [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Xiaoyao Li
,
2024/11/25
Re: [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Philippe Mathieu-Daudé
,
2024/11/26
[PATCH v6 08/60] i386/kvm: Export cpuid_entry_get_reg() and cpuid_find_entry()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Edgecombe, Rick P
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
,
Tony Lindgren
,
2024/11/06
[PATCH v6 10/60] i386/tdx: Add property sept-ve-disable for tdx-guest object
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 11/60] i386/tdx: Make sept_ve_disable set by default
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 12/60] i386/tdx: Wire CPU features up with attributes of TD guest
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Edgecombe, Rick P
,
2024/11/05
Re: [PATCH v6 13/60] i386/tdx: Validate TD attributes
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 15/60] i386/tdx: Set APIC bus rate to match with what TDX module enforces
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 17/60] i386/tdx: load TDVF for TD guest
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 16/60] i386/tdx: Implement user specified tsc frequency
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 18/60] i386/tdvf: Introduce function to parse TDVF metadata
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 18/60] i386/tdvf: Introduce function to parse TDVF metadata
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 19/60] i386/tdx: Parse TDVF metadata for TDX VM
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 20/60] i386/tdx: Don't initialize pc.rom for TDX VMs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 21/60] i386/tdx: Track mem_ptr for each firmware entry of TDVF
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 23/60] headers: Add definitions from UEFI spec for volumes, resources, etc...
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 23/60] headers: Add definitions from UEFI spec for volumes, resources, etc...
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 25/60] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 22/60] i386/tdx: Track RAM entries for TDX VM
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 26/60] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 27/60] i386/tdx: Finalize TDX VM
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
,
Edgecombe, Rick P
,
2024/11/05
Re: [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
,
Edgecombe, Rick P
,
2024/11/06
[PATCH v6 24/60] i386/tdx: Setup the TD HOB list
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 24/60] i386/tdx: Setup the TD HOB list
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 28/60] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 33/60] i386/cpu: introduce x86_confidenetial_guest_cpu_realizefn()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 31/60] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 32/60] i386/tdx: implement tdx_cpu_instance_init()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 38/60] i386/tdx: Disable SMM for TDX VMs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
,
Paolo Bonzini
,
2024/11/05
[PATCH v6 39/60] i386/tdx: Disable PIC for TDX VMs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 35/60] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 36/60] i386/tdx: Force exposing CPUID 0x1f
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 43/60] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Xiaoyao Li
,
2024/11/06
Re: [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
,
Paolo Bonzini
,
2024/11/06
[PATCH v6 46/60] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 42/60] i386/tdx: Don't synchronize guest tsc for TDs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 44/60] i386/tdx: Skip kvm_put_apicbase() for TDs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 47/60] i386/tdx: Implement adjust_cpuid_features() for TDX
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 49/60] i386/tdx: Mask off CPUID bits by unsupported TD Attributes
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 50/60] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 52/60] i386/cpu: Expose mark_unavailable_features() for TDX
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 54/60] i386/cgs: Introduce x86_confidential_guest_check_features()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 51/60] i386/tdx: Mask off CPUID bits by unsupported XFAM
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 55/60] i386/tdx: Fetch and validate CPUID of TD guest
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v6 57/60] i386/tdx: Make invtsc default on
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 48/60] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 60/60] docs: Add TDX documentation
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 60/60] docs: Add TDX documentation
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v6 60/60] docs: Add TDX documentation
,
Francesco Lavra
,
2024/11/12
[PATCH v6 58/60] cpu: Introduce qemu_early_init_vcpu()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 53/60] i386/cpu: introduce mark_forced_on_features()
,
Xiaoyao Li
,
2024/11/05
[PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
,
Paolo Bonzini
,
2024/11/05
Re: [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
,
Xiaoyao Li
,
2024/11/05
Re: [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
,
Paolo Bonzini
,
2024/11/05
[PATCH] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/05
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/05
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Prasad Pandit
,
2024/11/06
Re: [PATCH] vhost: fail device start if iotlb update fails
,
Stefano Garzarella
,
2024/11/06
[PULL 0/3] Bsd user 2024q4 patches
,
Warner Losh
,
2024/11/04
[PULL 1/3] bsd-user/x86_64/target_arch_thread.h: Align stack
,
Warner Losh
,
2024/11/04
[PULL 2/3] bsd-user/main: Allow setting tb-size
,
Warner Losh
,
2024/11/04
[PULL 3/3] bsd-user: Set TaskState ts_tid for initial threads
,
Warner Losh
,
2024/11/04
Re: [PULL 0/3] Bsd user 2024q4 patches
,
Peter Maydell
,
2024/11/06
test regression - qemu:block-slow+slow / io-raw-055
,
Pierrick Bouvier
,
2024/11/04
Re: test regression - qemu:block-slow+slow / io-raw-055
,
Peter Xu
,
2024/11/05
Re: test regression - qemu:block-slow+slow / io-raw-055
,
Pierrick Bouvier
,
2024/11/05
Re: [PATCH v6 0/7] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
,
Alistair Francis
,
2024/11/04
[PATCH] ui/gtk: Consider the scaling factor when getting the root coordinates
,
dongwon . kim
,
2024/11/04
Re: [PATCH v3 0/3] build contrib/plugins using meson
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH v3 0/2] target/i386: fix hang when using slow path for ptw_setl
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH v3 0/2] target/i386: fix hang when using slow path for ptw_setl
,
Richard Henderson
,
2024/11/12
[PATCH v2] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH v2] hw/riscv: fix build error with clang
,
Alistair Francis
,
2024/11/04
Re: [PATCH v2] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH v2] hw/riscv: fix build error with clang
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH v2] hw/riscv: fix build error with clang
,
Daniel Henrique Barboza
,
2024/11/06
Re: [PATCH v2] hw/riscv: fix build error with clang
,
LIU Zhiwei
,
2024/11/04
[PATCH] target/i386/hvf: fix clang compilation warning
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH] target/i386/hvf: fix clang compilation warning
,
Paolo Bonzini
,
2024/11/05
[PATCH v2] target/hppa: Add CPU reset method
,
Helge Deller
,
2024/11/04
Re: [PATCH v2] target/hppa: Add CPU reset method
,
Peter Maydell
,
2024/11/07
Re: [PATCH] hvf: remove unused but set variable
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH] hvf: remove unused but set variable
,
Pierrick Bouvier
,
2024/11/18
Re: [PATCH] hvf: remove unused but set variable
,
Paolo Bonzini
,
2024/11/19
Re: [PATCH] hvf: remove unused but set variable
,
Pierrick Bouvier
,
2024/11/20
[PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Rajnesh Kanwal
,
2024/11/04
[PATCH v3 1/6] target/riscv: Remove obsolete sfence.vm instruction
,
Rajnesh Kanwal
,
2024/11/04
[PATCH v3 2/6] target/riscv: Add Control Transfer Records CSR definitions.
,
Rajnesh Kanwal
,
2024/11/04
[PATCH v3 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Rajnesh Kanwal
,
2024/11/04
[PATCH v3 5/6] target/riscv: Add CTR sctrclr instruction.
,
Rajnesh Kanwal
,
2024/11/04
[PATCH v3 4/6] target/riscv: Add support to record CTR entries.
,
Rajnesh Kanwal
,
2024/11/04
Re: [PATCH v3 4/6] target/riscv: Add support to record CTR entries.
,
Richard Henderson
,
2024/11/05
[PATCH v3 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
,
Rajnesh Kanwal
,
2024/11/04
Re: [PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Richard Henderson
,
2024/11/05
[PATCH v3 0/2] vfio/migration: new trace events for 9.2
,
Maciej S. Szmigiero
,
2024/11/04
[PATCH v3 1/2] vfio/migration: Add save_{iterate, complete_precopy}_start trace events
,
Maciej S. Szmigiero
,
2024/11/04
Re: [PATCH v3 1/2] vfio/migration: Add save_{iterate,complete_precopy}_start trace events
,
Cédric Le Goater
,
2024/11/05
[PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Maciej S. Szmigiero
,
2024/11/04
Re: [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Cédric Le Goater
,
2024/11/05
Re: [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Maciej S. Szmigiero
,
2024/11/05
Re: [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Cédric Le Goater
,
2024/11/05
Re: [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
,
Peter Xu
,
2024/11/05
[PULL 00/65] virtio,pc,pci: features, fixes, cleanups
,
Michael S. Tsirkin
,
2024/11/04
[PULL 01/65] softmmu: Expand comments describing max_bounce_buffer_size
,
Michael S. Tsirkin
,
2024/11/04
[PULL 02/65] docs: fix vhost-user protocol doc
,
Michael S. Tsirkin
,
2024/11/04
[PULL 03/65] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 04/65] hw/acpi/GI: Fix trivial parameter alignment issue.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 05/65] hw/acpi: Move AML building code for Generic Initiators to aml_build.c
,
Michael S. Tsirkin
,
2024/11/04
[PULL 06/65] hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_initiator()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 07/65] hw/pci: Add a busnr property to pci_props and use for acpi/gi
,
Michael S. Tsirkin
,
2024/11/04
[PULL 08/65] acpi/pci: Move Generic Initiator object handling into acpi/pci.*
,
Michael S. Tsirkin
,
2024/11/04
[PULL 09/65] hw/pci-bridge: Add acpi_uid property to TYPE_PXB_BUS
,
Michael S. Tsirkin
,
2024/11/04
[PULL 10/65] hw/i386/acpi: Use TYPE_PXB_BUS property acpi_uid for DSDT
,
Michael S. Tsirkin
,
2024/11/04
[PULL 11/65] hw/pci-host/gpex-acpi: Use acpi_uid property.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 12/65] hw/acpi: Generic Port Affinity Structure support
,
Michael S. Tsirkin
,
2024/11/04
Re: [PULL 12/65] hw/acpi: Generic Port Affinity Structure support
,
Daniel P . Berrangé
,
2024/11/05
Re: [PULL 12/65] hw/acpi: Generic Port Affinity Structure support
,
Michael S. Tsirkin
,
2024/11/06
[PULL 13/65] hw/acpi: Make storage of node id uint32_t to reduce fragility
,
Michael S. Tsirkin
,
2024/11/04
[PULL 14/65] hw/acpi: Generic Initiator - add missing object class property descriptions.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 15/65] hw/pci-bridge/cxl_root_port: Provide x-speed and x-width properties.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 16/65] hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 17/65] hw/pcie: Factor out PCI Express link register filling common to EP.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 18/65] hw/pcie: Provide a utility function for control of EP / SW USP link
,
Michael S. Tsirkin
,
2024/11/04
[PULL 19/65] hw/mem/cxl-type3: Add properties to control link speed and width
,
Michael S. Tsirkin
,
2024/11/04
[PULL 20/65] hw/pci-bridge/cxl-upstream: Add properties to control link speed and width
,
Michael S. Tsirkin
,
2024/11/04
[PULL 21/65] qdev-monitor: add option to report GenericError from find_device_state
,
Michael S. Tsirkin
,
2024/11/04
[PULL 22/65] vhost-user-blk: split vhost_user_blk_sync_config()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 23/65] qapi: introduce device-sync-config
,
Michael S. Tsirkin
,
2024/11/04
Re: [PULL 23/65] qapi: introduce device-sync-config
,
Daniel P . Berrangé
,
2024/11/05
Re: [PULL 23/65] qapi: introduce device-sync-config
,
Michael S. Tsirkin
,
2024/11/06
[PULL 24/65] acpi/disassemle-aml.sh: fix up after dir reorg
,
Michael S. Tsirkin
,
2024/11/04
[PULL 25/65] tests/acpi: pc: allow DSDT acpi table changes
,
Michael S. Tsirkin
,
2024/11/04
[PULL 26/65] hw/i386/acpi-build: return a non-var package from _PRT()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 27/65] tests/acpi: pc: update golden masters for DSDT
,
Michael S. Tsirkin
,
2024/11/04
[PULL 28/65] amd_iommu: Rename variable mmio to mr_mmio
,
Michael S. Tsirkin
,
2024/11/04
[PULL 30/65] amd_iommu: Use shared memory region for Interrupt Remapping
,
Michael S. Tsirkin
,
2024/11/04
[PULL 31/65] amd_iommu: Send notification when invalidate interrupt entry cache
,
Michael S. Tsirkin
,
2024/11/04
[PULL 32/65] amd_iommu: Check APIC ID > 255 for XTSup
,
Michael S. Tsirkin
,
2024/11/04
Re: [PULL 32/65] amd_iommu: Check APIC ID > 255 for XTSup
,
Phil Dennis-Jordan
,
2024/11/10
Re: [PULL 32/65] amd_iommu: Check APIC ID > 255 for XTSup
,
Shukla, Santosh
,
2024/11/11
Re: [PULL 32/65] amd_iommu: Check APIC ID > 255 for XTSup
,
Phil Dennis-Jordan
,
2024/11/13
[PULL 34/65] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
,
Michael S. Tsirkin
,
2024/11/04
[PULL 33/65] virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR
,
Michael S. Tsirkin
,
2024/11/04
[PULL 35/65] hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c
,
Michael S. Tsirkin
,
2024/11/04
[PULL 37/65] mem/cxl_type3: Fix overlapping region validation error
,
Michael S. Tsirkin
,
2024/11/04
[PULL 38/65] hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event records
,
Michael S. Tsirkin
,
2024/11/04
[PULL 39/65] hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tables
,
Michael S. Tsirkin
,
2024/11/04
[PULL 40/65] hw/cxl: Fix indent of structure member
,
Michael S. Tsirkin
,
2024/11/04
[PULL 36/65] hw/cxl: Fix background completion percentage calculation
,
Michael S. Tsirkin
,
2024/11/04
[PULL 41/65] hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded
,
Michael S. Tsirkin
,
2024/11/04
[PULL 42/65] vhost-user: fix shared object return values
,
Michael S. Tsirkin
,
2024/11/04
[PULL 44/65] pcie: enable Extended tag field support
,
Michael S. Tsirkin
,
2024/11/04
[PULL 45/65] cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_info
,
Michael S. Tsirkin
,
2024/11/04
[PULL 46/65] hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC extents
,
Michael S. Tsirkin
,
2024/11/04
[PULL 47/65] hw/cxl: Check size of input data to dynamic capacity mailbox commands
,
Michael S. Tsirkin
,
2024/11/04
[PULL 48/65] hw/cxl: Check input includes at least the header in cmd_features_set_feature()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 49/65] hw/cxl: Check input length is large enough in cmd_events_clear_records()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 50/65] hw/cxl: Check enough data in cmd_firmware_update_transfer()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 53/65] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 54/65] hw/cxl: Check that writes do not go beyond end of target attributes
,
Michael S. Tsirkin
,
2024/11/04
[PULL 55/65] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 56/65] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 29/65] amd_iommu: Add support for pass though mode
,
Michael S. Tsirkin
,
2024/11/04
[PULL 57/65] hw/pci: Add parenthesis to PCI_BUILD_BDF macro
,
Michael S. Tsirkin
,
2024/11/04
[PULL 58/65] hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
,
Michael S. Tsirkin
,
2024/11/04
[PULL 59/65] qtest: allow ACPI DSDT Table changes
,
Michael S. Tsirkin
,
2024/11/04
[PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Michael S. Tsirkin
,
2024/11/04
Re: [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Igor Mammedov
,
2024/11/05
RE: [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Salil Mehta
,
2024/11/05
Re: [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Igor Mammedov
,
2024/11/06
RE: [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Salil Mehta
,
2024/11/06
[PULL 62/65] hw/acpi: Update GED with vCPU Hotplug VMSD for migration
,
Michael S. Tsirkin
,
2024/11/04
[PULL 61/65] tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35}
,
Michael S. Tsirkin
,
2024/11/04
[PULL 63/65] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
,
Michael S. Tsirkin
,
2024/11/04
[PULL 65/65] intel_iommu: Add missed reserved bit check for IEC descriptor
,
Michael S. Tsirkin
,
2024/11/04
[PULL 64/65] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Michael S. Tsirkin
,
2024/11/04
[PULL 52/65] hw/cxl: Avoid accesses beyond the end of cel_log.
,
Michael S. Tsirkin
,
2024/11/04
[PULL 51/65] hw/cxl: Check the length of data requested fits in get_log()
,
Michael S. Tsirkin
,
2024/11/04
[PULL 43/65] intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field
,
Michael S. Tsirkin
,
2024/11/04
Re: [PULL 00/65] virtio,pc,pci: features, fixes, cleanups
,
Peter Maydell
,
2024/11/05
Re: [PATCH v3 0/2] linux-user: Allow mapping low priority rt signals
,
Richard Henderson
,
2024/11/04
Re: Seeking your thoughts on LLM-generated contributions
,
Daniel Pono Takamori
,
2024/11/04
Re: [PULL 04/49] target/i386: fix CPUID check for LFENCE and SFENCE
,
Michael Tokarev
,
2024/11/04
Re: [PULL 04/49] target/i386: fix CPUID check for LFENCE and SFENCE
,
Paolo Bonzini
,
2024/11/04
Re: [PATCH v2] hw/nvme: fix handling of over-committed queues
,
Klaus Jensen
,
2024/11/04
Re: [PATCH v2] hw/nvme: fix handling of over-committed queues
,
Keith Busch
,
2024/11/04
Re: [PATCH v2] hw/nvme: fix handling of over-committed queues
,
Waldek Kozaczuk
,
2024/11/04
Re: [PATCH v2] hw/nvme: fix handling of over-committed queues
,
Klaus Jensen
,
2024/11/06
[PULL 0/3] nvme queue
,
Klaus Jensen
,
2024/11/04
[PULL 1/3] hw/nvme: i/o cmd set independent namespace data structure
,
Klaus Jensen
,
2024/11/04
[PULL 2/3] hw/nvme: add NPDAL/NPDGL
,
Klaus Jensen
,
2024/11/04
[PULL 3/3] hw/nvme: remove dead code
,
Klaus Jensen
,
2024/11/04
Re: [PULL 0/3] nvme queue
,
Peter Maydell
,
2024/11/05
[PATCH] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
,
Taylor Simpson
,
2024/11/04
Re: [PATCH] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
,
Matheus Tavares Bernardino
,
2024/11/04
Re: [PATCH] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
,
Brian Cain
,
2024/11/04
RE: [PATCH] Hexagon (target/hexagon) Remove HEX_DEBUG/HEX_DEBUG_LOG
,
ltaylorsimpson
,
2024/11/05
Re: [PATCH 5/5] migration: enable multifd and postcopy together
,
Peter Xu
,
2024/11/04
Re: [PATCH 5/5] migration: enable multifd and postcopy together
,
Prasad Pandit
,
2024/11/05
Re: [PATCH 5/5] migration: enable multifd and postcopy together
,
Peter Xu
,
2024/11/05
[PATCH v3] hw/riscv: Add Microblaze V generic board
,
Sai Pavan Boddu
,
2024/11/04
Re: [PATCH v3] hw/riscv: Add Microblaze V generic board
,
Alistair Francis
,
2024/11/18
Re: [PATCH v3] hw/riscv: Add Microblaze V generic board
,
Philippe Mathieu-Daudé
,
2024/11/18
RE: [PATCH v3] hw/riscv: Add Microblaze V generic board
,
Boddu, Sai Pavan
,
2024/11/19
RE: [PATCH v2] hw/riscv: Add Microblaze V 32bit virt board
,
Boddu, Sai Pavan
,
2024/11/04
RE: [PATCH v2] hw/riscv: Add Microblaze V 32bit virt board
,
Boddu, Sai Pavan
,
2024/11/04
[PATCH] target/riscv/kvm: Fix leak of reg list
,
Andrew Jones
,
2024/11/04
Re: [PATCH] target/riscv/kvm: Fix leak of reg list
,
Daniel Henrique Barboza
,
2024/11/04
Re: [PATCH] target/riscv/kvm: Fix leak of reg list
,
Alistair Francis
,
2024/11/04
Re: [PATCH] target/riscv/kvm: Fix leak of reg list
,
Alistair Francis
,
2024/11/04
[PULL 00/40] Rust changes for QEMU 9.2 soft freeze
,
Paolo Bonzini
,
2024/11/04
[PULL 02/40] rust/wrapper.h: define memory_order enum
,
Paolo Bonzini
,
2024/11/04
[PULL 01/40] qdev: make properties array "const"
,
Paolo Bonzini
,
2024/11/04
[PULL 03/40] Revert "rust: add PL011 device model"
,
Paolo Bonzini
,
2024/11/04
[PULL 06/40] meson: remove repeated search for rust_root_crate.sh
,
Paolo Bonzini
,
2024/11/04
[PULL 05/40] meson: import rust module into a global variable
,
Paolo Bonzini
,
2024/11/04
[PULL 04/40] rust: add PL011 device model
,
Paolo Bonzini
,
2024/11/04
[PULL 07/40] meson: pass rustc_args when building all crates
,
Paolo Bonzini
,
2024/11/04
[PULL 09/40] rust: do not use --no-size_t-is-usize
,
Paolo Bonzini
,
2024/11/04
[PULL 10/40] rust: remove uses of #[no_mangle]
,
Paolo Bonzini
,
2024/11/04
[PULL 08/40] rust: do not always select X_PL011_RUST
,
Paolo Bonzini
,
2024/11/04
[PULL 11/40] rust: modernize link_section usage for ELF platforms
,
Paolo Bonzini
,
2024/11/04
[PULL 12/40] rust: build integration test for the qemu_api crate
,
Paolo Bonzini
,
2024/11/04
[PULL 13/40] rust: cleanup module_init!, use it from #[derive(Object)]
,
Paolo Bonzini
,
2024/11/04
[PULL 16/40] rust: provide safe wrapper for MaybeUninit::zeroed()
,
Paolo Bonzini
,
2024/11/04
[PULL 15/40] rust: make properties array immutable
,
Paolo Bonzini
,
2024/11/04
[PULL 17/40] rust: do not use TYPE_CHARDEV unnecessarily
,
Paolo Bonzini
,
2024/11/04
[PULL 19/40] rust/pl011: fix default value for migrate-clock
,
Paolo Bonzini
,
2024/11/04
[PULL 14/40] rust: clean up define_property macro
,
Paolo Bonzini
,
2024/11/04
[PULL 18/40] rust: add definitions for vmstate
,
Paolo Bonzini
,
2024/11/04
[PULL 20/40] rust/pl011: add support for migration
,
Paolo Bonzini
,
2024/11/04
[PULL 22/40] rust/pl011: add TYPE_PL011_LUMINARY device
,
Paolo Bonzini
,
2024/11/04
[PULL 21/40] rust/pl011: move CLK_NAME static to function scope
,
Paolo Bonzini
,
2024/11/04
[PULL 23/40] rust/pl011: remove commented out C code
,
Paolo Bonzini
,
2024/11/04
[PULL 24/40] rust/pl011: Use correct masks for IBRD and FBRD
,
Paolo Bonzini
,
2024/11/04
[PULL 25/40] rust: patch bilge-impl to allow compilation with 1.63.0
,
Paolo Bonzini
,
2024/11/04
[PULL 28/40] rust: introduce a c_str macro
,
Paolo Bonzini
,
2024/11/04
[PULL 27/40] rust: use std::os::raw instead of core::ffi
,
Paolo Bonzini
,
2024/11/04
[PULL 26/40] rust: fix cfgs of proc-macro2 for 1.63.0
,
Paolo Bonzini
,
2024/11/04
[PULL 30/40] rust: synchronize dependencies between subprojects and Cargo.lock
,
Paolo Bonzini
,
2024/11/04
[PULL 29/40] rust: silence unknown warnings for the sake of old compilers
,
Paolo Bonzini
,
2024/11/04
[PULL 31/40] rust: create a cargo workspace
,
Paolo Bonzini
,
2024/11/04
[PULL 33/40] rust: do not use MaybeUninit::zeroed()
,
Paolo Bonzini
,
2024/11/04
[PULL 32/40] rust: introduce alternative implementation of offset_of!
,
Paolo Bonzini
,
2024/11/04
Re: [PULL 32/40] rust: introduce alternative implementation of offset_of!
,
Manos Pitsidianakis
,
2024/11/07
Re: [PULL 32/40] rust: introduce alternative implementation of offset_of!
,
Paolo Bonzini
,
2024/11/07
Re: [PULL 32/40] rust: introduce alternative implementation of offset_of!
,
Manos Pitsidianakis
,
2024/11/07
[PULL 34/40] rust: clean up detection of the language
,
Paolo Bonzini
,
2024/11/04
[PULL 35/40] rust: allow version 1.63.0 of rustc
,
Paolo Bonzini
,
2024/11/04
[PULL 36/40] rust: do not use --generate-cstr
,
Paolo Bonzini
,
2024/11/04
[PULL 38/40] rust: make rustfmt optional
,
Paolo Bonzini
,
2024/11/04
[PULL 37/40] rust: allow older version of bindgen
,
Paolo Bonzini
,
2024/11/04
[PULL 40/40] ci: enable rust in the Debian and Ubuntu system build job
,
Paolo Bonzini
,
2024/11/04
[PULL 39/40] dockerfiles: install bindgen from cargo on Ubuntu 22.04
,
Paolo Bonzini
,
2024/11/04
Re: [PULL 00/40] Rust changes for QEMU 9.2 soft freeze
,
Peter Maydell
,
2024/11/06
Re: [PULL 00/40] Rust changes for QEMU 9.2 soft freeze
,
Paolo Bonzini
,
2024/11/06
Re: [PULL 00/40] Rust changes for QEMU 9.2 soft freeze
,
Peter Maydell
,
2024/11/06
Re: [PULL 00/40] Rust changes for QEMU 9.2 soft freeze
,
Paolo Bonzini
,
2024/11/06
[PATCH v6 0/3] TPM TIS SPI Support
,
dan tan
,
2024/11/04
[PATCH v6 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/04
Re: [PATCH v6 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
Stefan Berger
,
2024/11/08
Re: [PATCH v6 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/08
[PATCH v6 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
,
dan tan
,
2024/11/04
[PATCH v6 3/3] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/04
Re: [PATCH v6 0/3] TPM TIS SPI Support
,
Stefan Berger
,
2024/11/04
[PATCH 0/2] virtio-gpu: coverity fixes
,
Alex Bennée
,
2024/11/04
[PATCH 2/2] hw/display: check frame buffer can hold blob
,
Alex Bennée
,
2024/11/04
Re: [PATCH 2/2] hw/display: check frame buffer can hold blob
,
Dmitry Osipenko
,
2024/11/05
[PATCH 1/2] hw/display: factor out the scanout blob to fb conversion
,
Alex Bennée
,
2024/11/04
Re: [PATCH 1/2] hw/display: factor out the scanout blob to fb conversion
,
Dmitry Osipenko
,
2024/11/05
Re: [PATCH 1/2] hw/display: factor out the scanout blob to fb conversion
,
Alex Bennée
,
2024/11/06
[PATCH] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Thomas Huth
,
2024/11/04
Re: [PATCH] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Peter Maydell
,
2024/11/04
Re: [PATCH] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PATCH] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Alistair Francis
,
2024/11/04
Re: [PATCH] hw/char/sifive_uart: Fix broken UART on big endian hosts
,
Alistair Francis
,
2024/11/04
[PATCH] vdpa: Support setting vring_base for packed svq
,
Sahil Siddiq
,
2024/11/04
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Stefano Garzarella
,
2024/11/05
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Sahil Siddiq
,
2024/11/05
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Stefano Garzarella
,
2024/11/06
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Eugenio Perez Martin
,
2024/11/06
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Sahil Siddiq
,
2024/11/08
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Michael S. Tsirkin
,
2024/11/14
Re: [PATCH] vdpa: Support setting vring_base for packed svq
,
Sahil Siddiq
,
2024/11/16
Re: [PATCH v6 14/15] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Michael S. Tsirkin
,
2024/11/04
Re: [PATCH v6 14/15] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Jonathan Cameron
,
2024/11/06
Re: [PATCH v6 14/15] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Jonathan Cameron
,
2024/11/07
Re: [PATCH 12/12] docs: add information on how to setup build environments
,
Peter Maydell
,
2024/11/04
Re: [PATCH 12/12] docs: add information on how to setup build environments
,
Michael S. Tsirkin
,
2024/11/04
Re: [PATCH 12/12] docs: add information on how to setup build environments
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH 12/12] docs: add information on how to setup build environments
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH 12/12] docs: add information on how to setup build environments
,
Peter Maydell
,
2024/11/05
Re: [RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
,
Eric Auger
,
2024/11/04
Re: [PATCH v3 8/8] migration: Protect updates to current_migration with a mutex
,
Cédric Le Goater
,
2024/11/04
[PATCH v2] vfio/migration: Add save_{iterate, complete_precopy}_started trace events
,
Maciej S. Szmigiero
,
2024/11/04
Re: [PATCH v2] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Cédric Le Goater
,
2024/11/04
Re: [PATCH v2] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Maciej S. Szmigiero
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Eric Auger
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Daniel P . Berrangé
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Cornelia Huck
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Daniel P . Berrangé
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Cornelia Huck
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Eric Auger
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Peter Maydell
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Eric Auger
,
2024/11/04
Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model
,
Kashyap Chamarthy
,
2024/11/04
Re: [PULL 15/50] hw/char: sifive_uart: Print uart characters async
,
Thomas Huth
,
2024/11/04
Re: [PULL 15/50] hw/char: sifive_uart: Print uart characters async
,
Philippe Mathieu-Daudé
,
2024/11/04
[QUESTION/ISSUE] edk2 missing dependency
,
CLEMENT MATHIEU--DRIF
,
2024/11/04
Re: [QUESTION/ISSUE] edk2 missing dependency
,
Daniel P . Berrangé
,
2024/11/04
Re: [QUESTION/ISSUE] edk2 missing dependency
,
Peter Maydell
,
2024/11/05
Re: [QUESTION/ISSUE] edk2 missing dependency
,
Peter Maydell
,
2024/11/08
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Eric Auger
,
2024/11/04
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Cornelia Huck
,
2024/11/11
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Cornelia Huck
,
2024/11/12
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Eric Auger
,
2024/11/12
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Cornelia Huck
,
2024/11/29
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Peter Maydell
,
2024/11/29
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Cornelia Huck
,
2024/11/29
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Peter Maydell
,
2024/11/14
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Eric Auger
,
2024/11/04
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Peter Maydell
,
2024/11/04
Re: [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
,
Eric Auger
,
2024/11/04
[PATCH v2] target/arm: Enable FEAT_CMOW for -cpu max
,
Gustavo Romero
,
2024/11/04
Re: [PATCH v2] target/arm: Enable FEAT_CMOW for -cpu max
,
Peter Maydell
,
2024/11/04
[PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
,
Michael S. Tsirkin
,
2024/11/04
Re: [PATCH] acpi/disassemle-aml.sh: fix up after dir reorg
,
Igor Mammedov
,
2024/11/04
Re: [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
,
David Hildenbrand
,
2024/11/04
Re: [PATCH] hw/net: Changing log error to trace message
,
Peter Maydell
,
2024/11/04
Re: [PATCH] qemu-ga: Fix a SIGSEGV on guest-set-time command
,
Konstantin Kostiuk
,
2024/11/04
Re: [PATCH v2 3/3] tests/acpi: pc: update golden masters for DSDT
,
Michael S. Tsirkin
,
2024/11/04
Re: [PATCH v2 3/3] tests/acpi: pc: update golden masters for DSDT
,
Ricardo Ribalda
,
2024/11/04
Re: [PATCH v2 3/3] tests/acpi: pc: update golden masters for DSDT
,
Michael S. Tsirkin
,
2024/11/04
Re: [PATCH 05/12] qga: fix -Wsometimes-uninitialized windows warning
,
Konstantin Kostiuk
,
2024/11/04
Re: [PATCH 06/12] qga: fix missing static and prototypes windows warnings
,
Konstantin Kostiuk
,
2024/11/04
Re: [PATCH 06/12] qga: fix missing static and prototypes windows warnings
,
Pierrick Bouvier
,
2024/11/04
[PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
,
Konstantin Kostiuk
,
2024/11/04
[PULL 1/3] qga: fix -Wsometimes-uninitialized windows warning
,
Konstantin Kostiuk
,
2024/11/04
[PULL 2/3] qga: fix missing static and prototypes windows warnings
,
Konstantin Kostiuk
,
2024/11/04
[PULL 3/3] qemu-ga: Fix a SIGSEGV in ga_run_command() helper
,
Konstantin Kostiuk
,
2024/11/04
Re: [PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
,
Peter Maydell
,
2024/11/05
Re: [RFC 14/21] arm/cpu: Add sysreg generation scripts
,
Eric Auger
,
2024/11/04
Re: [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
,
David Hildenbrand
,
2024/11/04
[PATCH v2 0/7] hugetlbfs memory HW error fixes
,
“William Roche
,
2024/11/07
[PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
,
“William Roche
,
2024/11/07
Re: [PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
,
William Roche
,
2024/11/12
Re: [PATCH v2 1/7] accel/kvm: Keep track of the HWPoisonPage page_size
,
David Hildenbrand
,
2024/11/12
[PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
“William Roche
,
2024/11/07
Re: [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
William Roche
,
2024/11/12
Re: [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
William Roche
,
2024/11/15
Re: [PATCH v2 3/7] accel/kvm: Report the loss of a large memory page
,
David Hildenbrand
,
2024/11/18
[PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
,
“William Roche
,
2024/11/07
Re: [PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
,
William Roche
,
2024/11/12
Re: [PATCH v2 2/7] system/physmem: poisoned memory discard on reboot
,
David Hildenbrand
,
2024/11/12
[PATCH v2 4/7] numa: Introduce and use ram_block_notify_remap()
,
“William Roche
,
2024/11/07
[PATCH v2 7/7] system/physmem: Memory settings applied on remap notification
,
“William Roche
,
2024/11/07
[PATCH v2 5/7] hostmem: Factor out applying settings
,
“William Roche
,
2024/11/07
[PATCH v2 6/7] hostmem: Handle remapping of RAM
,
“William Roche
,
2024/11/07
Re: [PATCH v2 6/7] hostmem: Handle remapping of RAM
,
David Hildenbrand
,
2024/11/12
Re: [PATCH v2 6/7] hostmem: Handle remapping of RAM
,
William Roche
,
2024/11/12
Re: [PATCH v2 6/7] hostmem: Handle remapping of RAM
,
David Hildenbrand
,
2024/11/12
[PULL v2 00/13] Misc patches (functional tests, next-cube machine, ...)
,
Thomas Huth
,
2024/11/04
Re: [PULL v2 00/13] Misc patches (functional tests, next-cube machine, ...)
,
Peter Maydell
,
2024/11/05
[PATCH 0/3] intel_iommu: Add missed sanity check for invalidae descriptor
,
Zhenzhong Duan
,
2024/11/04
[PATCH 1/3] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
,
Zhenzhong Duan
,
2024/11/04
Re: [PATCH 1/3] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
,
CLEMENT MATHIEU--DRIF
,
2024/11/05
Re: [PATCH 1/3] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
,
Yi Liu
,
2024/11/05
[PATCH 3/3] intel_iommu: Add missed reserved bit check for IEC descriptor
,
Zhenzhong Duan
,
2024/11/04
Re: [PATCH 3/3] intel_iommu: Add missed reserved bit check for IEC descriptor
,
CLEMENT MATHIEU--DRIF
,
2024/11/05
Re: [PATCH 3/3] intel_iommu: Add missed reserved bit check for IEC descriptor
,
Yi Liu
,
2024/11/05
[PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Zhenzhong Duan
,
2024/11/04
Re: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Michael S. Tsirkin
,
2024/11/04
RE: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Yi Liu
,
2024/11/05
RE: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Duan, Zhenzhong
,
2024/11/05
Re: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Yi Liu
,
2024/11/05
RE: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Duan, Zhenzhong
,
2024/11/05
Re: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
CLEMENT MATHIEU--DRIF
,
2024/11/05
RE: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
Duan, Zhenzhong
,
2024/11/05
Re: [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
,
CLEMENT MATHIEU--DRIF
,
2024/11/05
Re: [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Richard Henderson
,
2024/11/04
Re: [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Daniel Henrique Barboza
,
2024/11/07
Re: [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Richard Henderson
,
2024/11/08
Re: [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Paolo Savini
,
2024/11/11
Re: [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data.
,
Richard Henderson
,
2024/11/14
[PATCH 0/2] hw/riscv/riscv-iommu: Coverity fixes
,
Daniel Henrique Barboza
,
2024/11/04
[PATCH 1/2] hw/riscv/riscv-iommu: change 'depth' to int
,
Daniel Henrique Barboza
,
2024/11/04
Re: [PATCH 1/2] hw/riscv/riscv-iommu: change 'depth' to int
,
Alistair Francis
,
2024/11/04
[PATCH 2/2] hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() check
,
Daniel Henrique Barboza
,
2024/11/04
Re: [PATCH 2/2] hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() check
,
Alistair Francis
,
2024/11/04
Re: [PATCH 0/2] hw/riscv/riscv-iommu: Coverity fixes
,
Peter Maydell
,
2024/11/05
Re: [PULL 00/14] Misc patches (functional tests, next-cube machine, ...)
,
Peter Maydell
,
2024/11/04
Re: [PULL 00/14] Misc patches (functional tests, next-cube machine, ...)
,
Thomas Huth
,
2024/11/04
Re: [PATCH v2] linux-user: Fix GDB complaining about system-supplied DSO string table index
,
Richard Henderson
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Thomas Huth
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Cédric Le Goater
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Cédric Le Goater
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Cédric Le Goater
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Peter Maydell
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Daniel P . Berrangé
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Thomas Huth
,
2024/11/04
Re: check-function failing on func-arm-arm_aspeed
,
Thomas Huth
,
2024/11/05
Re: [PATCH] tests/tcg: Do not use inttypes.h in multiarch/system/memory.c
,
Richard Henderson
,
2024/11/04
Re: [PATCH] target/arm: Enable FEAT_CMOW for -cpu max
,
Richard Henderson
,
2024/11/04
Re: [PATCH] target/arm: Enable FEAT_CMOW for -cpu max
,
Gustavo Romero
,
2024/11/04
Re: [PATCH] target/arm: Enable FEAT_CMOW for -cpu max
,
Peter Maydell
,
2024/11/04
Re: [PATCH] target/arm: Enable FEAT_CMOW for -cpu max
,
Gustavo Romero
,
2024/11/04
[PULL 00/14] MIPS patches for 2024-11-04
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 06/14] target/mips: Convert Loongson DDIV.G opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 07/14] target/mips: Convert Loongson DIV.G opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 08/14] target/mips: Convert Loongson [D]DIVU.G opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 09/14] target/mips: Convert Loongson [D]MOD[U].G opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 10/14] target/mips: Convert Loongson [D]MULT[U].G opcodes to decodetree
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PULL 00/14] MIPS patches for 2024-11-04
,
Peter Maydell
,
2024/11/05
Re: [PULL 00/49] i386, qom, build changes for 2024-10-31
,
Peter Maydell
,
2024/11/04
Re: [PATCH v1 6/8] hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 00/10] aspeed queue
,
Cédric Le Goater
,
2024/11/04
[PULL 01/10] hw/arm: enable at24c with aspeed
,
Cédric Le Goater
,
2024/11/04
[PULL 04/10] hw/arm/aspeed_ast27x0: Avoid hardcoded '256' in IRQ calculation
,
Cédric Le Goater
,
2024/11/04
[PULL 02/10] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Cédric Le Goater
,
2024/11/04
[PULL 03/10] hw/arm/aspeed_ast27x0: Use bsa.h for PPI definitions
,
Cédric Le Goater
,
2024/11/04
[PULL 05/10] aspeed/soc: Support RTC for AST2700
,
Cédric Le Goater
,
2024/11/04
[PULL 07/10] hw/timer/aspeed: Fix interrupt status does not be cleared for AST2600
,
Cédric Le Goater
,
2024/11/04
[PULL 06/10] hw/timer/aspeed: Fix coding style
,
Cédric Le Goater
,
2024/11/04
[PULL 09/10] aspeed: Support create flash devices via command line for AST1030
,
Cédric Le Goater
,
2024/11/04
[PULL 08/10] hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1
,
Cédric Le Goater
,
2024/11/04
[PULL 10/10] aspeed: Don't set always boot properties of the emmc device
,
Cédric Le Goater
,
2024/11/04
Re: [PULL 00/10] aspeed queue
,
Cédric Le Goater
,
2024/11/04
Re: [PULL 00/10] aspeed queue
,
Peter Maydell
,
2024/11/05
[PATCH 0/4] qga: Open channel before going daemon
,
Michal Privoznik
,
2024/11/04
[PATCH 2/4] qga: Invert logic on return value in main()
,
Michal Privoznik
,
2024/11/04
Re: [PATCH 2/4] qga: Invert logic on return value in main()
,
Ján Tomko
,
2024/11/06
[PATCH 1/4] qga: Don't access global variable in run_agent_once()
,
Michal Privoznik
,
2024/11/04
[PATCH 3/4] qga: Don't daemonize before channel is initialized
,
Michal Privoznik
,
2024/11/04
[PATCH 4/4] qga: Make run_agent() and run_agent_once() return no value
,
Michal Privoznik
,
2024/11/04
Re: [PATCH 0/4] qga: Open channel before going daemon
,
Ján Tomko
,
2024/11/06
[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
,
Dongli Zhang
,
2024/11/04
[PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Dongli Zhang
,
2024/11/04
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Zhao Liu
,
2024/11/07
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
dongli . zhang
,
2024/11/07
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Zhao Liu
,
2024/11/07
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Sandipan Das
,
2024/11/08
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Zhao Liu
,
2024/11/13
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
dongli . zhang
,
2024/11/13
Re: [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Mi, Dapeng
,
2024/11/21
[PATCH 3/7] target/i386/kvm: init PMU information only once
,
Dongli Zhang
,
2024/11/04
Re: [PATCH 3/7] target/i386/kvm: init PMU information only once
,
Zhao Liu
,
2024/11/10
Re: [PATCH 3/7] target/i386/kvm: init PMU information only once
,
dongli . zhang
,
2024/11/12
Re: [PATCH 3/7] target/i386/kvm: init PMU information only once
,
Zhao Liu
,
2024/11/13
[PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
,
Dongli Zhang
,
2024/11/04
Re: [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
,
Zhao Liu
,
2024/11/05
Re: [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
,
dongli . zhang
,
2024/11/06
Re: [PATCH 1/7] target/i386: disable PerfMonV2 when PERFCORE unavailable
,
Zhao Liu
,
2024/11/07
[PATCH 4/7] target/i386/kvm: rename architectural PMU variables
,
Dongli Zhang
,
2024/11/04
[PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
Dongli Zhang
,
2024/11/04
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
Sandipan Das
,
2024/11/06
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
dongli . zhang
,
2024/11/06
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
Maksim Davydov
,
2024/11/07
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
dongli . zhang
,
2024/11/07
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
Maksim Davydov
,
2024/11/08
Re: [PATCH 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
,
dongli . zhang
,
2024/11/08
[PATCH 6/7] target/i386/kvm: support perfmon-v2 for reset
,
Dongli Zhang
,
2024/11/04
Re: [PATCH 6/7] target/i386/kvm: support perfmon-v2 for reset
,
Sandipan Das
,
2024/11/08
Re: [PATCH 6/7] target/i386/kvm: support perfmon-v2 for reset
,
dongli . zhang
,
2024/11/08
[PATCH 7/7] target/i386/kvm: don't stop Intel PMU counters
,
Dongli Zhang
,
2024/11/04
[RFC PATCH] rust: add bindings for interrupt sources + interior mutability discussion
,
Paolo Bonzini
,
2024/11/04
Re: [RFC PATCH] rust: add bindings for interrupt sources + interior mutability discussion
,
Junjie Mao
,
2024/11/08
Re: [RFC PATCH] rust: add bindings for interrupt sources + interior mutability discussion
,
Paolo Bonzini
,
2024/11/11
[PATCH v3] ui/sdl: Mouse event optimization
,
Lei Huang
,
2024/11/04
Re: [PATCH v3] ui/sdl: Mouse event optimization
,
BALATON Zoltan
,
2024/11/04
Re: [PATCH] crypto: purge 'loaded' property that was documented as already removed
,
Markus Armbruster
,
2024/11/04
Re: [PATCH] crypto: purge 'loaded' property that was documented as already removed
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH] crypto: purge 'loaded' property that was documented as already removed
,
Markus Armbruster
,
2024/11/07
Re: [PATCH v4 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
,
Yi Liu
,
2024/11/04
Re: [PATCH v4 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
,
Jason Wang
,
2024/11/07
[PATCH v5 0/3] TPM TIS SPI Support
,
dan tan
,
2024/11/04
[PATCH v5 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
,
dan tan
,
2024/11/04
[PATCH v5 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/04
Re: [PATCH v5 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
Stefan Berger
,
2024/11/04
Re: [PATCH v5 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/04
[PATCH v5 3/3] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/04
Re: [PATCH v5 3/3] tests/qtest/tpm: add unit test to tis-spi
,
Stefan Berger
,
2024/11/04
Re: [PATCH v5 3/3] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/04
[PATCH v3 0/5] hw/loongarch/virt: Add cpu hotplug support
,
Bibo Mao
,
2024/11/04
[PATCH v3 1/5] hw/loongarch/virt: Add CPU topology support
,
Bibo Mao
,
2024/11/04
[PATCH v3 3/5] hw/loongarch/virt: Add generic function to init interrupt pin of CPU
,
Bibo Mao
,
2024/11/04
[PATCH v3 5/5] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
Bibo Mao
,
2024/11/04
Re: [PATCH v3 5/5] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
Igor Mammedov
,
2024/11/05
Re: [PATCH v3 5/5] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
,
maobibo
,
2024/11/05
[PATCH v3 2/5] hw/loongarch/virt: Implement cpu plug interface
,
Bibo Mao
,
2024/11/04
[PATCH v3 4/5] hw/loongarch/virt: Update the ACPI table for hotplug cpu
,
Bibo Mao
,
2024/11/04
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Nicholas Piggin
,
2024/11/04
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PATCH v17 02/14] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
,
Shivaprasad G Bhat
,
2024/11/04
Re: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Yi Liu
,
2024/11/04
RE: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Yi Liu
,
2024/11/05
RE: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Duan, Zhenzhong
,
2024/11/05
Re: [PATCH v4 15/17] intel_iommu: Introduce a property x-fls for scalable modern mode
,
Yi Liu
,
2024/11/05
[PATCH v2 0/3] Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/03
[PATCH v2 1/3] hw/sd/sdhci: Fix coding style
,
Jamin Lin
,
2024/11/03
[PATCH v2 2/3] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/03
Re: [PATCH v2 2/3] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
,
Cédric Le Goater
,
2024/11/14
RE: [PATCH v2 2/3] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/14
[PATCH v2 3/3] hw/arm/aspeed: Invert sdhci write protected pin for AST2600 and AST2500 EVBs
,
Jamin Lin
,
2024/11/03
RE: [PATCH v2 0/3] Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/14
Re: [PATCH v2 0/3] Introduce a new Write Protected pin inverted property
,
Cédric Le Goater
,
2024/11/14
RE: [PATCH v2 0/3] Introduce a new Write Protected pin inverted property
,
Jamin Lin
,
2024/11/14
Re: [PATCH v3 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose scalable modern mode
,
Yi Liu
,
2024/11/03
Re: [PATCH v3 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose scalable modern mode
,
CLEMENT MATHIEU--DRIF
,
2024/11/04
Re: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Duan, Zhenzhong
,
2024/11/03
Re: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Yi Liu
,
2024/11/04
Re: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Jason Wang
,
2024/11/07
RE: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Duan, Zhenzhong
,
2024/11/08
Re: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Jason Wang
,
2024/11/10
RE: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Duan, Zhenzhong
,
2024/11/10
Re: [PATCH v4 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
,
Jason Wang
,
2024/11/10
Re: [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
,
Yi Liu
,
2024/11/05
RE: [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
,
Duan, Zhenzhong
,
2024/11/05
Re: [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
,
Jason Wang
,
2024/11/07
Re: [PATCH v4 12/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
,
Yi Liu
,
2024/11/03
Re: [PATCH v4 11/17] intel_iommu: Add an internal API to find an address space with PASID
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 11/17] intel_iommu: Add an internal API to find an address space with PASID
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 10/17] intel_iommu: Process PASID-based iotlb invalidation
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 10/17] intel_iommu: Process PASID-based iotlb invalidation
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 10/17] intel_iommu: Process PASID-based iotlb invalidation
,
Yi Liu
,
2024/11/04
Re: [PATCH v4 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Duan, Zhenzhong
,
2024/11/03
Re: [PATCH v4 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Yi Liu
,
2024/11/04
Re: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Yi Liu
,
2024/11/03
Re: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
CLEMENT MATHIEU--DRIF
,
2024/11/04
Re: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Yi Liu
,
2024/11/04
RE: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Michael S. Tsirkin
,
2024/11/04
RE: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Michael S. Tsirkin
,
2024/11/04
RE: [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
,
Duan, Zhenzhong
,
2024/11/04
Re: [PATCH v4 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
,
Yi Liu
,
2024/11/03
Re: [PATCH v4 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
,
Jason Wang
,
2024/11/07
[PULL 00/67] ppc-for-9.2-1 queue
,
Nicholas Piggin
,
2024/11/03
[PULL 01/67] target/ppc: Set ctx->opcode for decode_insn32()
,
Nicholas Piggin
,
2024/11/03
[PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
,
Nicholas Piggin
,
2024/11/03
Re: [PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
,
Michael Tokarev
,
2024/11/05
Re: [PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
,
Ilya Leoshkevich
,
2024/11/05
Re: [PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
,
Michael Tokarev
,
2024/11/05
[PULL 03/67] ppc/pnv: Fix LPC serirq routing calculation
,
Nicholas Piggin
,
2024/11/03
[PULL 04/67] ppc/pnv: Fix LPC POWER8 register sanity check
,
Nicholas Piggin
,
2024/11/03
[PULL 05/67] target/ppc: Fix mtDPDES targeting SMT siblings
,
Nicholas Piggin
,
2024/11/03
[PULL 06/67] target/ppc: PMIs are level triggered
,
Nicholas Piggin
,
2024/11/03
[PULL 07/67] target/ppc: Fix doorbell delivery to threads in powersave
,
Nicholas Piggin
,
2024/11/03
[PULL 08/67] target/ppc: Fix HFSCR facility checks
,
Nicholas Piggin
,
2024/11/03
Re: [PULL 08/67] target/ppc: Fix HFSCR facility checks
,
Michael Tokarev
,
2024/11/05
Re: [PULL 08/67] target/ppc: Fix HFSCR facility checks
,
Nicholas Piggin
,
2024/11/07
[PULL 09/67] target/ppc: Fix VRMA to not check virtual page class key protection
,
Nicholas Piggin
,
2024/11/03
[PULL 10/67] ppc/pnv: ADU fix possible buffer overrun with invalid size
,
Nicholas Piggin
,
2024/11/03
[PULL 11/67] MAINTAINERS: Cover PowerPC SPI model in PowerNV section
,
Nicholas Piggin
,
2024/11/03
[PULL 12/67] hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
,
Nicholas Piggin
,
2024/11/03
[PULL 13/67] hw/ssi/pnv_spi: Return early in transfer()
,
Nicholas Piggin
,
2024/11/03
[PULL 14/67] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Nicholas Piggin
,
2024/11/03
[PULL 15/67] tests/tcg: Replace -mpower8-vector with -mcpu=power8
,
Nicholas Piggin
,
2024/11/03
[PULL 16/67] hw/ppc: fix decrementer with BookE timers
,
Nicholas Piggin
,
2024/11/03
[PULL 17/67] ppc/spapr: remove deprecated machine pseries-2.1
,
Nicholas Piggin
,
2024/11/03
[PULL 18/67] ppc/spapr: remove deprecated machine pseries-2.2
,
Nicholas Piggin
,
2024/11/03
[PULL 20/67] ppc/spapr: remove deprecated machine pseries-2.4
,
Nicholas Piggin
,
2024/11/03
[PULL 19/67] ppc/spapr: remove deprecated machine pseries-2.3
,
Nicholas Piggin
,
2024/11/03
[PULL 21/67] ppc/spapr: remove deprecated machine pseries-2.5
,
Nicholas Piggin
,
2024/11/03
[PULL 23/67] ppc/spapr: remove deprecated machine pseries-2.7
,
Nicholas Piggin
,
2024/11/03
[PULL 22/67] ppc/spapr: remove deprecated machine pseries-2.6
,
Nicholas Piggin
,
2024/11/03
[PULL 24/67] ppc/spapr: remove deprecated machine pseries-2.8
,
Nicholas Piggin
,
2024/11/03
[PULL 25/67] ppc/spapr: remove deprecated machine pseries-2.9
,
Nicholas Piggin
,
2024/11/03
[PULL 26/67] ppc/spapr: remove deprecated machine pseries-2.10
,
Nicholas Piggin
,
2024/11/03
[PULL 27/67] ppc/spapr: remove deprecated machine pseries-2.11
,
Nicholas Piggin
,
2024/11/03
[PULL 28/67] ppc/spapr: remove deprecated machine pseries-2.12-sxxm
,
Nicholas Piggin
,
2024/11/03
[PULL 29/67] ppc/spapr: remove deprecated machine pseries-2.12
,
Nicholas Piggin
,
2024/11/03
[PULL 30/67] target/ppc: Reduce code duplication across Power9/10 init code
,
Nicholas Piggin
,
2024/11/03
[PULL 31/67] target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr'
,
Nicholas Piggin
,
2024/11/03
[PULL 32/67] target/ppc: Fix regression due to Power10 and Power11 having same PCR
,
Nicholas Piggin
,
2024/11/03
[PULL 33/67] target/ppc: Add Power11 DD2.0 processor
,
Nicholas Piggin
,
2024/11/03
[PULL 34/67] ppc/pseries: Add Power11 cpu type
,
Nicholas Piggin
,
2024/11/03
[PULL 35/67] target/ppc: use locally stored msr and avoid indirect access
,
Nicholas Piggin
,
2024/11/03
[PULL 36/67] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Nicholas Piggin
,
2024/11/03
[PULL 37/67] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Nicholas Piggin
,
2024/11/03
[PULL 38/67] target/ppc: optimize p9 exception handling routines
,
Nicholas Piggin
,
2024/11/03
[PULL 39/67] target/ppc: optimize p8 exception handling routines
,
Nicholas Piggin
,
2024/11/03
[PULL 40/67] target/ppc: optimize p7 exception handling routines
,
Nicholas Piggin
,
2024/11/03
[PULL 42/67] target/ppc: combine multiple ail checks into one
,
Nicholas Piggin
,
2024/11/03
[PULL 41/67] target/ppc: simplify var usage in ppc_next_unmasked_interrupt
,
Nicholas Piggin
,
2024/11/03
[PULL 43/67] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
,
Nicholas Piggin
,
2024/11/03
[PULL 45/67] spapr: nested: Add Power11 capability support for Nested PAPR guests in TCG L0
,
Nicholas Piggin
,
2024/11/03
[PULL 47/67] ppc/xive: Fix ESB length overflow on 32-bit hosts
,
Nicholas Piggin
,
2024/11/03
[PULL 44/67] spapr: nested: Add support for DPDES SPR in GSB for TCG L0
,
Nicholas Piggin
,
2024/11/03
[PULL 52/67] ppc/xive2: Dump more NVP state with 'info pic'
,
Nicholas Piggin
,
2024/11/03
[PULL 50/67] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Nicholas Piggin
,
2024/11/03
[PULL 46/67] hw/ppc: Implement -dtb support for PowerNV
,
Nicholas Piggin
,
2024/11/03
[PULL 48/67] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Nicholas Piggin
,
2024/11/03
[PULL 49/67] pnv/xive2: Define OGEN field in the TIMA
,
Nicholas Piggin
,
2024/11/03
[PULL 51/67] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Nicholas Piggin
,
2024/11/03
[PULL 54/67] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Nicholas Piggin
,
2024/11/03
[PULL 55/67] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Nicholas Piggin
,
2024/11/03
[PULL 57/67] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Nicholas Piggin
,
2024/11/03
[PULL 53/67] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Nicholas Piggin
,
2024/11/03
[PULL 59/67] pnv/xive: Update PIPR when updating CPPR
,
Nicholas Piggin
,
2024/11/03
[PULL 58/67] pnv/xive: Add special handling for pool targets
,
Nicholas Piggin
,
2024/11/03
[PULL 60/67] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Nicholas Piggin
,
2024/11/03
[PULL 56/67] ppc/xive2: Change context/ring specific functions to be generic
,
Nicholas Piggin
,
2024/11/03
[PULL 62/67] tests/qtest: Add XIVE tests for the powernv10 machine
,
Nicholas Piggin
,
2024/11/03
[PULL 61/67] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Nicholas Piggin
,
2024/11/03
[PULL 63/67] hw/ppc: Consolidate e500 initial mapping creation functions
,
Nicholas Piggin
,
2024/11/03
[PULL 64/67] hw/ppc: Consolidate ppc440 initial mapping creation functions
,
Nicholas Piggin
,
2024/11/03
[PULL 65/67] MAINTAINERS: Remove myself from the PowerNV machines
,
Nicholas Piggin
,
2024/11/03
[PULL 66/67] MAINTAINERS: Remove myself from XIVE
,
Nicholas Piggin
,
2024/11/03
[PULL 67/67] MAINTAINERS: Remove myself as reviewer
,
Nicholas Piggin
,
2024/11/03
Re: [PULL 00/67] ppc-for-9.2-1 queue
,
Peter Maydell
,
2024/11/05
[PATCH v2] aspeed: Don't set always boot properties of the emmc device
,
Cédric Le Goater
,
2024/11/03
Re: [PATCH v2] aspeed: Don't set always boot properties of the emmc device
,
Jan Lübbe
,
2024/11/04
Re: [PATCH v2] aspeed: Don't set always boot properties of the emmc device
,
Philippe Mathieu-Daudé
,
2024/11/04
[PULL 0/1] Seabios hppa v17 patches
,
deller
,
2024/11/03
[PULL 1/1] target/hppa: Update SeaBIOS-hppa to version 17
,
deller
,
2024/11/03
Re: [PULL 0/1] Seabios hppa v17 patches
,
Peter Maydell
,
2024/11/04
Re: [PATCH 22/36] next-cube: separate rtc read and write shift logic
,
Thomas Huth
,
2024/11/03
Re: [PATCH 21/36] next-cube: use qemu_irq to drive int_status in next_scr2_rtc_update()
,
Thomas Huth
,
2024/11/03
[PATCH] ppc/xive: Fix ESB length overflow on 32-bit hosts
,
Nicholas Piggin
,
2024/11/03
Where's jsnow?
,
John Snow
,
2024/11/03
[PATCH] hw/intc/arm-gicv3*: Refactor GICv3 CPU reginfo to have common invocation
,
Salil Mehta
,
2024/11/03
Re: [PATCH] hw/intc/arm-gicv3*: Refactor GICv3 CPU reginfo to have common invocation
,
Gavin Shan
,
2024/11/04
[PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Salil Mehta
,
2024/11/03
Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Peter Maydell
,
2024/11/04
Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Gavin Shan
,
2024/11/04
RE: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Salil Mehta
,
2024/11/05
Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Peter Maydell
,
2024/11/06
RE: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Salil Mehta
,
2024/11/06
Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
,
Gavin Shan
,
2024/11/04
[PATCH] hw/arm/virt: Move common vCPU properties in a function
,
Salil Mehta
,
2024/11/03
Re: [PATCH] hw/arm/virt: Move common vCPU properties in a function
,
Gavin Shan
,
2024/11/04
RE: [PATCH] hw/arm/virt: Move common vCPU properties in a function
,
Salil Mehta
,
2024/11/05
Re: [PATCH v4 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 00/15] macOS PV Graphics and new vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 03/15] hw/display/apple-gfx: Adds PCI implementation
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 01/15] ui & main loop: Redesign of system-specific main thread event handling
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/05
Re: [PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/05
Re: [PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/06
[PATCH v6 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 04/15] hw/display/apple-gfx: Adds configurable mode list
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 06/15] hw: Add vmapple subdir
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 07/15] hw/misc/pvpanic: Add MMIO interface
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 09/15] gpex: Allow more than 4 legacy IRQs
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 10/15] hw/vmapple/aes: Introduce aes engine
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 10/15] hw/vmapple/aes: Introduce aes engine
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 14/15] hw/block/virtio-blk: Replaces request free function with g_free
,
Phil Dennis-Jordan
,
2024/11/03
[PATCH v6 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
,
Akihiko Odaki
,
2024/11/05
[PATCH v6 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Phil Dennis-Jordan
,
2024/11/03
Re: [PATCH v6 15/15] hw/vmapple/vmapple: Add vmapple machine type
,
Akihiko Odaki
,
2024/11/05
[PATCH v2 0/4] Trivial ARM changes
,
Bernhard Beschow
,
2024/11/03
[PATCH v2 1/4] hw/rtc/ds1338: Trace send and receive operations
,
Bernhard Beschow
,
2024/11/03
[PATCH v2 2/4] hw/timer/imx_gpt: Convert DPRINTF to trace events
,
Bernhard Beschow
,
2024/11/03
[PATCH v2 3/4] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v2 3/4] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Richard Henderson
,
2024/11/04
[PATCH v2 4/4] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v2 4/4] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
,
Philippe Mathieu-Daudé
,
2024/11/03
Re: [PATCH v2 0/4] Trivial ARM changes
,
Peter Maydell
,
2024/11/04
Re: [PATCH v4 07/17] intel_iommu: Check if the input address is canonical
,
Yi Liu
,
2024/11/03
Re: [PATCH v4 06/17] intel_iommu: Implement stage-1 translation
,
Yi Liu
,
2024/11/03
RE: [PATCH v4 06/17] intel_iommu: Implement stage-1 translation
,
Duan, Zhenzhong
,
2024/11/03
Re: [PATCH v4 06/17] intel_iommu: Implement stage-1 translation
,
Yi Liu
,
2024/11/04
Re: [PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
,
Yi Liu
,
2024/11/03
[PATCH v4 00/26] E500 Cleanup
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 01/26] hw/ppc/e500: Do not leak struct boot_info
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 03/26] hw/ppc/e500: Prefer QOM cast
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 02/26] hw/ppc/e500: Remove firstenv variable
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 04/26] hw/ppc/e500: Remove unused "irqs" parameter
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 05/26] hw/ppc/e500: Add missing device tree properties to i2c controller node
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 07/26] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 09/26] hw/ppc/ppce500_ccsr: Trace access to CCSR region
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 10/26] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 11/26] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 06/26] hw/ppc/e500: Reuse TYPE_GPIO_PWR
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 12/26] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v4 12/26] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Corey Minyard
,
2024/11/04
[PATCH v4 08/26] hw/ppc/e500: Extract ppce500_ccsr.c
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 13/26] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 16/26] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 18/26] hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 14/26] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 15/26] hw/net/fsl_etsec/miim: Reuse MII constants
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v4 15/26] hw/net/fsl_etsec/miim: Reuse MII constants
,
Akihiko Odaki
,
2024/11/05
[PATCH v4 17/26] hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 19/26] hw/intc: Guard openpic_kvm.c by dedicated OPENPIC_KVM Kconfig switch
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 20/26] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 21/26] hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v4 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Corey Minyard
,
2024/11/04
[PATCH v4 24/26] hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 23/26] hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 26/26] MAINTAINERS: Add hw/gpio/gpio_pwr.c
,
Bernhard Beschow
,
2024/11/03
[PATCH v4 25/26] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v4 00/26] E500 Cleanup
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH v4 00/26] E500 Cleanup
,
Bernhard Beschow
,
2024/11/06
Re: [PATCH v4] hw/ppc: Implement -dtb support for PowerNV
,
Nicholas Piggin
,
2024/11/03
Re: [PATCH v4] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/11/04
RE: [PATCH V2 0/6] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
,
Salil Mehta
,
2024/11/03
[PATCH V3 0/5] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
,
Salil Mehta
,
2024/11/03
[PATCH V3 1/5] hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
,
Salil Mehta
,
2024/11/03
[PATCH V3 2/5] qtest: allow ACPI DSDT Table changes
,
Salil Mehta
,
2024/11/03
[PATCH V3 3/5] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
,
Salil Mehta
,
2024/11/03
[PATCH V3 4/5] tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc, q35}
,
Salil Mehta
,
2024/11/03
[PATCH V3 5/5] hw/acpi: Update GED with vCPU Hotplug VMSD for migration
,
Salil Mehta
,
2024/11/03
Re: [PATCH V3 0/5] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
,
Miguel Luis
,
2024/11/04
RE: [PATCH V3 0/5] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
,
Salil Mehta
,
2024/11/04
Re: [PATCH 15/23] rust: introduce alternative implementation of offset_of!
,
Junjie Mao
,
2024/11/03
Re: [PATCH 15/23] rust: introduce alternative implementation of offset_of!
,
Paolo Bonzini
,
2024/11/04
Re: [PATCH 15/23] rust: introduce alternative implementation of offset_of!
,
Paolo Bonzini
,
2024/11/04
Re: [PATCH 15/23] rust: introduce alternative implementation of offset_of!
,
Paolo Bonzini
,
2024/11/04
Re: [PATCH 15/23] rust: introduce alternative implementation of offset_of!
,
Junjie Mao
,
2024/11/04
[PATCH net-next] ptp: Remove 'default y' for VMCLOCK PTP device
,
David Woodhouse
,
2024/11/02
Re: [PATCH net-next] ptp: Remove 'default y' for VMCLOCK PTP device
,
Jakub Kicinski
,
2024/11/04
Re: [PATCH net-next] ptp: Remove 'default y' for VMCLOCK PTP device
,
patchwork-bot+netdevbpf
,
2024/11/04
[PATCH v3] net/vmnet: Pad short Ethernet frames
,
William Hooper
,
2024/11/02
Ping: [PATCH v3] net/vmnet: Pad short Ethernet frames
,
William Hooper
,
2024/11/16
Re: [PATCH] disas: Fix build against Capstone v6 (again)
,
Gustavo Romero
,
2024/11/02
Re: [PATCH] disas: Fix build against Capstone v6 (again)
,
Peter Maydell
,
2024/11/04
Re: [PATCH] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Cédric Le Goater
,
2024/11/02
Re: [PATCH] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PATCH] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Michael Tokarev
,
2024/11/05
Re: [PATCH] hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
,
Cédric Le Goater
,
2024/11/05
Re: [SPAM] [PATCH v1 0/8] Support RTC for AST2700
,
Cédric Le Goater
,
2024/11/02
RE: [SPAM] [PATCH v1 0/8] Support RTC for AST2700
,
Jamin Lin
,
2024/11/03
Re: [SPAM] [PATCH v1 8/8] aspeed: Support create flash devices via command line for AST1030
,
Cédric Le Goater
,
2024/11/02
Re: [SPAM] [PATCH v1 6/8] hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1
,
Cédric Le Goater
,
2024/11/02
Re: [SPAM] [PATCH v1 2/8] hw/timer/aspeed: Fix coding style
,
Cédric Le Goater
,
2024/11/02
Re: [SPAM] [PATCH v1 3/8] hw/timer/aspeed: Fix interrupt status does not be cleared for AST2600
,
Cédric Le Goater
,
2024/11/02
Re: [SPAM] [PATCH v1 1/8] aspeed/soc: Support RTC for AST2700
,
Cédric Le Goater
,
2024/11/02
Re: [SPAM] [PATCH v1 4/8] hw/sd/sdhci: Fix coding style
,
Cédric Le Goater
,
2024/11/02
Re: [PATCH] hw/arm: enable at24c with aspeed
,
Cédric Le Goater
,
2024/11/02
[PATCH] aspeed: Don't set always boot properties of the emmc device
,
Cédric Le Goater
,
2024/11/02
Re: [PATCH] aspeed: Don't set always boot properties of the emmc device
,
Guenter Roeck
,
2024/11/02
Re: [PATCH] aspeed: Don't set always boot properties of the emmc device
,
Jan Lübbe
,
2024/11/04
Re: [PATCH] aspeed: Don't set always boot properties of the emmc device
,
Cédric Le Goater
,
2024/11/04
[PATCH v3 00/26] E500 Cleanup
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 01/26] hw/ppc/e500: Do not leak struct boot_info
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 02/26] hw/ppc/e500: Remove firstenv variable
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 10/26] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 05/26] hw/ppc/e500: Add missing device tree properties to i2c controller node
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 03/26] hw/ppc/e500: Prefer QOM cast
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 08/26] hw/ppc/e500: Extract ppce500_ccsr.c
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 04/26] hw/ppc/e500: Remove unused "irqs" parameter
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 12/26] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 12/26] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Corey Minyard
,
2024/11/02
[PATCH v3 11/26] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 11/26] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Corey Minyard
,
2024/11/02
Re: [PATCH v3 11/26] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
BALATON Zoltan
,
2024/11/02
Re: [PATCH v3 11/26] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Corey Minyard
,
2024/11/02
[PATCH v3 14/26] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 15/26] hw/net/fsl_etsec/miim: Reuse MII constants
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 26/26] MAINTAINERS: Add hw/gpio/gpio_pwr.c
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 06/26] hw/ppc/e500: Reuse TYPE_GPIO_PWR
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 07/26] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 09/26] hw/ppc/ppce500_ccsr: Trace access to CCSR region
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 13/26] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 16/26] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 18/26] hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 20/26] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 19/26] hw/intc: Guard openpic_kvm.c by dedicated OPENPIC_KVM Kconfig switch
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 21/26] hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 25/26] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Corey Minyard
,
2024/11/02
Re: [PATCH v3 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v3 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
Re: [PATCH v3 22/26] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/03
[PATCH v3 24/26] hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 17/26] hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 23/26] hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 0/5] Consolidate lan9118 phy implementations
,
Bernhard Beschow
,
2024/11/02
[PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 1/5] hw/net/lan9118: Extract lan9118_phy
,
Guenter Roeck
,
2024/11/04
[PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations
,
Guenter Roeck
,
2024/11/04
[PATCH v3 3/5] hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR register
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 3/5] hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR register
,
Guenter Roeck
,
2024/11/04
[PATCH v3 4/5] hw/net/lan9118_phy: Reuse MII constants
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 4/5] hw/net/lan9118_phy: Reuse MII constants
,
Guenter Roeck
,
2024/11/04
[PATCH v3 5/5] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement
,
Bernhard Beschow
,
2024/11/02
Re: [PATCH v3 5/5] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement
,
Guenter Roeck
,
2024/11/04
Inquiry About PC-Relative Code Generation in QEMU
,
Coekjan Yip
,
2024/11/02
Re: Inquiry About PC-Relative Code Generation in QEMU
,
Richard Henderson
,
2024/11/04
Re: Inquiry About PC-Relative Code Generation in QEMU
,
Yip Coekjan
,
2024/11/05
Inquiry About PC-Relative Code Generation in QEMU
,
Yip Coekjan
,
2024/11/02
Re: [PATCH 0/2] Consolidate embedded PPC initial mappung functions
,
BALATON Zoltan
,
2024/11/02
[PATCH v2 0/2] Separate memory access logs from guest_errors
,
BALATON Zoltan
,
2024/11/02
[PATCH v2 2/2] log: Suggest using -d guest_error, invalid_mem instead of guest_errors
,
BALATON Zoltan
,
2024/11/02
[PATCH v2 1/2] log: Add separate debug option for logging invalid memory accesses
,
BALATON Zoltan
,
2024/11/02
[PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0
,
BALATON Zoltan
,
2024/11/02
Re: [PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0
,
BALATON Zoltan
,
2024/11/15
Re: [PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0
,
Nicholas Piggin
,
2024/11/25
Re: [PATCH v2 7/8] chardev/mux: implement detach of frontends from mux
,
Roman Penyaev
,
2024/11/02
[PATCH 0/2] chardev/char-mux: tweak mux bitset operations
,
Roman Penyaev
,
2024/11/02
[PATCH 2/2] chardev/char-mux: make boolean bit check instead of find_next_bit()
,
Roman Penyaev
,
2024/11/02
[PATCH 1/2] chardev/char-mux: shift unsigned long to avoid 32-bit overflow
,
Roman Penyaev
,
2024/11/02
Re: [PATCH 0/2] chardev/char-mux: tweak mux bitset operations
,
Marc-André Lureau
,
2024/11/04
Re: [PATCH 0/2] chardev/char-mux: tweak mux bitset operations
,
CLEMENT MATHIEU--DRIF
,
2024/11/04
Re: [PATCH 20/36] next-cube: rename typedef struct NextRtc to NeXTRTC
,
Thomas Huth
,
2024/11/02
Re: [PATCH 19/36] next-cube: convert next-pc device to use Resettable interface
,
Thomas Huth
,
2024/11/02
Re: [PATCH 18/36] next-cube: rearrange NeXTState declarations to improve readability
,
Thomas Huth
,
2024/11/02
Re: [PATCH 17/36] next-cube: remove unused next.scr memory region
,
Thomas Huth
,
2024/11/02
[PULL v2 0/8] loongarch-to-apply queue
,
Song Gao
,
2024/11/02
[PULL v2 3/8] target/loongarch/kvm: Implement LoongArch PMU extension
,
Song Gao
,
2024/11/02
[PULL v2 2/8] target/loongarch: Implement lbt registers save/restore function
,
Song Gao
,
2024/11/02
[PULL v2 5/8] linux-headers: loongarch: Add kvm_para.h
,
Song Gao
,
2024/11/02
[PULL v2 4/8] linux-headers: Add unistd_64.h
,
Song Gao
,
2024/11/02
[PULL v2 7/8] hw/loongarch/boot: Use warn_report when no kernel filename
,
Song Gao
,
2024/11/02
[PULL v2 8/8] target/loongarch: Add steal time support on migration
,
Song Gao
,
2024/11/02
[PULL v2 1/8] target/loongarch: Add loongson binary translation feature
,
Song Gao
,
2024/11/02
[PULL v2 6/8] linux-headers: Update to Linux v6.12-rc5
,
Song Gao
,
2024/11/02
Re: [PULL v2 0/8] loongarch-to-apply queue
,
Peter Maydell
,
2024/11/04
Re: [PATCH 15/36] next-cube: move en ethernet MMIO to separate memory region on next-pc device
,
Thomas Huth
,
2024/11/02
[PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar
,
Edmund Raile
,
2024/11/02
Re: [PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar
,
Marc-André Lureau
,
2024/11/04
[PATCH 0/5] esp.c: only allow ESP commands permitted in the current mode
,
Mark Cave-Ayland
,
2024/11/01
[PATCH 2/5] esp.c: improve comment in esp_transfer_data()
,
Mark Cave-Ayland
,
2024/11/01
[PATCH 1/5] esp.c: only raise IRQ in esp_transfer_data() for CMD_SEL, CMD_SELATN and CMD_TI commands
,
Mark Cave-Ayland
,
2024/11/01
[PATCH 3/5] esp.h: remove separate ESPState typedef
,
Mark Cave-Ayland
,
2024/11/01
[PATCH 4/5] esp.c: add asc_mode property to indicate the current ESP mode
,
Mark Cave-Ayland
,
2024/11/01
[PATCH 5/5] esp.c: only allow ESP commands permitted in the current asc_mode
,
Mark Cave-Ayland
,
2024/11/01
[PATCH] hw/pci: Add parenthesis to PCI_BUILD_BDF macro
,
Roque Arcudia Hernandez
,
2024/11/01
Re: [PATCH] hw/pci: Add parenthesis to PCI_BUILD_BDF macro
,
Philippe Mathieu-Daudé
,
2024/11/03
[PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes
,
Roque Arcudia Hernandez
,
2024/11/01
Re: [PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes
,
Daniel P . Berrangé
,
2024/11/04
Re: [PATCH] sysemu/os-win32.h: Windows clang-cl compiler fixes
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PATCH v5 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Phil Dennis-Jordan
,
2024/11/01
Re: [PATCH v5 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
,
Akihiko Odaki
,
2024/11/02
[PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Roque Arcudia Hernandez
,
2024/11/01
Re: [PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Thomas Huth
,
2024/11/04
Re: [PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Michael Tokarev
,
2024/11/21
Re: [PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Thomas Huth
,
2024/11/21
Re: [PATCH] hw/usb: Use __attribute__((packed)) vs __packed
,
Paolo Bonzini
,
2024/11/21
[PATCH] scripts/tracetool:Use posix paths in trace event generation
,
Roque Arcudia Hernandez
,
2024/11/01
Re: [PATCH] scripts/tracetool:Use posix paths in trace event generation
,
Daniel P . Berrangé
,
2024/11/04
[PATCH v4 0/3] TPM TIS SPI Support
,
dan tan
,
2024/11/01
[PATCH v4 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/01
Re: [PATCH v4 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
Stefan Berger
,
2024/11/02
Re: [PATCH v4 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/03
[PATCH v4 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
,
dan tan
,
2024/11/01
Re: [PATCH v4 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
,
Stefan Berger
,
2024/11/02
[PATCH v4 3/3] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/01
Re: [PATCH v4 3/3] tests/qtest/tpm: add unit test to tis-spi
,
Stefan Berger
,
2024/11/02
Re: [PATCH v4 3/3] tests/qtest/tpm: add unit test to tis-spi
,
Stefan Berger
,
2024/11/02
[PATCH v3 0/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/01
[PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/01
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/02
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Daniel P . Berrangé
,
2024/11/04
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Daniel P . Berrangé
,
2024/11/04
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/04
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Daniel P . Berrangé
,
2024/11/05
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/04
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/04
Re: [PATCH v3 1/2] next-kbd: convert to use qemu_input_handler_register()
,
Daniel P . Berrangé
,
2024/11/05
[PATCH v3 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
,
Mark Cave-Ayland
,
2024/11/01
Re: [PATCH v3 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
,
Philippe Mathieu-Daudé
,
2024/11/03
Re: [PULL 12/14] tests/functional: Convert BananaPi tests to the functional framework
,
Peter Maydell
,
2024/11/01
Re: [PULL 12/14] tests/functional: Convert BananaPi tests to the functional framework
,
Thomas Huth
,
2024/11/04
[PATCH v3 0/5] TPM TIS SPI Support
,
dan tan
,
2024/11/01
[PATCH v3 1/5] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
,
dan tan
,
2024/11/01
[PATCH v3 2/5] tpm/tpm_tis_spi: activation for the PowerNV machines
,
dan tan
,
2024/11/01
[PATCH v3 3/5] tests/qtest/tpm: add unit test to tis-spi
,
dan tan
,
2024/11/01
[PATCH v3 5/5] tests/qtest/tpm: add unit test to tis-spi (rev 3)
,
dan tan
,
2024/11/01
[PATCH v3 4/5] tpm/tpm_tis_spi: Support TPM for SPI (rev 3)
,
dan tan
,
2024/11/01
Re: [PATCH v3 0/5] TPM TIS SPI Support
,
Stefan Berger
,
2024/11/01
[PATCH] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Peter Maydell
,
2024/11/01
Re: [PATCH] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
,
Richard Henderson
,
2024/11/03
[PATCH 0/4] python: update linting for new mypy/pylint releases
,
John Snow
,
2024/11/01
[PATCH 1/4] iotests: reflow ReproducibleTestRunner arguments
,
John Snow
,
2024/11/01
[PATCH 3/4] python: disable too-many-positional-arguments warning
,
John Snow
,
2024/11/01
[PATCH 2/4] iotests: correct resultclass type in ReproducibleTestRunner
,
John Snow
,
2024/11/01
[PATCH 4/4] python: silence pylint raising-non-exception error
,
John Snow
,
2024/11/01
Re: [PATCH 0/4] python: update linting for new mypy/pylint releases
,
Kevin Wolf
,
2024/11/06
Re: [PATCH 0/4] python: update linting for new mypy/pylint releases
,
John Snow
,
2024/11/07
Re: [PATCH v3 5/6] virtio-gpu: Support asynchronous fencing
,
Dmitry Osipenko
,
2024/11/01
Re: [PATCH v3 4/6] virtio-gpu: Handle virgl fence creation errors
,
Dmitry Osipenko
,
2024/11/01
Re: [PATCH v3 6/6] virtio-gpu: Support DRM native context
,
Dmitry Osipenko
,
2024/11/01
Re: [PATCH v3 6/6] virtio-gpu: Support DRM native context
,
Dmitry Osipenko
,
2024/11/01
Re: [PATCH v3 6/6] virtio-gpu: Support DRM native context
,
Akihiko Odaki
,
2024/11/11
Re: [PATCH v3 6/6] virtio-gpu: Support DRM native context
,
Dmitry Osipenko
,
2024/11/13
[PATCH] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Daniel Henrique Barboza
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Daniel Henrique Barboza
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Peter Maydell
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Daniel Henrique Barboza
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Peter Maydell
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Tomasz Jeznach
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Daniel Henrique Barboza
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Peter Maydell
,
2024/11/02
Re: [PATCH] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] hw/riscv: fix build error with clang
,
Pierrick Bouvier
,
2024/11/04
Re: [PATCH 1/4] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Maciej S. Szmigiero
,
2024/11/01
Re: [PATCH 1/4] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Avihai Horon
,
2024/11/04
Re: [PATCH 1/4] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Maciej S. Szmigiero
,
2024/11/04
Re: [PATCH 1/4] vfio/migration: Add save_{iterate,complete_precopy}_started trace events
,
Avihai Horon
,
2024/11/04
Re: [PATCH 14/36] next-cube: move timer MMIO to separate memory region on next-pc device
,
Thomas Huth
,
2024/11/01
Re: [PULL 00/14] MIPS patches for 2024-10-31
,
Peter Maydell
,
2024/11/01
Re: [PULL 00/14] MIPS patches for 2024-10-31
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PULL 00/14] MIPS patches for 2024-10-31
,
BALATON Zoltan
,
2024/11/04
Re: [PATCH 09/36] next-cube: move SCSI CSRs from next-pc to the next-scsi device
,
Thomas Huth
,
2024/11/01
Re: [PATCH 13/36] next-cube: move ESCC to be QOM child of next-pc device
,
Thomas Huth
,
2024/11/01
[PATCH 0/2] hw/arm/aspeed_ast27x0: minor IRQ number cleanup
,
Peter Maydell
,
2024/11/01
[PATCH 1/2] hw/arm/aspeed_ast27x0: Use bsa.h for PPI definitions
,
Peter Maydell
,
2024/11/01
Re: [PATCH 1/2] hw/arm/aspeed_ast27x0: Use bsa.h for PPI definitions
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH 1/2] hw/arm/aspeed_ast27x0: Use bsa.h for PPI definitions
,
Philippe Mathieu-Daudé
,
2024/11/04
[PATCH 2/2] hw/arm/aspeed_ast27x0: Avoid hardcoded '256' in IRQ calculation
,
Peter Maydell
,
2024/11/01
Re: [PATCH 2/2] hw/arm/aspeed_ast27x0: Avoid hardcoded '256' in IRQ calculation
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH 2/2] hw/arm/aspeed_ast27x0: Avoid hardcoded '256' in IRQ calculation
,
Philippe Mathieu-Daudé
,
2024/11/04
Re: [PATCH 0/2] hw/arm/aspeed_ast27x0: minor IRQ number cleanup
,
Cédric Le Goater
,
2024/11/02
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Peter Maydell
,
2024/11/01
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/11/01
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Alex Bennée
,
2024/11/01
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Alex Bennée
,
2024/11/01
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/11/01
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
Alex Bennée
,
2024/11/04
Re: [PULL 11/13] virtio-gpu: Handle resource blob commands
,
BALATON Zoltan
,
2024/11/04
Re: [PULL 7/8] chardev/mux: implement detach of frontends from mux
,
Peter Maydell
,
2024/11/01
Re: [PULL 7/8] chardev/mux: implement detach of frontends from mux
,
Marc-André Lureau
,
2024/11/02
Re: [PULL 7/8] chardev/mux: implement detach of frontends from mux
,
Roman Penyaev
,
2024/11/02
How to pass the EFI_MEMORY_SP type to VM in QEMU
,
Luo, Zhigang
,
2024/11/01
Re: How to pass the EFI_MEMORY_SP type to VM in QEMU
,
Gerd Hoffmann
,
2024/11/04
RE: How to pass the EFI_MEMORY_SP type to VM in QEMU
,
Luo, Zhigang
,
2024/11/04
Re: How to pass the EFI_MEMORY_SP type to VM in QEMU
,
Gerd Hoffmann
,
2024/11/05
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Igor Mammedov
,
2024/11/01
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Anthony Harivel
,
2024/11/02
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Igor Mammedov
,
2024/11/04
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Christian Horn
,
2024/11/05
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Igor Mammedov
,
2024/11/05
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Christian Horn
,
2024/11/06
Re: [PATCH v6 0/3] Add support for the RAPL MSRs series
,
Igor Mammedov
,
2024/11/04
Re: [PATCH] target/i386/hvf: fix handling of XSAVE-related CPUID bits
,
Phil Dennis-Jordan
,
2024/11/01
Re: [PATCH 4/5] migration: refactor ram_save_target_page functions
,
Peter Xu
,
2024/11/01
Re: [PATCH 4/5] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/04
Re: [PATCH 4/5] migration: refactor ram_save_target_page functions
,
Peter Xu
,
2024/11/04
Re: [PATCH 4/5] migration: refactor ram_save_target_page functions
,
Prasad Pandit
,
2024/11/05
Re: [PATCH 4/5] migration: refactor ram_save_target_page functions
,
Peter Xu
,
2024/11/05
Re: [PATCH 3/5] migration: remove multifd check with postcopy
,
Peter Xu
,
2024/11/01
Re: [PATCH 3/5] migration: remove multifd check with postcopy
,
Prasad Pandit
,
2024/11/04
Re: [PATCH 3/5] migration: remove multifd check with postcopy
,
Peter Xu
,
2024/11/04
Re: [PATCH 3/5] migration: remove multifd check with postcopy
,
Prasad Pandit
,
2024/11/05
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/01
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/04
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/04
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/05
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/05
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/06
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Fabiano Rosas
,
2024/11/06
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Fabiano Rosas
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Daniel P . Berrangé
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Daniel P . Berrangé
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/08
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Fabiano Rosas
,
2024/11/08
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/06
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Prasad Pandit
,
2024/11/07
Re: [PATCH 2/5] migration/postcopy: magic value for postcopy channel
,
Peter Xu
,
2024/11/07
[PATCH 0/2] Fix EL3 AArch32 MMU index usage (again)
,
Peter Maydell
,
2024/11/01
[PATCH 1/2] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
,
Peter Maydell
,
2024/11/01
[PATCH 2/2] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
,
Peter Maydell
,
2024/11/01
Re: [PATCH 2/2] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
,
Richard Henderson
,
2024/11/04
Re: [PATCH 0/2] Fix EL3 AArch32 MMU index usage (again)
,
Thomas Huth
,
2024/11/04
Re: [PATCH 0/2] Fix EL3 AArch32 MMU index usage (again)
,
Peter Maydell
,
2024/11/04
backing storage for eMMC boot partitions
,
Jan Lübbe
,
2024/11/01
Re: backing storage for eMMC boot partitions
,
Cédric Le Goater
,
2024/11/18
Re: backing storage for eMMC boot partitions
,
Jan Lübbe
,
2024/11/18
Re: backing storage for eMMC boot partitions
,
Cédric Le Goater
,
2024/11/18
[PATCH V3 00/16] Live update: cpr-transfer
,
Steve Sistare
,
2024/11/01
[PATCH V3 01/16] machine: anon-alloc option
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/01
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/04
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/06
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/06
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/06
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/06
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/07
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Steven Sistare
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
Peter Xu
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
Re: [PATCH V3 01/16] machine: anon-alloc option
,
David Hildenbrand
,
2024/11/08
[PATCH V3 02/16] migration: cpr-state
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 02/16] migration: cpr-state
,
Peter Xu
,
2024/11/13
[PATCH V3 03/16] physmem: preserve ram blocks for cpr
,
Steve Sistare
,
2024/11/01
[PATCH V3 04/16] hostmem-memfd: preserve for cpr
,
Steve Sistare
,
2024/11/01
[PATCH V3 05/16] migration: SCM_RIGHTS for QEMUFile
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 05/16] migration: SCM_RIGHTS for QEMUFile
,
Peter Xu
,
2024/11/13
Re: [PATCH V3 05/16] migration: SCM_RIGHTS for QEMUFile
,
Steven Sistare
,
2024/11/14
[PATCH V3 08/16] migration: cpr-uri parameter
,
Steve Sistare
,
2024/11/01
[PATCH V3 07/16] migration: cpr-transfer save and load
,
Steve Sistare
,
2024/11/01
[PATCH V3 06/16] migration: VMSTATE_FD
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 06/16] migration: VMSTATE_FD
,
Peter Xu
,
2024/11/13
[PATCH V3 10/16] migration: split qmp_migrate
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 10/16] migration: split qmp_migrate
,
Peter Xu
,
2024/11/13
Re: [PATCH V3 10/16] migration: split qmp_migrate
,
Steven Sistare
,
2024/11/14
[PATCH V3 14/16] tests/migration-test: defer connection
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 14/16] tests/migration-test: defer connection
,
Fabiano Rosas
,
2024/11/14
[PATCH V3 12/16] tests/migration-test: memory_backend
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 12/16] tests/migration-test: memory_backend
,
Fabiano Rosas
,
2024/11/13
[PATCH V3 09/16] migration: cpr-uri option
,
Steve Sistare
,
2024/11/01
[PATCH V3 15/16] migration-test: cpr-transfer
,
Steve Sistare
,
2024/11/01
[PATCH V3 11/16] migration: cpr-transfer mode
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/13
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/14
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/14
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Peter Xu
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/19
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Daniel P . Berrangé
,
2024/11/20
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Steven Sistare
,
2024/11/20
Re: [PATCH V3 11/16] migration: cpr-transfer mode
,
Daniel P . Berrangé
,
2024/11/20
[PATCH V3 16/16] migration: cpr-transfer documentation
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 16/16] migration: cpr-transfer documentation
,
Peter Xu
,
2024/11/13
Re: [PATCH V3 16/16] migration: cpr-transfer documentation
,
Steven Sistare
,
2024/11/14
[PATCH V3 13/16] tests/qtest: defer connection
,
Steve Sistare
,
2024/11/01
Re: [PATCH V3 13/16] tests/qtest: defer connection
,
Fabiano Rosas
,
2024/11/13
Re: [PATCH V3 13/16] tests/qtest: defer connection
,
Steven Sistare
,
2024/11/14
Re: [PATCH V3 13/16] tests/qtest: defer connection
,
Peter Xu
,
2024/11/13
Re: [PATCH V3 13/16] tests/qtest: defer connection
,
Steven Sistare
,
2024/11/14
[PULL v2 00/18] Migration 20241030 patches
,
Peter Xu
,
2024/11/01
[PULL v2 06/18] migration: Move cpu-throttle.c from system to migration
,
Peter Xu
,
2024/11/01
Re: [PULL v2 00/18] Migration 20241030 patches
,
Peter Maydell
,
2024/11/04
[PATCH qemu 00/10] hw/cxl: Mailbox input parser hardening against invalid input.
,
Jonathan Cameron
,
2024/11/01
[PATCH qemu 01/10] hw/cxl: Check size of input data to dynamic capacity mailbox commands
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 01/10] hw/cxl: Check size of input data to dynamic capacity mailbox commands
,
Fan Ni
,
2024/11/05
[PATCH qemu 02/10] hw/cxl: Check input includes at least the header in cmd_features_set_feature()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 02/10] hw/cxl: Check input includes at least the header in cmd_features_set_feature()
,
Fan Ni
,
2024/11/05
[PATCH qemu 03/10] hw/cxl: Check input length is large enough in cmd_events_clear_records()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 03/10] hw/cxl: Check input length is large enough in cmd_events_clear_records()
,
Fan Ni
,
2024/11/05
[PATCH qemu 04/10] hw/cxl: Check enough data in cmd_firmware_update_transfer()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 04/10] hw/cxl: Check enough data in cmd_firmware_update_transfer()
,
Fan Ni
,
2024/11/05
[PATCH qemu 05/10] hw/cxl: Check the length of data requested fits in get_log()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 05/10] hw/cxl: Check the length of data requested fits in get_log()
,
Fan Ni
,
2024/11/05
[PATCH qemu 06/10] hw/cxl: Avoid accesses beyond the end of cel_log.
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 06/10] hw/cxl: Avoid accesses beyond the end of cel_log.
,
Fan Ni
,
2024/11/05
[PATCH qemu 07/10] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 07/10] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
,
Fan Ni
,
2024/11/05
[PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
,
Fan Ni
,
2024/11/05
Re: [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
,
Peter Maydell
,
2024/11/07
Re: [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes
,
Jonathan Cameron
,
2024/11/08
[PATCH qemu 09/10] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 09/10] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
,
Fan Ni
,
2024/11/05
[PATCH qemu 10/10] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH qemu 10/10] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()
,
Fan Ni
,
2024/11/05
Re: [PATCH qemu 00/10] hw/cxl: Mailbox input parser hardening against invalid input.
,
Jonathan Cameron
,
2024/11/01
[PATCH qemu 0/2] hw/cxl: Misc fixes
,
Jonathan Cameron
,
2024/11/01
[PATCH qemu 1/2] cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_info
,
Jonathan Cameron
,
2024/11/01
[PATCH qemu 2/2] hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC extents
,
Jonathan Cameron
,
2024/11/01
Re: [PATCH v2 2/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
,
Daniel P . Berrangé
,
2024/11/01
Re: [PATCH v2 2/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
,
Akihiko Odaki
,
2024/11/09
Re: [PATCH v2 1/3] qdev-properties: Accept bool for OnOffAuto
,
Daniel P . Berrangé
,
2024/11/01
Re: [PATCH v2 1/3] qdev-properties: Accept bool for OnOffAuto
,
Akihiko Odaki
,
2024/11/06
Re: [PATCH] hw/nvme: Remove references to PCI IRQ "pulsing" when asserting
,
Klaus Jensen
,
2024/11/01
Re: [RFC 4/5] qom: introduce object_new_dynamic()
,
Daniel P . Berrangé
,
2024/11/01
Re: [RFC 3/5] convert code to object_new_dynamic() where appropriate
,
Daniel P . Berrangé
,
2024/11/01
Re: [RFC 2/5] qom: allow failure of object_new_with_class
,
Daniel P . Berrangé
,
2024/11/01
Re: [PATCH] hw/nvme : remove dead code
,
Klaus Jensen
,
2024/11/01
Re: [PATCH v14 09/10] hw/nvme: add reservation protocal command
,
Klaus Jensen
,
2024/11/01
Re: QEMU Summit Minutes 2024
,
Daniel P . Berrangé
,
2024/11/01
RE: [PATCH V1 1/4] hw/acpi: Initialize ACPI Hotplug CPU Status with Support for vCPU `Persistence`
,
Salil Mehta
,
2024/11/01
RE: [PATCH V1 1/4] hw/acpi: Initialize ACPI Hotplug CPU Status with Support for vCPU `Persistence`
,
Salil Mehta
,
2024/11/04
Re: [PATCH 14/23] rust: create a cargo workspace
,
Junjie Mao
,
2024/11/01
Re: [PATCH 13/23] rust: synchronize dependencies between subprojects and Cargo.lock
,
Junjie Mao
,
2024/11/01
Re: [PATCH 13/23] rust: synchronize dependencies between subprojects and Cargo.lock
,
Paolo Bonzini
,
2024/11/01
Re: [PATCH 13/23] rust: synchronize dependencies between subprojects and Cargo.lock
,
Junjie Mao
,
2024/11/01
Re: [PATCH v2 2/2] ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function
,
Alex Bennée
,
2024/11/01
Re: [PULL 00/50] riscv-to-apply queue
,
Peter Maydell
,
2024/11/01
Re: [PULL 00/50] riscv-to-apply queue
,
Michael Tokarev
,
2024/11/01
Re: [PULL 00/50] riscv-to-apply queue
,
Daniel Henrique Barboza
,
2024/11/04
Re: [PULL 00/50] riscv-to-apply queue
,
Alistair Francis
,
2024/11/04
Re: [PULL 00/50] riscv-to-apply queue
,
Michael Tokarev
,
2024/11/05
Re: [PULL 00/50] riscv-to-apply queue
,
Michael Tokarev
,
2024/11/05
Re: [PULL 00/50] riscv-to-apply queue
,
Alistair Francis
,
2024/11/05
Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()
,
Thomas Huth
,
2024/11/01
Re: [PATCH] next-kbd: convert to use qemu_input_handler_register()
,
Mark Cave-Ayland
,
2024/11/01
[PATCH] plugins: add plugin API to get args passed to binary
,
demin.han
,
2024/11/01
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Pierrick Bouvier
,
2024/11/01
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Demin Han
,
2024/11/02
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Pierrick Bouvier
,
2024/11/04
RE: [PATCH] plugins: add plugin API to get args passed to binary
,
Demin Han
,
2024/11/04
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Pierrick Bouvier
,
2024/11/04
RE: [PATCH] plugins: add plugin API to get args passed to binary
,
Demin Han
,
2024/11/04
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Pierrick Bouvier
,
2024/11/04
RE: [PATCH] plugins: add plugin API to get args passed to binary
,
Demin Han
,
2024/11/04
Re: [PATCH] plugins: add plugin API to get args passed to binary
,
Pierrick Bouvier
,
2024/11/04
[PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Yong-Xuan Wang
,
2024/11/01
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Daniel Henrique Barboza
,
2024/11/01
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Andrew Jones
,
2024/11/01
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Yong-Xuan Wang
,
2024/11/04
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Andrew Jones
,
2024/11/04
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Daniel Henrique Barboza
,
2024/11/04
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Yong-Xuan Wang
,
2024/11/04
Re: [PATCH 1/1] hw/riscv: virt: prevent to use AIA MSI when host doesn't support it
,
Andrew Jones
,
2024/11/04
[PATCH v5 0/9] Introduce SMP Cache Topology
,
Zhao Liu
,
2024/11/01
[PATCH v5 1/9] i386/cpu: Don't enumerate the "invalid" CPU topology level
,
Zhao Liu
,
2024/11/01
[PATCH v5 2/9] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/11/01
[PATCH v5 3/9] qapi/qom: Define cache enumeration and properties for machine
,
Zhao Liu
,
2024/11/01
[PATCH v5 4/9] hw/core: Check smp cache topology support for machine
,
Zhao Liu
,
2024/11/01
[PATCH v5 5/9] hw/core: Add a helper to check the cache topology level
,
Zhao Liu
,
2024/11/01
[PATCH v5 6/9] i386/cpu: Support thread and module level cache topology
,
Zhao Liu
,
2024/11/01
[PATCH v5 7/9] i386/cpu: Update cache topology with machine's configuration
,
Zhao Liu
,
2024/11/01
[PATCH v5 8/9] i386/pc: Support cache topology in -machine for PC machine
,
Zhao Liu
,
2024/11/01
[PATCH v5 9/9] i386/cpu: add has_caches flag to check smp_cache configuration
,
Zhao Liu
,
2024/11/01
Re: [PATCH v5 0/9] Introduce SMP Cache Topology
,
Philippe Mathieu-Daudé
,
2024/11/05
Re: [PATCH v5 0/9] Introduce SMP Cache Topology
,
Zhao Liu
,
2024/11/05
Re: [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/11/01
Re: [PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
,
gaosong
,
2024/11/01
Re: [QEMU PATCH v9] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Chen, Jiqian
,
2024/11/01
Re: [QEMU PATCH v9] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Stewart Hildebrand
,
2024/11/01
Re: [QEMU PATCH v9] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Chen, Jiqian
,
2024/11/04
Re: [QEMU PATCH v9] xen/passthrough: use gsi to map pirq when dom0 is PVH
,
Stewart Hildebrand
,
2024/11/04
nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Nicolin Chen
,
2024/11/01
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Jason Gunthorpe
,
2024/11/01
RE: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Shameerali Kolothum Thodi
,
2024/11/01
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Nicolin Chen
,
2024/11/01
RE: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Shameerali Kolothum Thodi
,
2024/11/08
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Andrea Bolognani
,
2024/11/20
RE: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Shameerali Kolothum Thodi
,
2024/11/21
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Eric Auger
,
2024/11/07
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Nicolin Chen
,
2024/11/07
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Donald Dutile
,
2024/11/07
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Eric Auger
,
2024/11/18
RE: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Duan, Zhenzhong
,
2024/11/19
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Eric Auger
,
2024/11/19
Re: nested-smmuv3 topic for QEMU/libvirt, Nov 2024
,
Nicolin Chen
,
2024/11/20
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc