messages from 2017-07-11 13:44:14 to 2017-07-11 17:02:30 UTC [more...]
[Qemu-devel] [PATCH v4 0/4] block: Block driver callbacks fixes
2017-07-11 17:02 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 1/4] block: pass bdrv_* methods to bs->file by default in block filters
` [Qemu-devel] [PATCH v4 2/4] block: remove bdrv_media_changed
` [Qemu-devel] [PATCH v4 3/4] block: remove bdrv_truncate callback in blkdebug
` [Qemu-devel] [PATCH v4 4/4] block: add default implementations for bdrv_co_get_block_status()
[Qemu-devel] [PATCH v3 0/8] Implement a warning_report function
2017-07-11 16:51 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 3/8] Convert error_report() to warn_report()
[Qemu-devel] [PATCH v4 00/17] make dirty-bitmap byte-based
2017-07-11 16:50 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 09/17] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
[Qemu-devel] [PULL 00/21] pc, acpi, pci, virtio: fixes, cleanups, features, tests
2017-07-11 16:49 UTC (6+ messages)
` [Qemu-devel] [PULL 19/21] tests: Add unit tests for the VM Generation ID feature
[Qemu-devel] [PATCH 0/7] ARM: implement MPS2 board (with 2 FPGA flavours)
2017-07-11 16:45 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/7] hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models
` [Qemu-devel] [PATCH 2/7] hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART
[Qemu-devel] [PATCH 0/3] Allow int props with no default, use them in ARM
2017-07-11 16:46 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] qdev-properties.h: Explicitly set the default value for arraylen properties
` [Qemu-devel] [PATCH 2/3] qdev: support properties which don't set a default value
` [Qemu-devel] [PATCH 3/3] target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
[Qemu-devel] [PATCH v12 00/27] translate: [tcg] Generic translation framework
2017-07-11 16:40 UTC (4+ messages)
` [Qemu-devel] [PATCH v12 04/27] target: [tcg] Add generic "
[Qemu-devel] [RFC PATCH 0/3] disable Xen on ARM (until supported)
2017-07-11 16:31 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH 1/3] configure: disable Xen PCI Passthrough on !x86 archs
[Qemu-devel] [PATCH] slirp: fork_exec(): Don't close() a negative number in fork_exec()
2017-07-11 16:29 UTC (2+ messages)
[Qemu-devel] [PULL 00/17] ppc-for-2.10 queue 20170711
2017-07-11 16:13 UTC (2+ messages)
[Qemu-devel] [PULL 00/85] Block layer patches
2017-07-11 16:08 UTC (86+ messages)
` [Qemu-devel] [PULL 01/85] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PULL 02/85] block: add ability to set a prefix for opt names
` [Qemu-devel] [PULL 03/85] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PULL 04/85] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PULL 05/85] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PULL 06/85] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PULL 07/85] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PULL 08/85] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 09/85] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 10/85] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 11/85] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 12/85] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PULL 13/85] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PULL 14/85] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PULL 15/85] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PULL 16/85] block: rip out all traces of password prompting
` [Qemu-devel] [PULL 17/85] block: remove all encryption handling APIs
` [Qemu-devel] [PULL 18/85] block: pass option prefix down to crypto layer
` [Qemu-devel] [PULL 19/85] qcow2: report encryption specific image information
` [Qemu-devel] [PULL 20/85] docs: document encryption options for qcow, qcow2 and luks
` [Qemu-devel] [PULL 21/85] iotests: 181 does not work for all formats
` [Qemu-devel] [PULL 22/85] mirror: Fix inconsistent backing AioContext for after mirroring
` [Qemu-devel] [PULL 23/85] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PULL 24/85] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PULL 25/85] hbitmap: improve dirty iter
` [Qemu-devel] [PULL 26/85] tests: add hbitmap iter test
` [Qemu-devel] [PULL 27/85] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PULL 28/85] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PULL 29/85] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PULL 30/85] qcow2: add bitmaps extension
` [Qemu-devel] [PULL 31/85] block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
` [Qemu-devel] [PULL 32/85] block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 33/85] qcow2: autoloading dirty bitmaps
` [Qemu-devel] [PULL 34/85] block: refactor bdrv_reopen_commit
` [Qemu-devel] [PULL 35/85] block: new bdrv_reopen_bitmaps_rw interface
` [Qemu-devel] [PULL 36/85] qcow2: support .bdrv_reopen_bitmaps_rw
` [Qemu-devel] [PULL 37/85] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 38/85] block: bdrv_close: release bitmaps after drv->bdrv_close
` [Qemu-devel] [PULL 39/85] block: introduce persistent dirty bitmaps
` [Qemu-devel] [PULL 40/85] block/dirty-bitmap: add bdrv_dirty_bitmap_next()
` [Qemu-devel] [PULL 41/85] qcow2: add persistent dirty bitmaps support
` [Qemu-devel] [PULL 42/85] qcow2: store bitmaps on reopening image as read-only
` [Qemu-devel] [PULL 43/85] block: add bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 44/85] qcow2: add .bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 45/85] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PULL 46/85] qmp: add autoload parameter "
` [Qemu-devel] [PULL 47/85] qmp: add x-debug-block-dirty-bitmap-sha256
` [Qemu-devel] [PULL 48/85] iotests: test qcow2 persistent dirty bitmap
` [Qemu-devel] [PULL 49/85] block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PULL 50/85] qcow2: add .bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PULL 51/85] qmp: block-dirty-bitmap-remove: remove persistent
` [Qemu-devel] [PULL 52/85] block: release persistent bitmaps on inactivate
` [Qemu-devel] [PULL 53/85] iotests: skip 159 & 170 with luks format
` [Qemu-devel] [PULL 54/85] iotests: fix remainining tests to work with LUKS
` [Qemu-devel] [PULL 55/85] iotests: reduce PBKDF iterations when testing LUKS
` [Qemu-devel] [PULL 56/85] iotests: add more LUKS hash combination tests
` [Qemu-devel] [PULL 57/85] iotests: chown LUKS device before qemu-io launches
` [Qemu-devel] [PULL 58/85] iotests: Use absolute paths for executables
` [Qemu-devel] [PULL 59/85] iotests: Add test for colon handling
` [Qemu-devel] [PULL 60/85] tests: Avoid non-portable 'echo -ARG'
` [Qemu-devel] [PULL 61/85] block: add bdrv_measure() API
` [Qemu-devel] [PULL 62/85] raw-format: add bdrv_measure() support
` [Qemu-devel] [PULL 63/85] qcow2: extract preallocation calculation function
` [Qemu-devel] [PULL 64/85] qcow2: make refcount size calculation conservative
` [Qemu-devel] [PULL 65/85] qcow2: extract image creation option parsing
` [Qemu-devel] [PULL 66/85] qcow2: add bdrv_measure() support
` [Qemu-devel] [PULL 67/85] qemu-img: add measure subcommand
` [Qemu-devel] [PULL 68/85] qemu-iotests: support per-format golden output files
` [Qemu-devel] [PULL 69/85] iotests: add test 178 for qemu-img measure
` [Qemu-devel] [PULL 70/85] block: Add PreallocMode to BD.bdrv_truncate()
` [Qemu-devel] [PULL 71/85] block: Add PreallocMode to bdrv_truncate()
` [Qemu-devel] [PULL 72/85] block: Add PreallocMode to blk_truncate()
` [Qemu-devel] [PULL 73/85] qemu-img: Expose PreallocMode for resizing
` [Qemu-devel] [PULL 74/85] block/file-posix: Small fixes in raw_create()
` [Qemu-devel] [PULL 75/85] block/file-posix: Extract raw_regular_truncate()
` [Qemu-devel] [PULL 76/85] block/file-posix: Generalize raw_regular_truncate
` [Qemu-devel] [PULL 77/85] block/file-posix: Preallocation for truncate
` [Qemu-devel] [PULL 78/85] block/qcow2: Generalize preallocate()
` [Qemu-devel] [PULL 79/85] block/qcow2: Lock s->lock in preallocate()
` [Qemu-devel] [PULL 80/85] block/qcow2: Metadata preallocation for truncate
` [Qemu-devel] [PULL 81/85] block/qcow2: Add qcow2_refcount_area()
` [Qemu-devel] [PULL 82/85] block/qcow2: Rename "fail_block" to just "fail"
` [Qemu-devel] [PULL 83/85] block/qcow2: falloc/full preallocating growth
` [Qemu-devel] [PULL 84/85] iotests: Add preallocated resize test for raw
` [Qemu-devel] [PULL 85/85] iotests: Add preallocated growth test for qcow2
[Qemu-devel] [PATCH v6 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST
2017-07-11 16:11 UTC (6+ messages)
` [Qemu-devel] [PATCH v6 1/2] bitmaps.md: Convert to rST; move it into 'interop' dir
` [Qemu-devel] [PATCH v6 2/2] live-block-ops.txt: Rename, rewrite, and improve it
[Qemu-devel] [PATCH 00/35] RFC: coroutine annotations & clang check
2017-07-11 16:06 UTC (20+ messages)
` [Qemu-devel] [PATCH 02/35] WIP: coroutine: manually tag the fast-paths
` [Qemu-devel] [PATCH 05/35] coroutine: remove coroutine_fn from qemu_co_queue_run_restart()
` [Qemu-devel] [PATCH 06/35] coroutine: mark CoRwLock coroutine_fn
` [Qemu-devel] [PATCH 07/35] blockjob: mark coroutine_fn
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 09/35] block: bdrv_create() and bdrv_debug_event() are coroutine_fn
` [Qemu-devel] [PATCH 10/35] vmdk: mark coroutine_fn
` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 11/35] qcow2: "
` [Qemu-devel] [PATCH 12/35] raw: "
` [Qemu-devel] [PATCH 14/35] migration: "
[Qemu-devel] [PATCH 0/3] pci: allow PCI bus slots to be marked as reserved
2017-07-11 15:57 UTC (4+ messages)
[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
2017-07-11 15:56 UTC (8+ messages)
` [Qemu-devel] [PATCH v11 24/29] target/arm: [tcg, a64] Port to translate_insn
[Qemu-devel] [PATCH v3] hmp: Update info vnc
2017-07-11 15:44 UTC
[Qemu-devel] [PATCH 00/22] tcg: per-thread TCG
2017-07-11 15:37 UTC (3+ messages)
` [Qemu-devel] [PATCH 01/22] vl: fix breakage of -tb-size
[Qemu-devel] [PULL 0/2] VFIO fixes 2017-07-10
2017-07-11 15:33 UTC (2+ messages)
[Qemu-devel] Issue with nVMX and USB direct assignment (VFIO) in kernel 4.10 and newer
2017-07-11 15:21 UTC
[Qemu-devel] [PATCH v3 0/8] target/s390x tcg improvements
2017-07-11 15:18 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 2/8] target/s390x: Implement CONVERT UNICODE insns
[Qemu-devel] [PATCH v2] block: fix leaks in bdrv_open_driver()
2017-07-11 15:16 UTC (2+ messages)
[Qemu-devel] [PULL 0/2] target-mips queue
2017-07-11 15:16 UTC (3+ messages)
` [Qemu-devel] [PULL 1/2] target/mips: fix msa copy_[s|u]_df rd = 0 corner case
` [Qemu-devel] [PULL 2/2] mips/malta: load the initrd at the end of the low memory
[Qemu-devel] [PATCH RFC 0/5] Introduce "-object iothread-group"
2017-07-11 15:14 UTC (6+ messages)
` [Qemu-devel] [PATCH RFC 4/5] Introduce iothread-group
[Qemu-devel] [PATCH 0/2] ThrottleGroup configuration fixes
2017-07-11 15:06 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/6] migration: s390x css migration
2017-07-11 14:54 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] s390x: add helper get_machine_class
` [Qemu-devel] [PATCH v3 2/6] s390x: add css_migration_enabled to machine class
` [Qemu-devel] [PATCH v3 3/6] s390x/css: add missing css state conditionally
` [Qemu-devel] [PATCH v3 4/6] s390x/css: add ORB to SubchDev
` [Qemu-devel] [PATCH v3 5/6] s390x/css: activate ChannelSubSys migration
` [Qemu-devel] [PATCH v3 6/6] s390x/css: use SubchDev.orb
[Qemu-devel] [PATCH v2 0/7] KASLR kernel dump support
2017-07-11 15:03 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 6/7] scripts/dump-guest-memory.py: add vmcoreinfo
[Qemu-devel] [PATCH v4 00/11] Implement network booting in the s390-ccw BIOS
2017-07-11 14:59 UTC (18+ messages)
` [Qemu-devel] [PATCH v4 01/11] pc-bios/s390-ccw: Move libc functions to separate header
` [Qemu-devel] [PATCH v4 02/11] pc-bios/s390-ccw: Move ebc2asc to sclp.c
` [Qemu-devel] [PATCH v4 03/11] pc-bios/s390-ccw: Move virtio-block related functions into a separate file
` [Qemu-devel] [PATCH v4 04/11] pc-bios/s390-ccw: Add a write() function for stdio
` [Qemu-devel] [PATCH v4 05/11] pc-bios/s390-ccw: Move byteswap functions to a separate header
` [Qemu-devel] [PATCH v4 06/11] pc-bios/s390-ccw: Remove unused structs from virtio.h
` [Qemu-devel] [PATCH v4 07/11] pc-bios/s390-ccw: Add code for virtio feature negotiation
` [Qemu-devel] [PATCH v4 08/11] roms/SLOF: Update submodule to latest status
` [Qemu-devel] [PATCH v4 09/11] pc-bios/s390-ccw: Add core files for the network bootloading program
` [Qemu-devel] [PATCH v4 10/11] pc-bios/s390-ccw: Add virtio-net driver code
` [Qemu-devel] [PATCH v4 11/11] pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP load
[Qemu-devel] [PATCH v3 0/4] xen: don't save/restore the physmap on VM save/restore
2017-07-11 14:57 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] Fix qemu-bridge-helper with SUID
2017-07-11 14:54 UTC (6+ messages)
` [Qemu-devel] [PATCH 3/3] qemu-bridge-helper: Take ACL file gid into account
[Qemu-devel] [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
2017-07-11 14:50 UTC
[Qemu-devel] [PATCH v14 15/21] qom: support non-scalar properties with -object
2017-07-11 14:49 UTC (4+ messages)
[Qemu-devel] change x86 default machine type to Q35?
2017-07-11 14:47 UTC (13+ messages)
[Qemu-devel] [PATCH] include/hw/ptimer.h: Add documentation comments
2017-07-11 14:45 UTC (2+ messages)
[Qemu-devel] [PATCH] hxtool: remove dead -q option
2017-07-11 14:43 UTC (2+ messages)
[Qemu-devel] [PULL 000/100] Block layer patches
2017-07-11 14:35 UTC (4+ messages)
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] 答复: [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
2017-07-11 14:34 UTC
[Qemu-devel] [PATCH] hmp: Update info vnc
2017-07-11 14:35 UTC (3+ messages)
[Qemu-devel] [PATCH v4 0/4] Add shrink image for qcow2
2017-07-11 14:31 UTC (2+ messages)
[Qemu-devel] [PATCH v2] specs: Describe the TPM support in QEMU
2017-07-11 14:31 UTC
[Qemu-devel] [PULL v1 0/5] Merge sockets 2017/07/11
2017-07-11 14:21 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/10] Implement network booting directly into the s390-ccw BIOS
2017-07-11 14:04 UTC (2+ messages)
[Qemu-devel] [RFC drcVI PATCH] spapr: reset DRCs on migration pre_load
2017-07-11 14:01 UTC (6+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH resend v4 0/3] Generate APEI GHES table and dynamically record CPER
2017-07-11 13:58 UTC (3+ messages)
[Qemu-devel] [PATCH] xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings
2017-07-11 13:57 UTC (2+ messages)
[Qemu-devel] [PATCH v5 0/5] Fix handling of IPv4/IPv6 dual stack
2017-07-11 13:55 UTC (2+ messages)
[Qemu-devel] [RFC PATCH 00/26] guest exploitation of the XIVE interrupt controller (POWER9)
2017-07-11 13:52 UTC (8+ messages)
` [Qemu-devel] [RFC PATCH 03/26] target/ppc/POWER9: add POWERPC_EXCP_POWER9
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).