messages from 2023-11-14 09:49:06 to 2023-11-14 19:06:29 UTC [more...]
[PATCH trivial 00/21] spelling fixes for 8.2
2023-11-14 19:05 UTC (27+ 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] 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 v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-14 18:03 UTC (10+ 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
[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 (4+ messages)
` [PATCH v3 3/4] hw/dma: Add Andes ATCDMAC300 support
` [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 (5+ messages)
` [PULL 1/3] target/s390x/dump: Remove unneeded dump info function pointer init
` [PULL 2/3] dump: Add arch cleanup function
` [PULL 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps
[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-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 16:17 UTC (37+ 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] 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 (38+ 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 05/21] vfio/iommufd: Relax assert check for "
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v6 09/21] vfio/iommufd: Enable pci hot reset through iommufd cdev 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 v6 19/21] hw/arm: Activate IOMMUFD for virt machines
` [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines
` [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines
[PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
2023-11-14 14:42 UTC (4+ messages)
[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
2023-11-14 14:35 UTC
[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 "
[PATCH v2] target/riscv: don't verify ISA compatibility for zicntr and zihpm
2023-11-14 12:39 UTC
[PATCH RFC v1 0/1] clipboard sharing implementation for SDL
2023-11-14 12:36 UTC (5+ messages)
` [PATCH RFC v1 1/1] ui/sdl2: "
[PATCH] migration: fix coverity migrate_mode finding
2023-11-14 12:21 UTC (2+ messages)
[PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request
2023-11-14 12:19 UTC (2+ messages)
[PATCH] target/riscv: don't verify ISA compatibility for zicntr and zihpm
2023-11-14 11:20 UTC (2+ messages)
[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
2023-11-14 10:58 UTC (4+ messages)
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
Instruction virtual address in TCG Plugins
2023-11-14 10:57 UTC (4+ messages)
[PATCH v6 0/4] compare machine type compat_props
2023-11-14 10:54 UTC (4+ messages)
` [PATCH v6 3/4] python: add binary
[PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters
2023-11-14 10:45 UTC (20+ messages)
` Configuring migration (was: [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters)
` Configuring migration
[PATCH v4 00/41] vfio: Adopt iommufd
2023-11-14 10:18 UTC (11+ messages)
` [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
MAINTAINERS: sundeep.lkml@gmail.com bouncing
2023-11-14 10:15 UTC
[PATCH 0/2] Replace anti-social QOM type names (again)
2023-11-14 9:51 UTC (5+ messages)
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).