messages from 2023-11-14 12:48:19 to 2023-11-15 00:03:24 UTC [more...]
[PATCH v5 00/31] Unified CPU type check
2023-11-14 23:56 UTC (17+ messages)
` [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
` [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
` [PATCH v5 03/31] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
` [PATCH v5 04/31] target: Remove 'oc == NULL' check
` [PATCH v5 05/31] cpu: Add helper cpu_model_from_type()
` [PATCH v5 06/31] cpu: Add generic cpu_list()
` [PATCH v5 07/31] target/alpha: Use "
` [PATCH v5 08/31] target/arm: "
` [PATCH v5 09/31] target/avr: "
` [PATCH v5 10/31] target/cris: "
` [PATCH v5 12/31] target/hppa: "
` [PATCH v5 14/31] target/m68k: "
` [PATCH v5 16/31] target/openrisc: "
` [PATCH v5 17/31] target/riscv: "
` [PATCH v5 18/31] target/rx: "
` [PATCH v5 24/31] machine: Use error handling when CPU type is checked
[PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
2023-11-14 23:30 UTC (3+ messages)
[PATCH trivial 00/21] spelling fixes for 8.2
2023-11-14 22:29 UTC (34+ messages)
` [PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented
` [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary
` [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized
` [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly
` [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase
` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
` [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements
` [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses
` [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely
` [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume
` [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
` [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining
` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
` [PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber
` [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate
` [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
` [PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith
` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer
` [PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel
` [PATCH trivial 21/21] util/range.c: spelling fix: inbetween
[PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
2023-11-14 22:09 UTC (19+ messages)
[PATCH v1 0/7] xen-arm: add support for virtio-pci
2023-11-14 21:54 UTC (9+ messages)
` [PATCH v1 1/7] xen-block: Do not write frontend nodes
[PATCH] softmmu/memory: use memcpy for multi-byte accesses
2023-11-14 21:39 UTC (3+ messages)
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 21:18 UTC (38+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
` [PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() "
` [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-14 21:05 UTC (14+ messages)
` [PATCH v5 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
` [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
` [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
[QEMU][PATCHv2 0/8] Xen: support grant mappings
2023-11-14 20:58 UTC (11+ messages)
[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
2023-11-14 20:42 UTC (2+ messages)
[PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
2023-11-14 20:34 UTC
[PATCH for-8.2] linux-user: Fix loaddr computation for some elf files
2023-11-14 20:17 UTC
[PATCH v3 0/8] Add powernv10 I2C devices and tests
2023-11-14 19:56 UTC (9+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
` [PATCH v3 2/8] ppc/pnv: Wire up pca9552 GPIO pins "
` [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
` [PATCH v3 5/8] ppc/pnv: Use resettable interface to reset child I2C buses
` [PATCH v3 6/8] misc: Add a pca9554 GPIO device model
` [PATCH v3 7/8] ppc/pnv: Add a pca9554 I2C device to powernv10
` [PATCH v3 8/8] ppc/pnv: Test pnv i2c master and connected devices
[PULL 0/3] tcg+sparc patch queue
2023-11-14 19:26 UTC (4+ messages)
` [PULL 1/3] accel/tcg: Remove CF_LAST_IO
` [PULL 2/3] accel/tcg: Forward probe size on to notdirty_write
` [PULL 3/3] target/sparc: Fix RETURN
[PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
2023-11-14 18:55 UTC (5+ messages)
[PATCH v2 0/8] Add powernv10 I2C devices and tests
2023-11-14 18:34 UTC (9+ messages)
` [PATCH v2 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
2023-11-14 18:29 UTC (4+ messages)
[PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
2023-11-14 18:23 UTC (2+ messages)
[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
2023-11-14 17:59 UTC (7+ messages)
` [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
[PATCH] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
2023-11-14 17:23 UTC (3+ messages)
[PATCH v3 0/4] Support RISC-V IOPMP
2023-11-14 17:50 UTC (3+ messages)
` [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
[PATCH v3 0/3] Enable -cpu <cpu>,help
2023-11-14 17:44 UTC (7+ messages)
` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works
` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu,help "
[PULL 0/2] Net patches
2023-11-14 17:32 UTC (2+ messages)
[PULL 0/4] target-arm queue
2023-11-14 17:31 UTC (2+ messages)
[PULL 00/12] target/hppa: last minute hppa64 fixes
2023-11-14 17:31 UTC (2+ messages)
[PULL 0/5] Misc fixes for 2023-11-13
2023-11-14 17:31 UTC (2+ messages)
[PULL 0/3] Fix s390x PV dumps in case of errors
2023-11-14 17:32 UTC (2+ messages)
[RFC PATCH 0/2] migration: Fix multifd qemu_mutex_destroy race
2023-11-14 17:28 UTC (7+ messages)
` [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
[PATCH] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions
2023-11-14 16:39 UTC (2+ messages)
[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
2023-11-14 16:31 UTC (10+ messages)
` [PATCH-for-9.0 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
` [PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
` [PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration
` [PATCH-for-9.0 5/9] hw/xen/hvm: Expose xen_read_physmap() prototype
` [RFC PATCH-for-9.0 6/9] hw/xen/hvm: Initialize xen_physmap QLIST in xen_read_physmap()
` [PATCH-for-9.0 7/9] hw/xen/hvm: Extract common code to xen-hvm-common.c
` [RFC PATCH-for-9.0 8/9] hw/xen/hvm: Merge xen-hvm-common.c files
` [PATCH-for-9.0 9/9] hw/xen/hvm: Inline xen_arch_set_memory()
[PATCH] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
2023-11-14 15:32 UTC (2+ messages)
[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
2023-11-14 15:07 UTC (4+ messages)
[PATCH v6 00/21] vfio: Adopt iommufd
2023-11-14 14:51 UTC (32+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 02/21] util/char_dev: Add open_cdev()
` [PATCH v6 03/21] vfio/common: return early if space isn't empty
` [PATCH v6 04/21] vfio/iommufd: Implement the iommufd backend
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v6 10/21] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 12/21] vfio/platform: Allow the selection of a given iommu backend
` [PATCH v6 13/21] vfio/platform: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 14/21] vfio/ap: Allow the selection of a given iommu backend
` [PATCH v6 15/21] vfio/ap: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
` [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
[PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
2023-11-14 14:42 UTC (4+ messages)
[PATCH v2 0/4] virtio: Refactor vhost input stub
2023-11-14 14:25 UTC (4+ messages)
` [PATCH v2 2/4] docs/system: Add vhost-user-input documentation
[PATCH-for-9.0 00/10] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 13:55 UTC (6+ messages)
` [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
[PULL 0/6] Biuld system and CI changes for 2023-11-10
2023-11-14 13:54 UTC (3+ messages)
[PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
2023-11-14 13:49 UTC (5+ messages)
[PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
2023-11-14 13:38 UTC (3+ messages)
[RFC PATCH 0/2] RISC-V: Add TSO extensions (Ztso/Ssdtso)
2023-11-14 13:23 UTC (5+ messages)
` [RFC PATCH 1/2] RISC-V: Add support for Ztso
` [RFC PATCH 2/2] RISC-V: Add support for Ssdtso
[RFC PATCH] qom/object: Disallow comma in type names
2023-11-14 13:22 UTC (2+ messages)
[PATCH] qom/object: Limit type names to alphanumerical and some few special characters
2023-11-14 13:21 UTC (2+ messages)
[RFC PATCH 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
2023-11-14 12:47 UTC (4+ messages)
` [RFC PATCH 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
` [RFC PATCH 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
` [RFC PATCH 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).