qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-20 08:50:21 to 2020-05-20 15:02:57 UTC [more...]

[PATCH v8 00/74] per-CPU locks
 2020-05-20 15:01 UTC  (7+ messages)
` [PATCH v8 74/74] cputlb: queue async flush jobs without the BQL

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-20 14:54 UTC  (25+ messages)
` [PATCH 02/55] qdev: Drop redundant bus realization
` [PATCH 03/55] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH 26/55] usb: Convert uses of usb_create()
` [PATCH 28/55] usb: Eliminate usb_try_create_simple()
` [PATCH 32/55] auxbus: Eliminate aux_create_slave()
` [PATCH 37/55] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
` [PATCH 38/55] microbit: Tidy up sysbus_init_child_obj() @child argument
` [PATCH 40/55] hw/arm/armsse: Pass correct child size to sysbus_init_child_obj()

QEMU 5.1: Can we require each new device/machine to provided a test?
 2020-05-20 14:53 UTC  (10+ messages)

[PATCH v2] block: Factor out bdrv_run_co()
 2020-05-20 14:49 UTC  (3+ messages)

[PATCH v3] block: Factor out bdrv_run_co()
 2020-05-20 14:49 UTC 

[PATCH 0/9] ppc/pnv: Introduce the XIVE2 and PHB5 controllers for the POWER10 chip
 2020-05-20 14:44 UTC  (7+ messages)
` [PATCH 6/9] ppc/pnv: Add a OCC model for POWER10
` [PATCH 7/9] ppc/pnv: Add POWER10 quads
` [PATCH 8/9] ppc/pnv: Add model for POWER9 PHB5 PCIe Host bridge

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-20 14:46 UTC  (9+ messages)
` [PATCH Kernel v22 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v22 7/8] vfio iommu: Add migration capability to report supported features

