qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-16 10:19:28 to 2016-06-16 17:20:22 UTC [more...]

[Qemu-devel] [PATCH v7 00/15] qapi netdev_add introspection (post-introspection cleanups subset F)
 2016-06-16 17:20 UTC  (16+ messages)
` [Qemu-devel] [PATCH v7 01/15] qapi: Consolidate object visitors
` [Qemu-devel] [PATCH v7 10/15] qapi-event: Reduce chance of collision with event data
` [Qemu-devel] [PATCH v7 11/15] qapi: Change Netdev into a flat union
` [Qemu-devel] [PATCH v7 13/15] net: Complete qapi-fication of netdev_add
` [Qemu-devel] [PATCH v7 14/15] qapi: Allow anonymous branch types in flat union

[Qemu-devel] [PATCH 0/5] hw/net: Don't use cpu_to_*w() and *_to_cpup()
 2016-06-16 17:17 UTC 

[Qemu-devel] [PATCH 0/5] x86: Physical address limit patches
 2016-06-16 17:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] BIT_RANGE convenience macro
` [Qemu-devel] [PATCH 2/5] x86: Mask mtrr mask based on CPU physical address limits
` [Qemu-devel] [PATCH 3/5] x86: fill high bits of mtrr mask
` [Qemu-devel] [PATCH 4/5] x86: Allow physical address bits to be set
` [Qemu-devel] [PATCH 5/5] x86: Set physical address bits based on host

[Qemu-devel] [PULL 00/39] Block layer patches
 2016-06-16 17:08 UTC  (43+ messages)
` [Qemu-devel] [PULL 01/39] qcow2: Work with bytes in qcow2_get_cluster_offset()
` [Qemu-devel] [PULL 02/39] qcow2: Implement .bdrv_co_preadv()
` [Qemu-devel] [PULL 03/39] qcow2: Make copy_sectors() byte based
` [Qemu-devel] [PULL 04/39] qcow2: Use bytes instead of sectors for QCowL2Meta
` [Qemu-devel] [PULL 05/39] qcow2: Implement .bdrv_co_pwritev()
` [Qemu-devel] [PULL 06/39] blockdev: clarify error on attempt to open locked tray
` [Qemu-devel] [PULL 07/39] hmp: acquire aio_context in hmp_qemu_io
` [Qemu-devel] [PULL 08/39] m25p80: fix test on blk_pread() return value
` [Qemu-devel] [PULL 09/39] qemu-img bench: Fix uninitialised writethrough mode
` [Qemu-devel] [PULL 10/39] block: Avoid bogus flags during mirroring
` [Qemu-devel] [PULL 11/39] block: Assert that flags are in range
` [Qemu-devel] [PULL 12/39] block: drop support for using qcow[2] encryption with system emulators
` [Qemu-devel] [PULL 13/39] block: Byte-based bdrv_co_do_copy_on_readv()
` [Qemu-devel] [PULL 14/39] block: Prepare bdrv_aligned_preadv() for byte-aligned requests
` [Qemu-devel] [PULL 15/39] block: Prepare bdrv_aligned_pwritev() "
` [Qemu-devel] [PULL 16/39] raw-posix: Switch to bdrv_co_* interfaces
` [Qemu-devel] [PULL 17/39] raw-posix: Implement .bdrv_co_preadv/pwritev
` [Qemu-devel] [PULL 18/39] block: Don't enforce 512 byte minimum alignment
` [Qemu-devel] [PULL 19/39] linux-aio: Cancel BH if not needed
` [Qemu-devel] [PULL 20/39] doc: Fix mailing list address in tests/qemu-iotests/README
` [Qemu-devel] [PULL 21/39] block: Introduce bdrv_preadv()
` [Qemu-devel] [PULL 22/39] block: Make .bdrv_load_vmstate() vectored
` [Qemu-devel] [PULL 23/39] block: Allow .bdrv_load/save_vmstate() to return 0/-errno
` [Qemu-devel] [PULL 24/39] block: Make bdrv_load/save_vmstate coroutine_fns
` [Qemu-devel] [PULL 25/39] qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
` [Qemu-devel] [PULL 26/39] block: Remove bs->zero_beyond_eof
` [Qemu-devel] [PULL 27/39] block: Fix snapshot=on with aio=native
` [Qemu-devel] [PULL 28/39] block: use the block job list in bdrv_drain_all()
` [Qemu-devel] [PULL 29/39] block: use the block job list in qmp_query_block_jobs()
` [Qemu-devel] [PULL 30/39] block: Prevent sleeping jobs from resuming if they have been paused
` [Qemu-devel] [PULL 31/39] block: Create the commit block job before reopening any image
` [Qemu-devel] [PULL 32/39] iotests: 095: Clean up QEMU before showing image info
` [Qemu-devel] [PULL 33/39] rbd:change error_setg() to error_setg_errno()
` [Qemu-devel] [PULL 34/39] block: Allow replacement of a BDS by its overlay
` [Qemu-devel] [PULL 35/39] block/mirror: Fix target backing BDS
` [Qemu-devel] [PULL 36/39] block/null: Implement bdrv_refresh_filename()
` [Qemu-devel] [PULL 37/39] iotests: Add test for post-mirror backing chains
` [Qemu-devel] [PULL 38/39] iotests: Add test for oVirt-like storage migration
` [Qemu-devel] [PULL 39/39] hbitmap: add 'pos < size' asserts

