qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 09:56:48 to 2020-05-15 15:46:41 UTC [more...]

[RFC v4 0/6] hmp,qmp: Add some commands to introspect virtio devices
 2020-05-15 15:45 UTC  (5+ messages)
` [RFC v4 6/6] hmp: add x-debug-virtio commands

[PATCH v6 0/9] tests/vm: Add support for aarch64 VMs
 2020-05-15 15:42 UTC  (3+ messages)
` [PATCH v6 6/9] tests/vm: Added a new script for ubuntu.aarch64

[PATCH v1 00/17] virtio-mem: Paravirtualized memory hot(un)plug
 2020-05-15 15:37 UTC  (22+ messages)
` [PATCH v1 01/17] exec: Introduce ram_block_discard_set_(unreliable|required)()
` [PATCH v1 02/17] vfio: Convert to ram_block_discard_set_broken()
` [PATCH v1 03/17] accel/kvm: "
` [PATCH v1 05/17] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v1 07/17] migration/rdma: Use ram_block_discard_set_broken()
` [PATCH v1 08/17] migration/colo: "
` [PATCH v1 10/17] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem size changes

[PATCH Kernel v20 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-15 15:33 UTC  (17+ messages)
` [PATCH Kernel v20 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v20 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v20 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[PATCH 0/3] virtio: add vhost-user-vsock device
 2020-05-15 15:21 UTC  (4+ messages)
` [PATCH 1/3] vhost-vsock: add vhost-vsock-common abstraction
` [PATCH 2/3] virtio: add vhost-user-vsock base device
` [PATCH 3/3] virtio: add vhost-user-vsock-pci device

[RFC v3 4/6] qmp: add QMP command x-debug-virtio-queue-status
 2020-05-15 15:16 UTC  (2+ messages)

[PATCH v2 0/3] s390x: improve documentation
 2020-05-15 15:15 UTC  (4+ messages)
` [PATCH v2 1/3] docs/s390x: document the virtual css
` [PATCH v2 2/3] docs/s390x: document 3270
` [PATCH v2 3/3] docs/s390x: document vfio-ccw

[PATCH v6 00/16] acpi: i386 tweaks
 2020-05-15 15:04 UTC  (17+ messages)
` [PATCH v6 01/16] qtest: allow DSDT acpi table changes
` [PATCH v6 02/16] acpi: move aml builder code for rtc device
` [PATCH v6 03/16] acpi: rtc: use a single crs range
` [PATCH v6 04/16] acpi: serial: don't use _STA method
` [PATCH v6 05/16] acpi: move aml builder code for serial device
` [PATCH v6 06/16] acpi: parallel: don't use _STA method
` [PATCH v6 07/16] acpi: move aml builder code for parallel device
` [PATCH v6 08/16] acpi: move aml builder code for floppy device
` [PATCH v6 09/16] floppy: make isa_fdc_get_drive_max_chs static
` [PATCH v6 10/16] floppy: move cmos_get_fd_drive_type() from pc
` [PATCH v6 11/16] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v6 12/16] acpi: factor out fw_cfg_add_acpi_dsdt()
` [PATCH v6 13/16] acpi: simplify build_isa_devices_aml()
` [PATCH v6 14/16] acpi: drop serial/parallel enable bits from dsdt
` [PATCH v6 15/16] acpi: drop build_piix4_pm()
` [PATCH v6 16/16] acpi: q35: drop _SB.PCI0.ISA.LPCD opregion

[PATCH 0/6] tests/fuzz: Review notes
 2020-05-15 15:10 UTC  (2+ messages)

[PATCH v2 00/13] audio: deprecate -soundhw
 2020-05-15 15:08 UTC  (15+ messages)
` [PATCH v2 01/13] stubs: add isa_create_simple
` [PATCH v2 02/13] stubs: add pci_create_simple
` [PATCH v2 03/13] audio: add deprecated_register_soundhw
` [PATCH v2 04/13] audio: deprecate -soundhw ac97
` [PATCH v2 05/13] audio: deprecate -soundhw es1370
` [PATCH v2 06/13] audio: deprecate -soundhw adlib
` [PATCH v2 07/13] audio: deprecate -soundhw cs4231a
` [PATCH v2 08/13] audio: deprecate -soundhw gus
` [PATCH v2 09/13] audio: deprecate -soundhw sb16
` [PATCH v2 10/13] audio: deprecate -soundhw hda
` [PATCH v2 11/13] audio: deprecate -soundhw pcspk
` [PATCH v2 12/13] audio: add soundhw deprecation notice
` [PATCH v2 13/13] [RFC] audio: try use onboard audiodev for pcspk

[PULL v2 00/13] testing, tcg and plugin updates
 2020-05-15 14:44 UTC  (14+ messages)
` [PULL v2 01/13] tests/guest-debug: catch hanging guests
` [PULL v2 02/13] travis.yml: Improve the --disable-tcg test on s390x
` [PULL v2 03/13] linux-user: completely re-write init_guest_space
` [PULL v2 04/13] exec/cpu-all: Use bool for have_guest_base
` [PULL v2 05/13] accel/tcg: Relax va restrictions on 64-bit guests
` [PULL v2 06/13] accel/tcg: don't disable exec_tb trace events
` [PULL v2 07/13] disas: include an optional note for the start of disassembly
` [PULL v2 08/13] disas: add optional note support to cap_disas
` [PULL v2 09/13] translate-all: include guest address in out_asm output
` [PULL v2 10/13] qemu/plugin: Trivial code movement
` [PULL v2 11/13] qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
` [PULL v2 12/13] qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
` [PULL v2 13/13] MAINTAINERS: update the orphaned cpus-common.c file

