qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 11:19:13 to 2019-12-18 17:29:10 UTC [more...]

[PATCH 0/3] block/io: serialising request clean up and locking fix
 2019-12-18 17:21 UTC  (10+ messages)
` [PATCH 1/3] block: eliminate BDRV_REQ_NO_SERIALISING
` [PATCH 2/3] block/io: wait for serialising requests when a request becomes serialising
` [PATCH 3/3] block/io: take bs->reqs_lock in bdrv_mark_request_serialising

[PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
 2019-12-18 17:20 UTC  (9+ messages)
` [PATCH v2 01/14] hw/ipmi: Remove unnecessary declarations
` [RFC PATCH v2 02/14] hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandler
` [RFC PATCH v2 03/14] hw/char/terminal3270: Explicit ignored "
` [RFC PATCH v2 04/14] hw/usb/dev-serial: Explicit we ignore few "
` [RFC PATCH v2 06/14] ccid-card-passthru: Explicit we ignore "
` [RFC PATCH v2 07/14] vhost-user-crypto: Explicit we ignore some "
` [RFC PATCH v2 08/14] vhost-user-net: Explicit we ignore few "
` [RFC PATCH v2 10/14] virtio-console: Explicit we ignore some "

[PATCH 0/3] block: Fix external snapshot with VM state
 2019-12-18 17:02 UTC  (3+ messages)
` [PATCH 1/3] block: Activate recursively even for already active nodes

[PATCH v2 0/3] Acceptance tests: boot Linux with KVM test
 2019-12-18 17:00 UTC  (4+ messages)
` [PATCH v2 1/3] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [PATCH v2 2/3] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests
` [PATCH v2 3/3] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter

[PATCH 0/7] configure: Improve PIE and other linkage
 2019-12-18 16:58 UTC  (4+ messages)
` [PATCH 5/7] configure: Unnest detection of -z,relro and -z,now

[PATCH 0/3] s390x: Increase architectural compliance
 2019-12-18 16:55 UTC  (3+ messages)
` [PATCH 1/3] s390x: Properly fetch and test the short psw on diag308 subc 0/1

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-18 16:54 UTC  (9+ messages)
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

[PATCH] tests/boot-sector: Fix the bad s390x assembler code
 2019-12-18 16:53 UTC  (4+ messages)

[PATCH] runstate: ignore finishmigrate -> prelaunch transition
 2019-12-18 16:52 UTC  (5+ messages)

[PATCH v3 00/15] io_uring: add Linux io_uring AIO engine
 2019-12-18 16:32 UTC  (16+ messages)
` [PATCH v3 01/15] configure: permit use of io_uring
` [PATCH v3 02/15] qapi/block-core: add option for io_uring
` [PATCH v3 03/15] block/block: add BDRV flag "
` [PATCH v3 04/15] block/io_uring: implements interfaces "
` [PATCH v3 05/15] stubs: add stubs for io_uring interface
` [PATCH v3 06/15] util/async: add aio interfaces for io_uring
` [PATCH v3 07/15] blockdev: adds bdrv_parse_aio to use io_uring
` [PATCH v3 08/15] block/file-posix.c: extend "
` [PATCH v3 09/15] block: add trace events for io_uring
` [PATCH v3 10/15] block/io_uring: adds userspace completion polling
` [PATCH v3 11/15] qemu-io: adds option to use aio engine
` [PATCH v3 12/15] qemu-img: adds option to use aio engine for benchmarking
` [PATCH v3 13/15] qemu-nbd: adds option for aio engines
` [PATCH v3 14/15] tests/qemu-iotests: enable testing with aio options
` [PATCH v3 15/15] tests/qemu-iotests: use AIOMODE with various tests

[PATCH 0/4] Fix multifd + cancel + multifd
 2019-12-18 16:33 UTC  (12+ messages)
` [PATCH 1/4] qemu-file: Don't do IO after shutdown
` [PATCH 2/4] multifd: Make sure that we don't do any IO after an error
` [PATCH 3/4] migration-test: Make sure that multifd and cancel works
` [PATCH 4/4] migration: Make sure that we don't call write() in case of error

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2019-12-18 16:21 UTC  (3+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH 0/4] monitor: Refactoring in preparation for qemu-storage-daemon
 2019-12-18 16:19 UTC  (5+ messages)
` [PATCH 1/4] monitor: Move monitor option parsing to monitor/monitor.c
` [PATCH 2/4] qapi: Create module 'monitor'
` [PATCH 3/4] monitor: Create monitor/qmp-cmds-monitor.c
` [PATCH 4/4] monitor: Move qmp_query_qmp_schema to qmp-cmds-monitor.c

[PATCH] iotests: Add more "_require_drivers" checks to the shell-based tests
 2019-12-18 16:15 UTC 

[PATCH v5 0/4] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
 2019-12-18 15:39 UTC  (8+ messages)
` [PATCH v5 4/4] blockdev: honor bdrv_try_set_aio_context() context requirements

