qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 18:47:00 to 2020-05-20 09:50:56 UTC [more...]

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

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

[PATCH v7 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-05-20  9:36 UTC  (9+ 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

kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2020-05-20  9:36 UTC  (15+ messages)

[PATCH v4 0/5] modify CPU model info
 2020-05-20  9:17 UTC  (7+ messages)
` [PATCH v4 1/5] target/i386: add missing vmx features for several CPU models
` [PATCH v4 2/5] target/i386: add fast short REP MOV support
` [PATCH v4 3/5] target/i386: add the missing features for Icelake-Server CPU model
` [PATCH v4 4/5] target/i386: modify Icelake-Server CPU model number
` [PATCH v4 5/5] target/i386: remove Icelake-Client CPU model

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

[RFC PATCH 0/8] RISCV risu porting
 2020-05-20  9:06 UTC  (14+ messages)
` [RFC PATCH 1/8] riscv: Add RV64I instructions description
` [RFC PATCH 2/8] riscv: Generate payload scripts
` [RFC PATCH 6/8] riscv: Add configure script

[PATCH 0/7] Latest COLO tree queued patches
 2020-05-20  9:07 UTC  (13+ messages)
` [PATCH 1/7] colo-compare: Fix memory leak in packet_enqueue()
` [PATCH 2/7] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH 3/7] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH 4/7] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH 5/7] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH 6/7] net/colo-compare.c, softmmu/vl.c: Check that colo-compare is active
` [PATCH 7/7] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH v4 0/3] block: make BlockConf.*_size properties 32-bit
 2020-05-20  9:04 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

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

[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  (5+ messages)
` [PATCH 1/4] hw/riscv: Allow creating multiple instances of CLINT

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-20  8:49 UTC  (49+ messages)
` [PATCH 03/55] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH 07/55] qdev: Convert to qdev_unrealize() manually
` [PATCH 08/55] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH 21/55] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH 22/55] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH 23/55] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH 24/55] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH 25/55] usb: New usb_new(), usb_realize_and_unref()
` [PATCH 26/55] usb: Convert uses of usb_create()
` [PATCH 27/55] usb: usb_create() is now unused, drop
` [PATCH 28/55] usb: Eliminate usb_try_create_simple()
` [PATCH 33/55] qom: Tidy up a few object_initialize_child() calls
` [PATCH 34/55] qom: Less verbose object_initialize_child()
` [PATCH 43/55] sysbus: Convert to sysbus_realize() etc. with Coccinelle
` [PATCH 45/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
` [PATCH 46/55] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
` [PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
` [PATCH 51/55] qdev: Make qdev_realize() support bus-less devices
` [PATCH 53/55] qdev: Convert bus-less devices to qdev_realize() with Coccinelle

[PULL 00/11] Ui 20200520 patches
 2020-05-20  8:43 UTC  (12+ messages)
` [PULL 01/11] ui/win32-kbd-hook: handle AltGr in a hook procedure
` [PULL 02/11] ui/gtk: fix handling of AltGr key on Windows
` [PULL 03/11] ui/gkt: release all keys on grab-broken-event
` [PULL 04/11] ui/gtk: remove unused code
` [PULL 05/11] ui/gtk: remove unused variable ignore_keys
` [PULL 06/11] ui/sdl2: fix handling of AltGr key on Windows
` [PULL 07/11] ui/sdl2: start in full screen with grab enabled
` [PULL 08/11] ui/sdl2-input: use trace-events to debug key events
` [PULL 09/11] ui/gtk: don't pass on win keys without keyboard grab
` [PULL 10/11] ui/gtk: use native keyboard scancodes on Windows
` [PULL 11/11] ui: increase min required GTK version to 3.22.0

[PATCH v6 00/16] acpi: i386 tweaks
 2020-05-20  8:43 UTC  (5+ messages)
` [PATCH v6 10/16] floppy: move cmos_get_fd_drive_type() from pc

[PATCH v3 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-20  8:35 UTC  (6+ messages)
` [PATCH v3 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v3 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v3 3/5] block/io: bdrv_common_block_status_above: support bs == base
` [PATCH v3 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v3 5/5] iotests: add commit top->base cases to 274

Migration with ``drive-mirror`` + NBD will let quorum qcow2 image become larger
 2020-05-20  8:36 UTC  (4+ messages)

Question: How do I discard any changes for the device which is set by blockdev option?
 2020-05-20  8:24 UTC  (4+ messages)

[Bug 1879646] [NEW] [Feature request] x86: dump MSR features in human form
 2020-05-20  8:01 UTC 

[PATCH 0/2] revert 9pfs reply truncation, wait for free room to reply
 2020-05-20  7:57 UTC  (4+ 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

[Bug 1879425] [NEW] The thread of "CPU 0 /KVM" keeping 99.9%CPU
 2020-05-20  7:23 UTC  (3+ messages)
` [Bug 1879425] "

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-20  7:18 UTC  (11+ messages)