[PATCH v5 00/15] acpi: i386 tweaks
 2020-05-15 14:47 UTC  (4+ messages)
` [PATCH v5 08/15] acpi: move aml builder code for floppy device

[PULL 00/21] QOM patches for 2020-05-15
 2020-05-15 14:34 UTC  (3+ messages)

[PULL 00/51] Block layer patches
 2020-05-15 14:28 UTC  (53+ messages)
` [PULL 01/51] iotests/109: Don't mirror with mismatched size
` [PULL 02/51] iotests/229: Use blkdebug to inject an error
` [PULL 03/51] mirror: Make sure that source and target size match
` [PULL 04/51] iotests: Mirror with different source/target size
` [PULL 05/51] block/replication.c: Avoid cancelling the job twice
` [PULL 06/51] iotests: Fix incomplete type declarations
` [PULL 07/51] iotests: Run pylint and mypy in a testcase
` [PULL 08/51] block: Add bdrv_make_empty()
` [PULL 09/51] block: Add blk_make_empty()
` [PULL 10/51] block: Use blk_make_empty() after commits
` [PULL 11/51] replication: Avoid blk_make_empty() on read-only child
` [PULL 12/51] block: Use bdrv_make_empty() where possible
` [PULL 13/51] block: Mark commit, mirror, blkreplay as filters
` [PULL 14/51] block: Add BlockDriver.is_format
` [PULL 15/51] block: Rename BdrvChildRole to BdrvChildClass
` [PULL 16/51] block: Add BdrvChildRole and BdrvChildRoleBits
` [PULL 17/51] block: Add BdrvChildRole to BdrvChild
` [PULL 18/51] block: Pass BdrvChildRole to bdrv_child_perm()
` [PULL 19/51] block: Pass BdrvChildRole to .inherit_options()
` [PULL 20/51] block: Pass parent_is_format "
` [PULL 21/51] block: Rename bdrv_inherited_options()
` [PULL 22/51] block: Add generic bdrv_inherited_options()
` [PULL 23/51] block: Use bdrv_inherited_options()
` [PULL 24/51] block: Unify bdrv_child_cb_attach()
` [PULL 25/51] block: Unify bdrv_child_cb_detach()
` [PULL 26/51] block: Add child_of_bds
` [PULL 27/51] block: Distinguish paths in *_format_default_perms
` [PULL 28/51] block: Pull out bdrv_default_perms_for_cow()
` [PULL 29/51] block: Pull out bdrv_default_perms_for_storage()
` [PULL 30/51] block: Relax *perms_for_storage for data children
` [PULL 31/51] block: Add bdrv_default_perms()
` [PULL 32/51] raw-format: Split raw_read_options()
` [PULL 33/51] block: Switch child_format users to child_of_bds
` [PULL 34/51] block: Drop child_format
` [PULL 35/51] block: Make backing files child_of_bds children
` [PULL 36/51] block: Drop child_backing
` [PULL 37/51] block: Make format drivers use child_of_bds
` [PULL 38/51] block: Make filter "
` [PULL 39/51] block: Use child_of_bds in remaining places
` [PULL 40/51] tests: Use child_of_bds instead of child_file
` [PULL 41/51] block: Use bdrv_default_perms()
` [PULL 42/51] block: Make bdrv_filter_default_perms() static
` [PULL 43/51] block: Drop bdrv_format_default_perms()
` [PULL 44/51] block: Drop child_file
` [PULL 45/51] block: Pass BdrvChildRole in remaining cases
` [PULL 46/51] block: Drop @child_class from bdrv_child_perm()
` [PULL 47/51] block/block-copy: Fix uninitialized variable in block_copy_task_entry
` [PULL 48/51] block/block-copy: Simplify block_copy_do_copy()
` [PULL 49/51] iotests: log messages from notrun()
` [PULL 50/51] hw/ide/ahci: Log lost IRQs
` [PULL 51/51] iotests/030: Reduce run time by unthrottling job earlier

[PATCH 00/10] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
 2020-05-15 14:20 UTC  (11+ messages)
