messages from 2022-12-22 07:08:55 to 2022-12-23 16:23:04 UTC [more...]
[PATCH 0/3] Fix UNMAP notifier for intel-iommu
2022-12-23 16:22 UTC (13+ messages)
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation
[PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
2022-12-23 16:19 UTC (5+ messages)
` [PATCH 1/2] tests/migration: add sysprof-capture-4 as dependency for stress binary
` [PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py
[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
2022-12-23 16:06 UTC (9+ messages)
` [RFC v4 1/3] rcu: introduce rcu_read_locked()
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview
` [RFC v4 3/3] migration: reduce time of loading non-iterable vmstate
[PATCH v4 00/12] Compiler warning fixes for libvhost-user,libvduse
2022-12-23 15:28 UTC (15+ messages)
` [PATCH v4 01/12] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v4 02/12] libvhost-user: Replace typeof with __typeof__
` [PATCH v4 03/12] libvhost-user: Cast rc variable to avoid compiler warning
` [PATCH v4 04/12] libvhost-user: Use unsigned int i for some for-loop iterations
` [PATCH v4 05/12] libvhost-user: Declare uffdio_register early to make it C90 compliant
` [PATCH v4 06/12] libvhost-user: Change dev->postcopy_ufd assignment "
` [PATCH v4 07/12] libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v4 08/12] libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
` [PATCH v4 09/12] libvduse: Fix assignment in vring_set_avail_event
` [PATCH v4 10/12] libvhost-user: "
` [PATCH v4 11/12] libvhost-user: Add extra compiler warnings
` [PATCH v4 12/12] libvduse: "
[PULL v2 00/14] accel/tcg: Rewrite user-only vma tracking
2022-12-23 14:32 UTC (3+ messages)
` [PULL v2 07/14] accel/tcg: Use interval tree for user-only page tracking
[PATCH v2] pflash: Only read non-zero parts of backend image
2022-12-23 14:33 UTC (4+ messages)
[PATCH v2 0/5] Nested virtualization fixes for QEMU
2022-12-23 13:14 UTC (8+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes
[PATCH 00/15] riscv: opensbi boot test and cleanups
2022-12-23 13:06 UTC (46+ messages)
` [PATCH 01/15] tests/avocado: add RISC-V opensbi boot test
` [PATCH 02/15] hw/riscv/spike: use 'fdt' from MachineState
` [PATCH 03/15] hw/riscv/sifive_u: "
` [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static
` [PATCH 05/15] hw/riscv/boot.c: introduce riscv_default_firmware_name()
` [PATCH 06/15] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PATCH 07/15] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH 08/15] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH 09/15] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH 11/15] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH 12/15] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH 13/15] hw/riscv/spike.c: simplify create_fdt()
[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
2022-12-23 12:30 UTC (4+ messages)
` [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit
[PATCH] linux-user: Improve strace output of personality() and sysinfo()
2022-12-23 12:27 UTC (5+ messages)
[PATCH] tests/tcg/multiarch: add vma-pthread.c
2022-12-23 12:09 UTC (2+ messages)
[PULL 0/5] 9p queue 2022-12-23
2022-12-23 11:04 UTC (6+ messages)
` [PULL 2/5] MAINTAINERS: Add 9p test client to section "virtio-9p"
` [PULL 5/5] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
` [PULL 1/5] 9pfs: Fix some return statements in the synth backend
` [PULL 4/5] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PULL 3/5] qemu/xattr.h: Exclude <sys/xattr.h> for Windows
[PATCH] nubus-device: fix memory leak in nubus_device_realize
2022-12-23 10:53 UTC (3+ messages)
[PATCH v2 0/4] Clean up includes
2022-12-23 10:47 UTC (9+ messages)
` [PATCH v2 1/4] include/hw/virtio: Break inclusion loop
` [PATCH v2 2/4] include: Include headers where needed
` [PATCH v2 3/4] include: Don't include qemu/osdep.h
` [PATCH v2 4/4] docs/devel: Rules on #include in headers
[PATCH v2 0/7] include/hw/pci include/hw/cxl: Clean up includes
2022-12-23 10:33 UTC (13+ messages)
` [PATCH v2 1/7] include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
` [PATCH v2 2/7] include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use
` [PATCH v2 3/7] include/hw/cxl: Include hw/cxl/*.h where needed
` [PATCH v2 4/7] include/hw/pci: Clean up a few things checkpatch.pl would flag
` [PATCH v2 5/7] include/hw/pci: Split pci_device.h off pci.h
` [PATCH v2 6/7] include/hw/pci: Include hw/pci/pci.h where needed
` [PATCH v2 7/7] include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h
[PATCH] linux-user: Fix brk() to release pages
2022-12-23 10:16 UTC
[PATCH 0/2] hw/intc/arm_gicv3: Bump ITT entry size to 16
2022-12-23 10:14 UTC (4+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3: Make ITT entry size configurable
` [PATCH 2/2] hw/intc/arm_gicv3: Bump ITT entry size to 16
[PATCH 0/6] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32()
2022-12-23 10:05 UTC (12+ messages)
` [PATCH 1/6] hw/arm/aspeed: Fix smpboot[] on big-endian hosts
` [PATCH 2/6] hw/arm/raspi: "
` [PATCH 3/6] hw/arm/exynos4210: Remove tswap32() calls and constify smpboot[]
` [PATCH 4/6] hw/arm/npcm7xx: "
` [PATCH 5/6] hw/arm/xilinx_zynq: "
` [PATCH 6/6] hw/arm/boot: Remove tswap32() calls and constify board_setup_blob[]
[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
2022-12-23 9:34 UTC (8+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 2/6] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v3 3/6] migration: Factor out checks for advised and listening incomming postcopy
` [PATCH v3 4/6] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v3 5/6] virtio-mem: Migrate bitmap, size and sanity checks early
` [PATCH v3 6/6] virtio-mem: Proper support for preallocation with migration
[PATCH v2 0/2] Add irq number property for loongarch pch interrupt controller
2022-12-23 9:15 UTC (4+ messages)
` [PATCH v2 1/2] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v2 2/2] hw/intc/loongarch_pch_pic: "
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-23 8:24 UTC (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH v3] intel-iommu: Document iova_tree
2022-12-23 7:48 UTC (2+ messages)
[PATCH v2 0/3] Add OCP extended log to nvme QEMU
2022-12-23 7:39 UTC (2+ messages)
[PATCH v21 00/10] vhost-vdpa: add support for configure interrupt
2022-12-23 6:14 UTC (4+ messages)
` [PATCH v21 07/10] vhost: "
` [PATCH v21 08/10] virtio-net: "
[PULL 0/6] testing updates
2022-12-23 5:04 UTC (6+ messages)
[PATCH 0/5] hw/net/igb: emulated network device with SR-IOV
2022-12-23 3:23 UTC (7+ messages)
` [PATCH 1/5] pcie: add helper function to get number of VFs
` [PATCH 2/5] hw/net/net_tx_pkt: helper function to get l2 hdr
` [PATCH 3/5] hw/net/igb: register definitions
` [PATCH 4/5] hw/net/igb: emulated intel IGB (82576EB) network device
` [PATCH 5/5] hw/net/igb: build support for igb/igbvf devices
[PATCH v3 00/10] Compiler warning fixes for libvhost-user,libvduse
2022-12-22 20:38 UTC (7+ messages)
` [PATCH v3 02/10] libvhost-user: Replace typeof with __typeof__
` [PATCH v3 10/10] libvduse: Fix assignment in vring_set_avail_event
[PATCH] linux-user: Add strace for prlimit64() syscall
2022-12-22 19:06 UTC
[PATCH v1 0/2] s390x/pv: Add support for asynchronous teardown for reboot
2022-12-22 15:04 UTC (3+ messages)
` [PATCH v1 1/2] Linux header update
` [PATCH v1 2/2] s390x/pv: Add support for asynchronous teardown for reboot
[PATCH v9 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
2022-12-22 15:03 UTC (3+ messages)
` [PATCH v9 08/14] hw/nvram: NPCM7xx OTP device model
[PATCH v3] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
2022-12-22 14:01 UTC
[PATCH] usbredir: Do not detach usb if backend chardev disconnect
2022-12-22 13:21 UTC (2+ messages)
[PATCH v2] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
2022-12-22 12:44 UTC (11+ messages)
[PATCH v3 0/5] coroutine: Clean up includes
2022-12-22 11:14 UTC (9+ messages)
` [PATCH v3 4/5] coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
[PATCH] dockerfiles: update to Fedora 36
2022-12-22 11:09 UTC (2+ messages)
[PATCH v2 0/4] hw/ppc: Clean up includes
2022-12-22 10:46 UTC (5+ messages)
` [PATCH v2 1/4] include/hw/ppc: Split pnv_chip.h off pnv.h
` [PATCH v2 2/4] include/hw/ppc: Supply a few missing includes
` [PATCH v2 3/4] include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h
` [PATCH v2 4/4] include/hw/ppc include/hw/pci-host: Drop extra typedefs
[PATCH 0/5] include/hw/pci include/hw/cxl: Clean up includes
2022-12-22 9:35 UTC (4+ messages)
` [PATCH 4/5] include/hw/pci: Split pci_device.h off pci.h
[PATCH] hw/sd/sdhci: Block Size Register bits [14:12] is lost
2022-12-22 8:54 UTC (3+ messages)
[PATCH] hw/display: avoid creating empty loadable modules
2022-12-22 8:37 UTC (2+ messages)
[PATCH 0/6] enforce use of G_GNUC_PRINTF annotations
2022-12-22 8:31 UTC (2+ messages)
[PATCH 0/2] gitlab: improve debuggability of jobs
2022-12-22 8:26 UTC (2+ messages)
[PATCH v2] MIPS: remove support for trap and emulate KVM
2022-12-22 8:06 UTC (2+ messages)
[PATCH] chardev: clean up chardev-parallel.c
2022-12-22 8:04 UTC (2+ messages)
[PATCH 0/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
2022-12-22 8:00 UTC (3+ messages)
` [PATCH 1/2] hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
` [PATCH 2/2] hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
[PATCH-for-8.0 v2 0/6] hw/virtio: Split ioconfig / qmp code from virtio.c
2022-12-22 7:48 UTC (4+ messages)
` [PATCH-for-8.0 v2 6/6] hw/virtio: Extract QMP related code virtio-qmp.c
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).