[PATCH v3 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-20 14:38 UTC  (3+ messages)
` [PATCH v3 1/5] block/io: fix bdrv_co_block_status_above

[PULL 0/3] Socket next patches
 2020-05-20 14:33 UTC  (6+ messages)
` [PULL 1/3] qemu-sockets: add abstract UNIX domain socket support
` [PULL 2/3] tests/util-sockets: add abstract unix socket cases
` [PULL 3/3] qemu-options: updates for abstract unix sockets

[PATCH] ssi/imx_spi: Removed unnecessary cast and fixed condition in while statement
 2020-05-20 14:32 UTC 

[PATCH 0/6] Misc display/sm501 clean ups and fixes
 2020-05-20 13:39 UTC  (7+ messages)
` [PATCH 1/6] sm501: Convert printf + abort to qemu_log_mask
` [PATCH 5/6] sm501: Replace hand written implementation with pixman where possible
` [PATCH 6/6] sm501: Remove obsolete changelog and todo comment
` [PATCH 2/6] sm501: Shorten long variable names in sm501_2d_operation
` [PATCH 4/6] sm501: Clean up local variables "
` [PATCH 3/6] sm501: Use BIT(x) macro to shorten constant

[PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"
 2020-05-20 14:18 UTC  (3+ messages)

[PATCH v1 00/15] testing and plugin updates
 2020-05-20 14:05 UTC  (16+ messages)
` [PATCH v1 01/15] configure: add alternate binary for genisoimage
` [PATCH v1 02/15] tests/vm: pass --genisoimage to basevm script
` [PATCH v1 03/15] travis.yml: Use clang++ in the Clang tests
` [PATCH v1 04/15] tests/tcg: fix invocation of the memory record/replay tests
` [PATCH v1 05/15] tests/fp: enable extf80_le_quite tests
` [PATCH v1 06/15] tests/fp: split and audit the conversion tests
` [PATCH v1 07/15] tests/tcg: better detect confused gdb which can't connect
` [PATCH v1 08/15] tests/docker: bump fedora to 32
` [PATCH v1 09/15] tests/docker: add debian11 base image
` [PATCH v1 10/15] tests/docker: use a gcc-10 based image for arm64 tests
` [PATCH v1 11/15] tests/tcg/aarch64: Add bti smoke test
` [PATCH v1 12/15] cpus-common: ensure auto-assigned cpu_indexes don't clash
` [PATCH v1 13/15] linux-user: properly "unrealize" vCPU object
` [PATCH v1 14/15] tests/tcg: add new threadcount test
` [PATCH v1 15/15] plugins: new lockstep plugin for debugging TCG changes

[PATCH v3 00/22] microvm: add acpi support
 2020-05-20 14:07 UTC  (30+ messages)
` [PATCH v3 01/22] microvm: name qboot binary qboot.bin
` [PATCH v3 02/22] [testing] seabios: update submodule to master snapshot
` [PATCH v3 03/22] [testing] seabios: update config & build rules
` [PATCH v3 04/22] [testing] seabios: update binaries to master snapshot
` [PATCH v3 05/22] acpi: make build_madt() more generic
` [PATCH v3 06/22] acpi: create acpi-common.c and move madt code
` [PATCH v3 07/22] acpi: madt: skip pci override on pci-less systems
` [PATCH v3 08/22] acpi: fadt: add hw-reduced sleep register support
` [PATCH v3 09/22] acpi: ged: rename event memory region
` [PATCH v3 10/22] acpi: ged: add control regs
` [PATCH v3 11/22] acpi: ged: add x86 device variant
` [PATCH v3 12/22] acpi: move acpi_dsdt_add_power_button() to ged
` [PATCH v3 13/22] x86: coldplug cpus
` [PATCH v3 14/22] microvm: use 2G split unconditionally
` [PATCH v3 15/22] microvm: make virtio irq base runtime configurable
` [PATCH v3 16/22] microvm/acpi: add minimal acpi support
` [PATCH v3 17/22] microvm/acpi: add acpi_dsdt_add_virtio() for x86
` [PATCH v3 18/22] microvm/acpi: use GSI 16-23 for virtio
` [PATCH v3 19/22] microvm/acpi: use seabios with acpi=on
` [PATCH v3 20/22] microvm/acpi: disable virtio-mmio cmdline hack
` [PATCH v3 21/22] [RfC] acpi: add per machine type acpi default
` [PATCH v3 22/22] [RfC] acpi: flip default to off for microvm

[PATCH v7 0/6] gpio: Add GPIO Aggregator
 2020-05-20 12:57 UTC  (6+ messages)

[PATCH 0/2] revert 9pfs reply truncation, wait for free room to reply
 2020-05-20 13:42 UTC  (7+ messages)
` [PATCH 1/2] Revert "9p: init_in_iov_from_pdu can truncate the size"
` [PATCH 2/2] xen/9pfs: yield when there isn't enough room on the ring

Qemu Support for Virtio Video V4L2 driver
 2020-05-20  3:19 UTC  (9+ messages)
` [virtio-dev] Re: Fwd: "

[PATCH] crypto: add "none" random provider
 2020-05-20 13:20 UTC 

[PATCH v5 0/7] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-05-20 13:18 UTC  (5+ messages)
` [PATCH v5 4/7] dwc-hsotg (dwc2) "

[PATCH v2 00/19] virtio-mem: Paravirtualized memory hot(un)plug
 2020-05-20 13:01 UTC  (22+ messages)
` [PATCH v2 01/19] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v2 02/19] vfio: Convert to ram_block_discard_disable()
` [PATCH v2 03/19] accel/kvm: "
` [PATCH v2 04/19] s390x/pv: "
` [PATCH v2 05/19] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v2 06/19] target/i386: sev: Use ram_block_discard_disable()
` [PATCH v2 07/19] migration/rdma: "
` [PATCH v2 08/19] migration/colo: "
` [PATCH v2 09/19] linux-headers: update to contain virtio-mem
` [PATCH v2 10/19] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v2 11/19] virtio-pci: Proxy for virtio-mem
` [PATCH v2 12/19] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v2 13/19] hmp: Handle virtio-mem when printing memory device info
` [PATCH v2 14/19] numa: Handle virtio-mem in NUMA stats
` [PATCH v2 15/19] pc: Support for virtio-mem-pci
` [PATCH v2 16/19] virtio-mem: Allow notifiers for size changes
` [PATCH v2 17/19] virtio-pci: Send qapi events when the virtio-mem "
` [PATCH v2 18/19] virtio-mem: Migration sanity checks
` [PATCH v2 19/19] virtio-mem: Add trace events

[Bug 1879672] [NEW] QEMU installer with WHPX support
 2020-05-20 12:30 UTC  (3+ messages)
` [Bug 1879672] "

[Bug 1879590] [NEW] Using qemu-system-sparc64 no network interface seems to exist
 2020-05-20 12:28 UTC  (2+ messages)
` [Bug 1879590] "

[Bug 1877384] [NEW] 9pfs file create with mapped-xattr can fail on overlayfs
 2020-05-20 12:16 UTC  (2+ messages)