[Qemu-devel] [PULL 00/30] KVM, build, NBD, SCSI patches for 2016-06-16
 2016-06-16 17:08 UTC  (38+ messages)
` [Qemu-devel] [PULL 01/30] configure: Remove unused CONFIG_ZERO_MALLOC setting
` [Qemu-devel] [PULL 02/30] os-posix: include sys/mman.h
` [Qemu-devel] [PULL 03/30] clean-includes: run it once more
` [Qemu-devel] [PULL 04/30] configure: Enable -Werror for MinGW builds, too
` [Qemu-devel] [PULL 05/30] Makefile: Fix tag file generation targets
` [Qemu-devel] [PULL 06/30] Make avx2 configure test work with -O2
` [Qemu-devel] [PULL 07/30] avx2 configure: Use primitives in test
` [Qemu-devel] [PULL 08/30] configure: Remove unused CONFIG_SIGEV_THREAD_ID switch
` [Qemu-devel] [PULL 09/30] nbd: Don't use *_to_cpup() functions
` [Qemu-devel] [PULL 10/30] nbd: Don't use cpu_to_*w() functions
` [Qemu-devel] [PULL 11/30] nbd: simplify the nbd_request and nbd_reply structs
` [Qemu-devel] [PULL 12/30] target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data
` [Qemu-devel] [PULL 13/30] scsi-disk: Use (unsigned long) typecasts when using "%lu" format string
` [Qemu-devel] [PULL 14/30] linux-headers: update to Linux 4.6
` [Qemu-devel] [PULL 15/30] KVM: use KVM_CAP_MAX_VCPU_ID
` [Qemu-devel] [PULL 16/30] vl.c: Add '-L help' which lists data dirs
` [Qemu-devel] [PULL 17/30] nbd: Use BDRV_REQ_FUA for better FUA where supported
` [Qemu-devel] [PULL 18/30] nbd: More debug typo fixes, use correct formats
` [Qemu-devel] [PULL 19/30] nbd: Quit server after any write error
` [Qemu-devel] [PULL 20/30] nbd: Improve server handling of bogus commands
` [Qemu-devel] [PULL 21/30] nbd: Reject unknown request flags
` [Qemu-devel] [PULL 22/30] nbd: Group all Linux-specific ioctl code in one place
` [Qemu-devel] [PULL 23/30] nbd: Clean up ioctl handling of qemu-nbd -c
` [Qemu-devel] [PULL 24/30] nbd: Detect servers that send unexpected error values
` [Qemu-devel] [PULL 25/30] nbd: Avoid magic number for NBD max name size
` [Qemu-devel] [PULL 26/30] scsi: esp: check buffer length before reading scsi command
` [Qemu-devel] [PULL 27/30] scsi: esp: respect FIFO invariant after message phase
` [Qemu-devel] [PULL 28/30] scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd
` [Qemu-devel] [PULL 29/30] scsi: esp: make cmdbuf big enough for maximum CDB size
` [Qemu-devel] [PULL 30/30] vl: smp_parse: cleanups