[PATCH] arm/aspeed: Rework NIC attachment
 2020-05-20  7:01 UTC  (3+ messages)

[PATCH] arm/aspeed: Compute the number of CPUs from the SoC definition
 2020-05-20  6:49 UTC  (3+ messages)

[PATCH v2 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-20  6:16 UTC  (16+ messages)
` [PATCH v2 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v2 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v2 3/5] block/io: bdrv_common_block_status_above: support bs == base
` [PATCH v2 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v2 5/5] iotests: add commit top->base cases to 274

[PATCH v3 0/9] RISC-V Add the OpenTitan Machine
 2020-05-20  6:03 UTC  (13+ messages)
` [PATCH v3 1/9] riscv/boot: Add a missing header include
` [PATCH v3 2/9] target/riscv: Don't overwrite the reset vector
` [PATCH v3 3/9] target/riscv: Add the lowRISC Ibex CPU
` [PATCH v3 4/9] riscv: Initial commit of OpenTitan machine
` [PATCH v3 5/9] hw/char: Initial commit of Ibex UART
` [PATCH v3 6/9] hw/intc: Initial commit of lowRISC Ibex PLIC
` [PATCH v3 7/9] riscv/opentitan: Connect the PLIC device
` [PATCH v3 8/9] riscv/opentitan: Connect the UART device
` [PATCH v3 9/9] target/riscv: Use a smaller guess size for no-MMU PMP

[PATCH 0/2] linux-user: mmap/mprotect prot values
 2020-05-20  5:54 UTC  (4+ messages)
` [PATCH 1/2] linux-user: Validate mmap/mprotect prot value
` [PATCH 2/2] linux-user: Adjust guest page protection for the host

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

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

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

[PATCH QEMU v22 00/18] Add migration support for VFIO devices
 2020-05-20  3:13 UTC  (9+ messages)
` [PATCH QEMU v22 04/18] vfio: Add save and load functions for VFIO PCI devices
` [PATCH QEMU v22 08/18] vfio: Register SaveVMHandlers for VFIO device
` [PATCH QEMU v22 09/18] vfio: Add save state functions to SaveVMHandlers

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-20  2:55 UTC  (3+ messages)

[Bug 1879590] [NEW] Using qemu-system-sparc64 no network interface seems to exist
 2020-05-20  0:59 UTC 

[Bug 1879587] [NEW] Register number in ESR is incorrect for certain banked registers when switching from AA32 to AA64
 2020-05-20  0:32 UTC  (2+ messages)
` [Bug 1879587] "

[PATCH v6 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-19 23:24 UTC  (11+ messages)
` [PATCH v6 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v6 2/5] softmmu/vl: Let -fw_cfg option take a 'blob_id' argument
` [RFC PATCH v6 3/5] softmmu/vl: Allow -fw_cfg 'blob_id' option to set any file pathname
` [PATCH v6 4/5] crypto: Add tls-cipher-suites object
` [PATCH v6 5/5] crypto/tls-cipher-suites: Product fw_cfg consumable blob

[PATCH 00/24] Fixes around device realization
 2020-05-19 22:20 UTC  (5+ messages)
` [PATCH 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices

[PULL 00/10] softfloat misc cleanups
 2020-05-19 22:22 UTC  (2+ messages)

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-05-19 21:59 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-19 21:44 UTC  (7+ messages)
` [PATCH v2 04/10] accel/tcg: Add stub for probe_access()
` [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig
` [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH v3 0/2] target/arm: vector tail cleanups
 2020-05-19 21:24 UTC  (3+ messages)
` [PATCH v3 1/2] target/arm: Use tcg_gen_gvec_mov for clear_vec_high
` [PATCH v3 2/2] target/arm: Use clear_vec_high more effectively

[PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-19 21:10 UTC  (2+ messages)

[RISU v2 00/17] risu cleanups and improvements
 2020-05-19 21:16 UTC  (5+ messages)
` [RISU v2 08/17] Add enum RisuResult
` [RISU v2 14/17] Add magic and size to the trace header

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-19 20:35 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH 0/2] linux-user: Load a vdso for x86_64
 2020-05-19 19:44 UTC  (3+ messages)
` [PATCH 1/2] linux-user: Build vdso for x64
` [PATCH 2/2] linux-user: Load a VDSO for x86-64

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
 2020-05-19 19:32 UTC  (5+ messages)
` [PATCH v16 QEMU 05/16] vfio: Add migration region initialization and finalize function

[PATCH 0/2] Update use_goto_tb() in hppa and rx targets
 2020-05-19 18:51 UTC  (4+ messages)

tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
 2020-05-19 18:46 UTC  (8+ messages)


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