[PATCH v8 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2019-12-18 15:31 UTC  (2+ messages)

[PATCH v2 0/9] 9pfs: readdir optimization
 2019-12-18 14:17 UTC  (10+ messages)
` [PATCH v2 1/9] tests/virtio-9p: add terminating null in v9fs_string_read()
` [PATCH v2 2/9] 9pfs: validate count sent by client with T_readdir
` [PATCH v2 3/9] hw/9pfs/9p-synth: added directory for readdir test
` [PATCH v2 4/9] tests/virtio-9p: added "
` [PATCH v2 5/9] tests/virtio-9p: check file names of R_readdir response
` [PATCH v2 6/9] 9pfs: readdir benchmark
` [PATCH v2 7/9] hw/9pfs/9p-synth: avoid n-square issue in synth_readdir()
` [PATCH v2 8/9] 9pfs: T_readdir latency optimization
` [PATCH v2 9/9] hw/9pfs/9p.c: benchmark time on T_readdir request

qom device lifecycle interaction with hotplug/hotunplug ?
 2019-12-18 15:14 UTC  (11+ messages)

[PATCH] i386: pass CLZERO to guests with EPYC CPU model on AMD ZEN platform
 2019-12-18 15:11 UTC  (3+ messages)

[PATCH v2] iotests: Add more "skip_if_unsupported" statements to the python tests
 2019-12-18 14:43 UTC 

[PATCH 0/2] iotests: Minor fixes
 2019-12-18 14:11 UTC  (3+ messages)
` [PATCH 2/2] iotests: Fix IMGOPTSSYNTAX for nbd

[PULL 0/7] Trivial branch patches
 2019-12-18 13:01 UTC  (8+ messages)
` [PULL 1/7] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section
` [PULL 2/7] monitor: Remove unused define
` [PULL 3/7] util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
` [PULL 4/7] test-keyval: Tighten test of trailing crap after size
` [PULL 5/7] target/sparc: Remove old TODO file
` [PULL 6/7] Revert "qemu-options.hx: Update for reboot-timeout parameter"
` [PULL 7/7] qemu-doc: Remove the unused "Guest Agent" node

[PATCH v3 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-18 13:22 UTC  (3+ messages)
` [PATCH v3 ppc-for-5.0 2/2] "

[PULL 00/87] Misc patches for 2019-12-18
 2019-12-18 12:02 UTC  (88+ messages)
` [PULL 01/87] kvm: Reallocate dirty_bmap when we change a slot
` [PULL 02/87] migration-test: Create cmd_soure and cmd_target
` [PULL 03/87] migration-test: Move hide_stderr to common commandline
` [PULL 04/87] migration-test: Move -machine "
` [PULL 05/87] migration-test: Move memory size "
` [PULL 06/87] migration-test: Move shmem handling "
` [PULL 07/87] migration-test: Move -name "
` [PULL 08/87] migration-test: Move -serial "
` [PULL 09/87] migration-test: Move -incomming "
` [PULL 10/87] migration-test: Rename cmd_src/dst to arch_source/arch_target
` [PULL 11/87] migration-test: Use a struct for test_migrate_start parameters
` [PULL 12/87] memory: do not look at current_machine->accel
` [PULL 13/87] vl: move icount configuration earlier
` [PULL 14/87] tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c
` [PULL 15/87] vl: extract accelerator option processing to a separate function
` [PULL 16/87] vl: merge -accel processing into configure_accelerators
` [PULL 17/87] accel: compile accel/accel.c just once
` [PULL 18/87] vl: introduce object_parse_property_opt
` [PULL 19/87] vl: configure accelerators from -accel options
` [PULL 20/87] vl: warn for unavailable accelerators, clarify messages
` [PULL 21/87] qom: introduce object_register_sugar_prop
` [PULL 22/87] qom: add object_new_with_class
` [PULL 23/87] accel: pass object to accel_init_machine
` [PULL 24/87] tcg: convert "-accel threads" to a QOM property
` [PULL 25/87] tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
` [PULL 26/87] xen: convert "-machine igd-passthru" to an accelerator property
` [PULL 27/87] kvm: convert "-machine kvm_shadow_mem" "
` [PULL 28/87] kvm: introduce kvm_kernel_irqchip_* functions
` [PULL 29/87] kvm: convert "-machine kernel_irqchip" to an accelerator property
` [PULL 30/87] Makefile: remove unused variables
` [PULL 31/87] object: Improve documentation of interfaces
` [PULL 32/87] build-sys: build vhost-user-gpu only if CONFIG_TOOLS
` [PULL 33/87] build-sys: do not include Windows SLIRP dependencies in $LIBS
` [PULL 34/87] migration: fix maybe-uninitialized warning
` [PULL 35/87] monitor: fix maybe-uninitialized
` [PULL 36/87] vhost-user-scsi: fix printf format warning
` [PULL 37/87] os-posix: simplify os_find_datadir
` [PULL 38/87] tests: skip block layer tests if !CONFIG_TOOLS
` [PULL 39/87] libvixl: remove per-target compiler flags
` [PULL 40/87] crypto: move common bits for all emulators to libqemuutil
` [PULL 41/87] stubs: replace stubs with lnot if applicable
` [PULL 42/87] configure: set $PYTHON to a full path
` [PULL 43/87] configure: simplify vhost condition with Kconfig
` [PULL 44/87] i386: conditionally compile more files
` [PULL 45/87] fw_cfg: allow building without other devices
` [PULL 46/87] hw: replace hw/i386/pc.h with a header just for the i8259
` [PULL 47/87] pci-stub: add more MSI functions
` [PULL 48/87] x86: move SMM property to X86MachineState
` [PULL 49/87] hw/i386/pc: Convert DPRINTF() to trace events
` [PULL 50/87] x86: move more x86-generic functions out of PC files
` [PULL 51/87] acpi: move PC stubs out of stubs/
` [PULL 52/87] pc: stubify x86 iommu
` [PULL 53/87] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
` [PULL 54/87] hw/i386: Simplify ioapic_init_gsi()
` [PULL 55/87] hw/isa/isa-bus: cleanup irq functions
` [PULL 56/87] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
` [PULL 57/87] hw/i386/pc: Inline port92_init()
` [PULL 58/87] hw/i386/pc: Extract the port92 device
` [PULL 59/87] hyperv: Use auto rcu_read macros
` [PULL 60/87] qsp: Use WITH_RCU_READ_LOCK_GUARD
` [PULL 61/87] memory: use RCU_READ_LOCK_GUARD
` [PULL 62/87] colo: fix return without releasing RCU
` [PULL 63/87] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
` [PULL 64/87] docs: import Linux kernel-doc script and extension
` [PULL 65/87] docs: tweak kernel-doc for QEMU coding standards
` [PULL 66/87] docs/conf.py: Enable use of kerneldoc sphinx extension
` [PULL 67/87] Makefile: disable Sphinx nitpicking
` [PULL 68/87] bitops.h: Silence kernel-doc complaints
` [PULL 69/87] docs: Create bitops.rst as example of kernel-docs
` [PULL 70/87] memory.h: Silence kernel-doc complaints
` [PULL 71/87] docs: add memory API reference
` [PULL 72/87] memory: include MemoryListener documentation and some missing function parameters
` [PULL 73/87] migration: check length directly to make sure the range is aligned
` [PULL 74/87] WHPX: refactor load library
` [PULL 75/87] target/i386: remove unused pci-assign codes
` [PULL 76/87] Fix some comment spelling errors
` [PULL 77/87] hw/pci-host/i440fx: Correct the header description
` [PULL 78/87] hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"
` [PULL 79/87] hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()
` [PULL 80/87] hw/pci-host/i440fx: Use definitions instead of magic values
` [PULL 81/87] hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
` [PULL 82/87] hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge
` [PULL 83/87] hw/i386: Remove the deprecated machines 0.12 up to 0.15
` [PULL 84/87] hw/audio: Remove the "use_broken_id" hack from the AC97 device
` [PULL 85/87] hw/pci: Remove the "command_serr_enable" property
` [PULL 86/87] hw/display: Remove "rombar" hack from vga-pci and vmware_vga
` [PULL 87/87] vga: cleanup mapping of VRAM for non-PCI VGA

[RFC] migration: introduce failed-unrecovarable status
 2019-12-18 12:55 UTC 

[PATCH 0/9] 9pfs: readdir optimization
 2019-12-18 12:22 UTC  (4+ messages)

[PATCH] qemu-doc: Remove the unused "Guest Agent" node
 2019-12-18 12:27 UTC  (2+ messages)

[PATCH-for-5.0 v3 0/6] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
 2019-12-18 12:31 UTC  (9+ messages)
` [PATCH-for-5.0 v3 1/6] hw/pci-host/i440fx: Correct the header description
` [PATCH-for-5.0 v3 3/6] hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()

[PATCH v2 0/7] Move qtests to a separate folder
 2019-12-18 11:58 UTC  (2+ messages)

[PATCH v2] qcow2: Move error check of local_err near its assignment
 2019-12-18 11:53 UTC 

[PULL 00/62] Misc patches for 2019-12-16
 2019-12-18 11:53 UTC  (5+ messages)

[PATCH v12 0/3] qcow2: advanced compression options
 2019-12-18 11:46 UTC  (2+ messages)

[PATCH] qcow2: Move error check of local_err near its assignment
 2019-12-18 11:44 UTC  (3+ messages)

[PATCH v2] Revert "qemu-options.hx: Update for reboot-timeout parameter"
 2019-12-18 11:36 UTC  (2+ messages)

[PATCH] target/sparc: Remove old TODO file
 2019-12-18 11:34 UTC  (2+ messages)

[PATCH] usbredir: Prevent recursion in usbredir_write
 2019-12-18 11:30 UTC 

[PATCH 0/2] Minor integer parsing improvements
 2019-12-18 11:29 UTC  (3+ messages)
` [PATCH 2/2] test-keyval: Tighten test of trailing crap after size

[PATCH] monitor: Remove unused define
 2019-12-18 11:20 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: ARM & SD fixes
 2019-12-18 11:18 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section


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