messages from 2023-03-01 17:24:52 to 2023-03-02 08:37:21 UTC [more...]
[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
2023-03-02 8:27 UTC (53+ messages)
` [PULL 01/53] hw/smbios: fix field corruption in type 4 table
` [PULL 02/53] Revert "x86: don't let decompressed kernel image clobber setup_data"
` [PULL 03/53] Revert "x86: do not re-randomize RNG seed on snapshot load"
` [PULL 04/53] Revert "x86: re-initialize RNG seed when selecting kernel"
` [PULL 05/53] Revert "x86: reinitialize RNG seed on system reboot"
` [PULL 06/53] Revert "x86: use typedef for SetupData struct"
` [PULL 07/53] Revert "x86: return modified setup_data only if read as memory, not as file"
` [PULL 08/53] Revert "hw/i386: pass RNG seed via setup_data entry"
` [PULL 09/53] virtio-net: clear guest_announce feature if no cvq backend
` [PULL 10/53] backends/vhost-user: remove the ioeventfd check
` [PULL 11/53] vhost-user-gpio: Configure vhost_dev when connecting
` [PULL 12/53] vhost-user-i2c: Back up vqs before cleaning up vhost_dev
` [PULL 13/53] vhost-user-rng: "
` [PULL 14/53] virtio-rng-pci: fix transitional migration compat for vectors
` [PULL 15/53] hw/timer/hpet: Fix expiration time overflow
` [PULL 16/53] docs: vhost-user: replace _SLAVE_ with _BACKEND_
` [PULL 17/53] libvhost-user: Adopt new backend naming
` [PULL 18/53] vhost-user: "
` [PULL 19/53] vdpa: stop all svq on device deletion
` [PULL 20/53] pci/shpc: set attention led to OFF on reset
` [PULL 21/53] pci/shpc: change shpc_get_status() return type to uint8_t
` [PULL 22/53] pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition
` [PULL 23/53] pci/shpc: more generic handle hot-unplug in shpc_slot_command()
` [PULL 24/53] pci/shpc: pass PCIDevice pointer to shpc_slot_command()
` [PULL 25/53] pci/shpc: refactor shpc_device_plug_common()
` [PULL 26/53] pcie: pcie_cap_slot_write_config(): use correct macro
` [PULL 27/53] pcie_regs: drop duplicated indicator value macros
` [PULL 28/53] pcie: drop unused PCIExpressIndicator
` [PULL 29/53] pcie: pcie_cap_slot_enable_power() use correct helper
` [PULL 30/53] pcie: introduce pcie_sltctl_powered_off() helper
` [PULL 31/53] pcie: set power indicator to off on reset by default
` [PULL 32/53] vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
` [PULL 33/53] libvhost-user: check for NULL when allocating a virtqueue element
` [PULL 34/53] hw/pci: Trace IRQ routing on PCI topology
` [PULL 35/53] chardev/char-socket: set s->listener = NULL in char_socket_finalize
` [PULL 36/53] memory: Optimize replay of guest mapping
` [PULL 37/53] intel-iommu: fail MAP notifier without caching mode
` [PULL 38/53] intel-iommu: fail DEVIOTLB_UNMAP without dt mode
` [PULL 39/53] memory: introduce memory_region_unmap_iommu_notifier_range()
` [PULL 40/53] smmu: switch to use memory_region_unmap_iommu_notifier_range()
` [PULL 41/53] intel-iommu: send UNMAP notifications for domain or global inv desc
` [PULL 42/53] MAINTAINERS: Add Fan Ni as Compute eXpress Link QEMU reviewer
` [PULL 43/53] hw/mem/cxl_type3: Improve error handling in realize()
` [PULL 44/53] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
` [PULL 45/53] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
` [PULL 46/53] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PULL 47/53] tests/acpi: Allow update of q35/DSDT.cxl
` [PULL 49/53] tests: acpi: Update q35/DSDT.cxl for removed duplicate UID
` [PULL 50/53] qemu/bswap: Add const_le64()
` [PULL 51/53] qemu/uuid: Add UUID static initializer
` [PULL 52/53] hw/cxl/mailbox: Use new UUID network order define for cel_uuid
` [PULL 53/53] tests/data/acpi/virt: drop (most) duplicate files
[PATCH v5 00/18] pci hotplug tracking
2023-03-02 8:28 UTC (10+ messages)
` [PATCH v5 13/18] pci: introduce pci_find_the_only_child()
` [PATCH v5 14/18] qapi/qdev.json: unite DEVICE_* event data into single structure
` [PATCH v5 18/18] qapi: introduce DEVICE_ON event
[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
2023-03-02 8:32 UTC (6+ messages)
[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
2023-03-02 8:19 UTC (4+ messages)
[PATCH 0/4] RISCVCPUConfig related cleanups
2023-03-02 8:10 UTC (4+ messages)
[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
2023-03-02 8:04 UTC (3+ messages)
Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
2023-03-02 7:47 UTC
[PATCH] [PATCH] disas/riscv Fix ctzw disassemble
2023-03-02 7:42 UTC (3+ messages)
[PATCH] tests/data/acpi/virt: drop (most) duplicate files
2023-03-02 7:22 UTC
[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-02 7:20 UTC (9+ messages)
` [PATCH 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
` [PATCH 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH 3/6] block: convert bdrv_graph_wrlock() "
` [PATCH 4/6] block: convert bdrv_drain_all_begin() "
` [PATCH 5/6] hmp: convert handle_hmp_command() "
` [PATCH 6/6] monitor: convert monitor_cleanup() "
[PULL 0/5] Monitor patches for 2023-03-02
2023-03-02 7:07 UTC (6+ messages)
` [PULL 1/5] readline: fix hmp completion issue
` [PULL 2/5] target/arm: Restrict 'qapi-commands-machine.h' to system emulation
` [PULL 3/5] target/i386: "
` [PULL 4/5] target/loongarch: "
` [PULL 5/5] target/ppc: "
[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
2023-03-02 6:58 UTC (12+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments
[PATCH] virtio: fix reachable assertion due to stale value of cached region size
2023-03-02 6:58 UTC (3+ messages)
[PATCH v3 0/7] QEMU CXL Provide mock CXL events and irq support
2023-03-02 6:44 UTC (5+ messages)
` [PATCH v3 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v3 7/7] hw/cxl/events: Add injection of Memory Module Events
duplicate acpi files
2023-03-02 6:41 UTC
[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
2023-03-02 5:01 UTC (7+ messages)
` [PATCH v5 05/14] Hexagon (target/hexagon) Analyze packet before generating TCG
` [PATCH v5 13/14] Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
[PATCH v2 00/18] target/riscv: Various fixes to gdbstub and CSR access
2023-03-02 2:50 UTC (5+ messages)
` [PATCH v2 02/18] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
` [PATCH v2 03/18] target/riscv: Use g_assert() for the predicate() NULL check
[PATCH v2 12/18] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
2023-03-02 2:47 UTC (9+ messages)
` [PATCH v2 15/18] target/riscv: Allow debugger to access {h, s}stateen CSRs
` [PATCH v2 15/18] target/riscv: Allow debugger to access {h,s}stateen CSRs
` [PATCH v2 16/18] target/riscv: Allow debugger to access sstc CSRs
` [PATCH v2 17/18] target/riscv: Drop priv level check in mseccfg predicate()
` [PATCH v2 18/18] target/riscv: Group all predicate() routines together
[PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
2023-03-02 2:43 UTC (5+ messages)
[PATCH 0/2] Fix the OpenSBI CI job and bump to v1.2
2023-03-02 2:32 UTC (2+ messages)
[PATCH 0/2] target/riscv: some vector_helper.c cleanups
2023-03-02 2:32 UTC (2+ messages)
[PATCH 1/2] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
2023-03-02 2:13 UTC (2+ messages)
[PATCH v3 0/8] Pegasos2 fixes and audio output support
2023-03-02 2:14 UTC (12+ messages)
` [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
[RFC] CXL: TCG/KVM instruction alignment issue discussion default
2023-03-02 1:17 UTC (4+ messages)
[PATCH 0/6] target/riscv: Add support for Svadu extension
2023-03-02 1:36 UTC (2+ messages)
[PATCH 2/6] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
2023-03-02 1:36 UTC (2+ messages)
[PATCH v2 0/6] hw/cxl: Poison get, inject, clear
2023-03-02 1:35 UTC (10+ messages)
` [PATCH v2 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v2 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v2 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v2 4/6] hw/cxl: QMP based poison injection support
[PATCH v2 1/2] hw/riscv: Skip re-generating DT nodes for a given DTB
2023-03-02 1:29 UTC (2+ messages)
[PATCH] target/riscv: Add support for Zicond extension
2023-03-02 1:17 UTC (2+ messages)
[PATCH] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
2023-03-02 1:09 UTC (2+ messages)
[PATCH] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
2023-03-02 1:09 UTC (2+ messages)
[PATCH v5 00/12] Refactor cryptodev
2023-03-02 1:06 UTC (4+ messages)
` [PATCH v5 07/12] hmp: add cryptodev info command
` "
[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
2023-03-02 0:37 UTC (4+ messages)
` [PATCH 14/33] tests: acpi: update expected blobs
[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
2023-03-02 0:13 UTC (32+ messages)
` [PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges
[PATCH v2 00/14] target/riscv: Some updates to float point related extensions
2023-03-01 23:43 UTC (2+ messages)
[RFC 22/52] riscv: Replace MachineState.smp access with topology helpers
2023-03-01 23:43 UTC (2+ messages)
[PATCH v5 0/7] Pegasos2 fixes and audio output support
2023-03-01 22:47 UTC (16+ messages)
` [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
[PATCH 0/5] eBPF RSS Helper support
2023-03-01 22:40 UTC (12+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check
[PATCH] tcg: `reachable_code_pass()` remove empty else-branch
2023-03-01 22:37 UTC (2+ messages)
[PATCH v7 00/23] Consolidate PIIX south bridges
2023-03-01 22:19 UTC (3+ messages)
[PATCH][RESEND v3 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
2023-03-01 22:08 UTC (10+ messages)
` [PATCH][RESEND v3 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols
[PATCH 0/5] VT82xx PCI fixes and audio output support
2023-03-01 22:01 UTC (4+ messages)
` [PATCH 2/5] hw/isa/vt82c686: Implement PCI IRQ routing
[PATCH 0/1] hw/riscv/virt.c: add cbom-block-size fdt property
2023-03-01 21:59 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
2023-03-01 21:54 UTC (2+ messages)
[PATCH 00/12] Q35 PCI host fixes and QOM cleanup
2023-03-01 21:50 UTC (13+ messages)
` [PATCH 02/12] hw/pci-host/q35: Fix contradicting .endianness assignment
` [PATCH 03/12] hw/pci-host/q35: Use memory_region_set_address() also for tseg_blackhole
` [PATCH 05/12] hw/pci-host/q35: Initialize "bypass-iommu" property from board code
` [PATCH 06/12] hw/pci-host/q35: Initialize properties just once
[PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions
2023-03-01 21:44 UTC (3+ messages)
[PATCH] usb-ccid: make ids and descriptor configurable
2023-03-01 21:37 UTC (4+ messages)
` seeking advice for configuring usb_desc in ccid / dev-smartcard-reader.c
[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
2023-03-01 21:37 UTC (6+ messages)
[PATCH v7 1/4] tcg: add 'size' param to probe_access_flags()
2023-03-01 21:35 UTC (2+ messages)
[PATCH 00/12] ICH9 cleanup
2023-03-01 21:31 UTC (4+ messages)
` [PATCH 12/12] hw: Move ich9.h to southbridge/
[PATCH v2 00/10] Resolve isabus global
2023-03-01 21:12 UTC (10+ messages)
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
[PATCH 0/5] Pegasos2 fixes and audio output support
2023-03-01 21:05 UTC (15+ messages)
[PATCH v6 0/4] memory: prevent dma-reentracy issues
2023-03-01 20:55 UTC (4+ messages)
` [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
[PATCH 0/4] pcie: cleanup code and add trace point
2023-03-01 20:53 UTC (4+ messages)
` [PATCH 4/4] pcie: add trace-point for power indicator transitions
[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
2023-03-01 20:38 UTC (2+ messages)
[PATCH v3 1/1] vhost-user-fs: add migration type property
2023-03-01 20:22 UTC (18+ messages)
[PULL v2 00/24] testing updates (gitlab, cirrus, docker, avocado, windows)
2023-03-01 19:47 UTC (5+ messages)
[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
2023-03-01 19:32 UTC (14+ messages)
` [PATCH v4 05/15] vdpa: move vhost reset after get vring base
` [PATCH v4 06/15] vdpa: add vhost_vdpa->suspended parameter
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features
[PATCH 0/2] hw/vfio: Build various target-independent objects once
2023-03-01 19:32 UTC (5+ messages)
` [PATCH 1/2] hw/vfio/migration: Remove unused 'exec/ram_addr.h' header
[PULL 00/10] Bsd user 2023q1 patches
2023-03-01 18:23 UTC (11+ messages)
` [PULL 01/10] bsd-user: Don't truncate the return value from freebsd_syscall
` [PULL 02/10] build: Don't specify -no-pie for --static user-mode programs
` [PULL 03/10] bsd-user: Add sysarch syscall
` [PULL 04/10] bsd-user: various helper routines for sysctl
` [PULL 05/10] bsd-user: Helper routines oidfmt
` [PULL 06/10] bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt
` [PULL 07/10] bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants
` [PULL 08/10] bsd-user: Start translation of arch-specific sysctls
` [PULL 09/10] bsd-user: do_freebsd_sysctl helper for sysctl(2)
` [PULL 10/10] bsd-user: implement sysctlbyname(2)
[PATCH v4 0/7] Pegasos2 fixes and audio output support
2023-03-01 18:17 UTC (8+ messages)
[PATCH v2 00/11] aspeed queue
2023-03-01 17:52 UTC (5+ messages)
` [PATCH v2 04/11] tests/avocado/machine_aspeed.py: Add an I2C slave test
` [PATCH v2 09/11] aspeed: Introduce a spi_boot region under the SoC
[PULL v2 00/62] tcg patch queue
2023-03-01 17:41 UTC
[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
2023-03-01 17:27 UTC (4+ messages)
` [PATCH v2 1/4] util/cacheflush: fix cache "
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).