` [PATCH 01/10] target/arm: Remove unused GEN_NEON_INTEGER_OP macro
` [PATCH 02/10] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree
` [PATCH 03/10] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PATCH 04/10] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PATCH 05/10] target/arm: Convert VQSHLU, VQSHL "
` [PATCH 06/10] target/arm: Convert Neon narrowing shifts with op==8 "
` [PATCH 07/10] target/arm: Convert Neon narrowing shifts with op==9 "
` [PATCH 08/10] target/arm: Convert Neon VSHLL, VMOVL "
` [PATCH 09/10] target/arm: Convert VCVT fixed-point ops "
` [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate insns "

[PATCH] virtiofsd: remove symlink fallbacks
 2020-05-15 14:10 UTC  (2+ messages)
` [Virtio-fs] "

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-15 13:41 UTC  (3+ messages)
` [Bug 1856335] "

[PATCH 0/5] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-15 13:45 UTC  (11+ messages)
` [PATCH 3/5] block/nbd.c: Add yank feature

[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
 2020-05-15 13:36 UTC  (3+ messages)

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-05-15 13:18 UTC 

[PATCH v3 0/7] fix migration with bitmaps and mirror
 2020-05-15 12:40 UTC  (8+ messages)
` [PATCH v3 1/7] block: Mark commit, mirror, blkreplay as filters
` [PATCH v3 2/7] migration/block-dirty-bitmap: refactor init_dirty_bitmap_migration
` [PATCH v3 3/7] block/dirty-bitmap: add bdrv_has_named_bitmaps helper
` [PATCH v3 4/7] migration/block-dirty-bitmap: fix bitmaps pre-blockdev migration during mirror job
` [PATCH v3 5/7] iotests: 194: test also migration of dirty bitmap
` [PATCH v3 6/7] migration/block-dirty-bitmap: add_bitmaps_to_list: check disk name once
` [PATCH v3 7/7] migration/block-dirty-bitmap: forbid migration by generated node-name

[PATCH] tests/docker: Kludge <linux/swab.h> breakage by pinning linux-libc-dev
 2020-05-15 12:41 UTC  (5+ messages)

[PULL 0/2] Ui 20200515 patches
 2020-05-15 12:42 UTC  (2+ messages)

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-15 12:35 UTC  (10+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

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

[PATCH] replication: Avoid blk_make_empty() on read-only child
 2020-05-15 12:12 UTC  (2+ messages)

[PATCH] i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
 2020-05-15 11:48 UTC 

[PATCH v2 00/17] target/mips: FPU and other cleanups and improvements
 2020-05-15 11:19 UTC  (6+ messages)
` [PATCH v2 17/17] hw/mips: Convert Malta "ifdef 0"-ed code to comments

[PATCH v5 0/6] colo-compare bugfixes
 2020-05-15 11:11 UTC  (7+ messages)
` [PATCH v5 1/6] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH v5 2/6] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH v5 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH v5 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH v5 5/6] net/colo-compare.c, softmmu/vl.c: Check that colo-compare is active
` [PATCH v5 6/6] net/colo-compare.c: Correct ordering in complete and finalize

QEMU 5.1: Can we require each new device/machine to provided a test?
 2020-05-15 11:24 UTC  (5+ messages)

[PATCH v2 0/5] fix migration with bitmaps and mirror
 2020-05-15 11:15 UTC  (7+ messages)

[PATCH v2 0/1] vfio-ccw: Enable transparent CCW IPL from DASD [QEMU]
 2020-05-15 11:06 UTC  (5+ messages)
` [PATCH v2 1/1] vfio-ccw: allow non-prefetch ORBs

[PATCH v2 0/4] block: Do not call BlockDriver.bdrv_make_empty() directly
 2020-05-15 10:36 UTC  (3+ messages)

[Bug 1878348] [NEW] --static build fails in v5.0 (since 5010cec2bc87dafab39b3913c8ca91f88df9c540)
 2020-05-15 10:25 UTC  (2+ messages)
` [Bug 1878348] "

[PATCH 0/5] docs/system: Document some arm board models
 2020-05-15 10:23 UTC  (8+ messages)
` [PATCH 5/5] docs/system: Document Musca boards

proposal: deprecate -readconfig/-writeconfig
 2020-05-15 10:19 UTC  (5+ messages)

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

[PATCH] hw/ide/ahci: Log lost IRQs
 2020-05-15 10:05 UTC  (3+ messages)

[PATCH 0/3] s390x: improve documentation
 2020-05-15 10:01 UTC  (7+ messages)
` [PATCH 2/3] docs/s390x: document 3270

[PATCH] trace/simple: Fix unauthorized enable
 2020-05-15 10:02 UTC  (2+ messages)

[PATCH 0/3] iotests: enable logging prior to notrun() invocation
 2020-05-15  9:57 UTC  (2+ messages)

[PATCH 0/2] tests: Remove unused bison/flex packages
 2020-05-15  9:55 UTC  (4+ messages)
` [PATCH 2/2] tests/vm: Remove flex/bison packages


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