[Qemu-devel] [PATCH v5 0/8] blockjob: AioContext change support for mirror and backup
 2016-06-16 17:06 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/8] blockjob: move iostatus reset out of block_job_enter()
` [Qemu-devel] [PATCH v5 2/8] blockjob: rename block_job_is_paused()
` [Qemu-devel] [PATCH v5 3/8] blockjob: add pause points
` [Qemu-devel] [PATCH v5 4/8] blockjob: add block_job_get_aio_context()
` [Qemu-devel] [PATCH v5 5/8] block: use safe iteration over AioContext notifiers
` [Qemu-devel] [PATCH v5 6/8] blockjob: add AioContext attached callback
` [Qemu-devel] [PATCH v5 7/8] mirror: follow AioContext change gracefully
` [Qemu-devel] [PATCH v5 8/8] backup: "

[Qemu-devel] [PULL 0/2] Machine queue, 2016-06-16
 2016-06-16 17:06 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] qdev: Use GList for global properties
` [Qemu-devel] [PULL 2/2] vnc: Wrap vnc initialization code with CONFIG_VNC

[Qemu-devel] [PATCH] block/qcow2: Don't use cpu_to_*w()
 2016-06-16 16:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR
 2016-06-16 16:57 UTC  (7+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH v2 00/10] ACPI CPU hotplug refactoring to support unplug and more than 255 CPUs
 2016-06-16 16:55 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 01/10] docs: update ACPI CPU hotplug spec with new protocol
` [Qemu-devel] [PATCH v2 02/10] pc: piix4/ich9: add 'cpu-hotplug-legacy' property
` [Qemu-devel] [PATCH v2 03/10] acpi: cpuhp: add CPU devices AML with _STA method
` [Qemu-devel] [PATCH v2 04/10] pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook
` [Qemu-devel] [PATCH v2 05/10] acpi: cpuhp: implement hot-add parts of CPU hotplug interface
` [Qemu-devel] [PATCH v2 06/10] acpi: cpuhp: implement hot-remove "
` [Qemu-devel] [PATCH v2 07/10] acpi: cpuhp: add cpu._OST handling
` [Qemu-devel] [PATCH v2 08/10] pc: use new CPU hotplug interface since 2.7 machine type
` [Qemu-devel] [PATCH v2 09/10] tests: acpi: add CPU hotplug testcase
` [Qemu-devel] [PATCH v2 10/10] pc: acpi: drop intermediate PCMachineState.node_cpu

[Qemu-devel] [PULL v2 00/29] KVM, build, NBD, SCSI patches for 2016-06-16
 2016-06-16 16:55 UTC  (4+ messages)
` [Qemu-devel] [PULL 02/29] os-posix: include sys/mman.h
` [Qemu-devel] [PULL 03/29] clean-includes: run it once more
` [Qemu-devel] [PULL 17/29] nbd: More debug typo fixes, use correct formats

[Qemu-devel] [PATCH 0/4] Guarantee valid JSON in QMP, even for nonfinite numbers
 2016-06-16 16:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/4] qobject: Correct JSON lexer grammar comments