` [Bug 1877384] "

[PATCH 0/7] Latest COLO tree queued patches
 2020-05-20 12:22 UTC  (4+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-20 12:20 UTC  (16+ messages)

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-05-20 12:16 UTC  (2+ messages)

[PATCH v7 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-05-20 12:04 UTC  (13+ messages)
` [PATCH v7 1/8] acpi: Extract two APIs from acpi_dsdt_add_pci
` [PATCH v7 2/8] fw_cfg: Write the extra roots into the fw_cfg
` [PATCH v7 3/8] acpi: Extract crs build form acpi_build.c
` [PATCH v7 4/8] acpi: Refactor the source of host bridge and build tables for pxb
` [PATCH v7 5/8] acpi: Align the size to 128k
` [PATCH v7 6/8] unit-test: The files changed
` [PATCH v7 7/8] unit-test: Add testcase for pxb
` [PATCH v7 8/8] unit-test: Add the binary file and clear diff.h

[PATCH v2 0/9] pc-bios: s390x: Cleanup part 1
 2020-05-20 11:52 UTC  (2+ messages)

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-20 11:30 UTC  (3+ messages)
` [PATCH v2 8/8] s390: guest support for diagnose 0x318

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-20 11:14 UTC  (9+ messages)
` [RFC PATCH 1/3] block: Factor out bdrv_run_co()
` [RFC PATCH 3/3] block: Assert we're running in the right thread

[PATCH v2] arm/virt: Add memory hot remove support
 2020-05-20 11:03 UTC 

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-20 10:46 UTC  (12+ messages)

[PATCH v4 0/3] block: make BlockConf.*_size properties 32-bit
 2020-05-20 10:44 UTC  (8+ messages)
` [PATCH v4 1/3] virtio-blk: store opt_io_size with correct size
` [PATCH v4 2/3] block: consolidate blocksize properties consistency checks
` [PATCH v4 3/3] block: make BlockConf.*_size properties 32-bit

[PATCH V2] Add a new PIIX option to control global PCI hot-plugging
 2020-05-20 10:40 UTC  (3+ messages)

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-05-20 10:29 UTC  (11+ messages)
    ` [EXTERNAL] "
            ` [Bug 1879672] "

[PATCH v2 0/3] testing: Build WHPX enabled binaries
 2020-05-20 10:26 UTC  (5+ messages)
      ` [Bug 1879672] "

[PATCH v2] WHPX: support for xcr0
 2020-05-20 10:27 UTC  (5+ messages)
      ` [Bug 1879672] "

[Qemu-devel] [PATCH 0/2] testing: Build WHPX enabled binaries
 2020-05-20 10:25 UTC  (5+ messages)
    `  "
      ` [Bug 1879672] "

[PATCH v6 00/16] acpi: i386 tweaks
 2020-05-20 10:29 UTC  (7+ messages)
` [PATCH v6 10/16] floppy: move cmos_get_fd_drive_type() from pc
` [PATCH v6 15/16] acpi: drop build_piix4_pm()

[PATCH Kernel v22 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
 2020-05-20 10:27 UTC  (3+ messages)

kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2020-05-20 10:26 UTC  (18+ messages)

[PATCH v9] audio/jack: add JACK client audiodev
 2020-05-20 10:21 UTC  (2+ messages)

[RFC PATCH] hw/sparc/sun4m: Use memdev backend for main RAM
 2020-05-20 10:07 UTC  (4+ messages)

[PATCH v2 0/3] virtio-balloon: free page hinting fixes
 2020-05-20 10:04 UTC  (4+ messages)
` [PATCH v2 1/3] virtio-balloon: fix free page hinting without an iothread
` [PATCH v2 2/3] virtio-balloon: fix free page hinting check on unrealize
` [PATCH v2 3/3] virtio-balloon: unref the iothread when unrealizing

[RFC PATCH] qom: Implement qom-get HMP command
 2020-05-20  9:59 UTC  (5+ messages)

[PATCH v5 00/31] Add subcluster allocation to qcow2
 2020-05-20  9:50 UTC  (3+ messages)

[PATCH v4 0/5] modify CPU model info
 2020-05-20  9:17 UTC  (3+ messages)
` [PATCH v4 5/5] target/i386: remove Icelake-Client CPU model

[RFC PATCH 0/8] RISCV risu porting
 2020-05-20  9:06 UTC  (6+ messages)
` [RFC PATCH 2/8] riscv: Generate payload scripts

[PATCH] es1370: check total frame count against current frame
 2020-05-20  8:56 UTC  (3+ messages)

[PATCH 0/4] RISC-V multi-socket support
 2020-05-20  8:50 UTC  (3+ messages)

[PULL 00/11] Ui 20200520 patches
 2020-05-20  8:43 UTC  (2+ messages)
` [PULL 08/11] ui/sdl2-input: use trace-events to debug key events


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).