` [Qemu-devel] [PATCH 2/4] checkpatch: There is no qemu_strtod()
` [Qemu-devel] [PATCH 3/4] qobject: Parse non-finite numbers, as an extension
` [Qemu-devel] [PATCH 4/4] qobject: Output valid JSON for non-finite numbers

[Qemu-devel] [PATCH v2 0/3] potentially broken drive-mirror/drive-backup in bdrv_co_discard
 2016-06-16 16:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] block: fixed BdrvTrackedRequest filling "
` [Qemu-devel] [PATCH 2/3] block: fix race in bdrv_co_discard with drive-mirror
` [Qemu-devel] [PATCH 3/3] block: process before_write_notifiers in bdrv_co_discard

[Qemu-devel] [PATCH] hw/bt: Don't use cpu_to_*w() and *_to_cpup()
 2016-06-16 16:10 UTC 

[Qemu-devel] [PATCH] linux-aio: Cancel BH if not needed
 2016-06-16 16:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 1/4] Provide support for the CUSE TPM
 2016-06-16 15:35 UTC  (16+ messages)

[Qemu-devel] Running nested Hyper-V inside KVM?
 2016-06-16 15:05 UTC 

[Qemu-devel] [PATCH] pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c
 2016-06-16 14:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] vnc: wrap vnc initialization code with CONFIG_VNC
 2016-06-16 14:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] ACPI: ARM: Present GIC version in MADT table
 2016-06-16 14:30 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] hw/timer: Add value matching support to aspeed_timer
 2016-06-16 14:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/20] GICv3 emulation
 2016-06-16 14:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 08/20] hw/intc/arm_gicv3: Add vmstate descriptors

[Qemu-devel] [PATCH v2 00/17] Byte-based block limits
 2016-06-16 14:22 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 07/17] block: Give nonzero result to blk_get_max_transfer_length()
` [Qemu-devel] [PATCH v2 15/17] block: Switch discard length bounds to byte-based
` [Qemu-devel] [PATCH v2 16/17] block: Split bdrv_merge_limits() from bdrv_refresh_limits()

[Qemu-devel] [PATCH 0/2] Dynamic module loading for block drivers
 2016-06-16 14:12 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] blockdev: Add dynamic generation of module_block.h
` [Qemu-devel] [PATCH 2/2] blockdev: Add dynamic module loading for block drivers

[Qemu-devel] [PATCH 0/2] arm/virt: Propagate pcie DMA coherency
 2016-06-16 13:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] arm/virt: Mark pcie controller node as dma-coherent

[Qemu-devel] [PATCH] xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
 2016-06-16 13:49 UTC  (9+ messages)
` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PATCH v4 0/5] blockjob: AioContext change support for mirror and backup
 2016-06-16 13:24 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 2/5] blockjob: add pause points
` [Qemu-devel] [PATCH v4 4/5] mirror: follow AioContext change gracefully

[Qemu-devel] [PATCH v2 00/40] Split up the trace-events file
 2016-06-16 13:07 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 40/40] trace: split out trace events for linux-user/ directory

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2016-06-16 12:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

[Qemu-devel] [PATCH 0/3] chardev cleanups
 2016-06-16 12:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] char: clean up remaining chardevs when leaving
` [Qemu-devel] [PATCH 2/3] socket: add listen feature
` [Qemu-devel] [PATCH 3/3] socket: unlink unix socket on remove

[Qemu-devel] [PATCH] vl: remove unnecessary duplicate call to tpm_cleanup
 2016-06-16 12:25 UTC 

[Qemu-devel] [PATCH] fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
 2016-06-16 12:03 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] migration: fixes
 2016-06-16 11:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/3] Add QEMU support for Intel local MCE
 2016-06-16 11:19 UTC  (15+ messages)
` [Qemu-devel] [PATCH v4 1/3] target-i386: KVM: add basic Intel LMCE support
` [Qemu-devel] [PATCH v4 2/3] target-i386: add migration support for Intel LMCE
` [Qemu-devel] [PATCH v4 3/3] i386: publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg

[Qemu-devel] Determining interest in PPC e500spin, yield, and openpic patches
 2016-06-16  6:37 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] block: Fix snapshot=on with aio=native
 2016-06-16 11:03 UTC 

[Qemu-devel] [PATCH] Modify net/socket.c to use socket_* functions from include/qemu/sockets.h
 2016-06-16 10:20 UTC  (2+ messages)
` [Qemu-devel] [PATCH] Change net/socket.c to use socket_*() functions


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