qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-07 13:15:11 to 2017-07-07 17:11:16 UTC [more...]

[Qemu-devel] [PULL 000/100] Block layer patches
 2017-07-07 17:08 UTC  (92+ messages)
` [Qemu-devel] [PULL 001/100] qemu-io: Don't die on second open
` [Qemu-devel] [PULL 002/100] block: Guarantee that *file is set on bdrv_get_block_status()
` [Qemu-devel] [PULL 003/100] block: Simplify use of BDRV_BLOCK_RAW
` [Qemu-devel] [PULL 004/100] blkdebug: Support .bdrv_co_get_block_status
` [Qemu-devel] [PULL 005/100] vvfat: fix qemu-img map and qemu-img convert
` [Qemu-devel] [PULL 006/100] vvfat: replace tabs by 8 spaces
` [Qemu-devel] [PULL 007/100] vvfat: fix typos
` [Qemu-devel] [PULL 008/100] vvfat: rename useless enumeration values
` [Qemu-devel] [PULL 009/100] vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir
` [Qemu-devel] [PULL 010/100] vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors
` [Qemu-devel] [PULL 011/100] vvfat: always create . and .. entries at first and in that order
` [Qemu-devel] [PULL 012/100] vvfat: correctly create long names for non-ASCII filenames
` [Qemu-devel] [PULL 013/100] vvfat: correctly create base short "
` [Qemu-devel] [PULL 014/100] vvfat: correctly generate numeric-tail of short file names
` [Qemu-devel] [PULL 015/100] vvfat: limit number of entries in root directory in FAT12/FAT16
` [Qemu-devel] [PULL 016/100] vvfat: handle KANJI lead byte 0xe5
` [Qemu-devel] [PULL 017/100] vvfat: change OEM name to 'MSWIN4.1'
` [Qemu-devel] [PULL 018/100] qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
` [Qemu-devel] [PULL 019/100] blockdev: Print a warning for legacy drive options that belong to -device
` [Qemu-devel] [PULL 020/100] blockjob: Track job ratelimits via bytes, not sectors
` [Qemu-devel] [PULL 021/100] trace: Show blockjob actions "
` [Qemu-devel] [PULL 022/100] stream: Switch stream_populate() to byte-based
` [Qemu-devel] [PULL 023/100] stream: Drop reached_end for stream_complete()
` [Qemu-devel] [PULL 024/100] stream: Switch stream_run() to byte-based
` [Qemu-devel] [PULL 025/100] commit: Switch commit_populate() "
` [Qemu-devel] [PULL 026/100] commit: Switch commit_run() "
` [Qemu-devel] [PULL 027/100] mirror: Switch MirrorBlockJob "
` [Qemu-devel] [PULL 028/100] mirror: Switch mirror_do_zero_or_discard() "
` [Qemu-devel] [PULL 029/100] mirror: Update signature of mirror_clip_sectors()
` [Qemu-devel] [PULL 030/100] mirror: Switch mirror_cow_align() to byte-based
` [Qemu-devel] [PULL 031/100] mirror: Switch mirror_do_read() "
` [Qemu-devel] [PULL 032/100] mirror: Switch mirror_iteration() "
` [Qemu-devel] [PULL 033/100] block: Drop unused bdrv_round_sectors_to_clusters()
` [Qemu-devel] [PULL 034/100] backup: Switch BackupBlockJob to byte-based
` [Qemu-devel] [PULL 035/100] backup: Switch block_backup.h "
` [Qemu-devel] [PULL 036/100] backup: Switch backup_do_cow() "
` [Qemu-devel] [PULL 037/100] backup: Switch backup_run() "
` [Qemu-devel] [PULL 038/100] block: Make bdrv_is_allocated() byte-based
` [Qemu-devel] [PULL 039/100] block: Minimize raw use of bds->total_sectors
` [Qemu-devel] [PULL 040/100] block: Make bdrv_is_allocated_above() byte-based
` [Qemu-devel] [PULL 041/100] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PULL 042/100] block: add ability to set a prefix for opt names
` [Qemu-devel] [PULL 043/100] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PULL 044/100] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PULL 045/100] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PULL 046/100] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PULL 047/100] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PULL 048/100] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 049/100] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 050/100] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 051/100] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 052/100] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PULL 053/100] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PULL 054/100] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PULL 055/100] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PULL 056/100] block: rip out all traces of password prompting
` [Qemu-devel] [PULL 057/100] block: remove all encryption handling APIs
` [Qemu-devel] [PULL 058/100] block: pass option prefix down to crypto layer
` [Qemu-devel] [PULL 059/100] qcow2: report encryption specific image information
` [Qemu-devel] [PULL 060/100] docs: document encryption options for qcow, qcow2 and luks
` [Qemu-devel] [PULL 061/100] iotests: 181 does not work for all formats
` [Qemu-devel] [PULL 062/100] mirror: Fix inconsistent backing AioContext for after mirroring
` [Qemu-devel] [PULL 063/100] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PULL 064/100] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PULL 065/100] hbitmap: improve dirty iter
` [Qemu-devel] [PULL 066/100] tests: add hbitmap iter test
` [Qemu-devel] [PULL 067/100] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PULL 068/100] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PULL 069/100] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PULL 070/100] qcow2: add bitmaps extension
` [Qemu-devel] [PULL 071/100] block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
` [Qemu-devel] [PULL 072/100] block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 073/100] qcow2: autoloading dirty bitmaps
` [Qemu-devel] [PULL 074/100] block: refactor bdrv_reopen_commit
` [Qemu-devel] [PULL 075/100] block: new bdrv_reopen_bitmaps_rw interface
` [Qemu-devel] [PULL 076/100] qcow2: support .bdrv_reopen_bitmaps_rw
` [Qemu-devel] [PULL 077/100] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 078/100] block: bdrv_close: release bitmaps after drv->bdrv_close
` [Qemu-devel] [PULL 079/100] block: introduce persistent dirty bitmaps
` [Qemu-devel] [PULL 080/100] block/dirty-bitmap: add bdrv_dirty_bitmap_next()
` [Qemu-devel] [PULL 081/100] qcow2: add persistent dirty bitmaps support
` [Qemu-devel] [PULL 082/100] qcow2: store bitmaps on reopening image as read-only
` [Qemu-devel] [PULL 083/100] block: add bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 084/100] qcow2: add .bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 085/100] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PULL 086/100] qmp: add autoload parameter "
` [Qemu-devel] [PULL 087/100] qmp: add x-debug-block-dirty-bitmap-sha256
` [Qemu-devel] [PULL 088/100] iotests: test qcow2 persistent dirty bitmap
` [Qemu-devel] [PULL 089/100] block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PULL 091/100] qmp: block-dirty-bitmap-remove: remove persistent
` [Qemu-devel] [PULL 093/100] iotests: skip 159 & 170 with luks format

[Qemu-devel] [PATCH v1 0/6] Implement a warning_report function
 2017-07-07 17:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 2/6] error: Functions to report warnings and informational messages

[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
 2017-07-07 17:05 UTC  (15+ messages)
` [Qemu-devel] [PATCH v11 10/29] target/i386: [tcg] Refactor translate_insn
` [Qemu-devel] [PATCH v11 23/29] target/arm: [tcg] Port to translate_insn
` [Qemu-devel] [PATCH v11 24/29] target/arm: [tcg, a64] "

[Qemu-devel] [Qemu devel v6 PATCH 0/5] Add support for Smartfusion2 SoC
 2017-07-07 16:33 UTC  (5+ messages)
` [Qemu-devel] [Qemu devel v6 PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block

[Qemu-devel] [PATCH v2 00/27] target/sh4 improvements
 2017-07-07 16:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 08/27] linux-user/sh4: Notice gUSA regions during signal delivery

[Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands
 2017-07-07 16:20 UTC  (6+ messages)

[Qemu-devel] [PATCHv7 0/6] fw_cfg: qdev-related tidy-ups
 2017-07-07 16:20 UTC  (18+ messages)
` [Qemu-devel] [PATCHv7 5/6] fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callers

[Qemu-devel] [RFC PATCH] target/arm: ensure eret exits the run-loop
 2017-07-07 16:18 UTC 

[Qemu-devel] [PATCH v3 00/10] nbd refactoring part 2
 2017-07-07 16:13 UTC  (20+ messages)
` [Qemu-devel] [PATCH v3 01/10] nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORT
` [Qemu-devel] [PATCH v3 02/10] nbd/server: refactor nbd_negotiate
` [Qemu-devel] [PATCH v3 03/10] nbd/server: use errp instead of LOG
` [Qemu-devel] [PATCH v3 04/10] nbd/server: add errp to nbd_send_reply()
` [Qemu-devel] [PATCH v3 05/10] nbd/common: nbd_tls_handshake: remove extra TRACE
` [Qemu-devel] [PATCH v3 06/10] nbd/client: refactor TRACE of NBD_MAGIC
` [Qemu-devel] [PATCH v3 07/10] nbd/server: fix TRACE in nbd_negotiate_send_rep_len
` [Qemu-devel] [PATCH v3 08/10] nbd/server: rename clientflags var in nbd_negotiate_options
` [Qemu-devel] [PATCH v3 09/10] nbd: refactor tracing
` [Qemu-devel] [PATCH v3 10/10] nbd: use generic trace subsystem instead of TRACE macro

[Qemu-devel] [PATCH v2] vhost-user: support cross-endianess negatiation
 2017-07-07 16:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/21] make bdrv_is_allocated[_above] byte-based
 2017-07-07 16:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] hxtool: remove dead -q option
 2017-07-07 15:56 UTC  (2+ messages)

[Qemu-devel] [PATCH] xen/pt: Fixup addr validation in xen_pt_pci_config_access_check
 2017-07-07 15:54 UTC  (2+ messages)

[Qemu-devel] [RFC 00/29] postcopy+vhost-user/shared ram
 2017-07-07 15:35 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
 2017-07-07 15:33 UTC  (2+ messages)

[Qemu-devel] change x86 default machine type to Q35?
 2017-07-07 15:17 UTC  (11+ messages)

[Qemu-devel] [RFC v2 0/8] VIRTIO-IOMMU device
 2017-07-07 15:20 UTC  (27+ messages)
                      ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH v5 0/5] Fix handling of IPv4/IPv6 dual stack
 2017-07-07 15:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/5] sockets: ensure we can bind to both ipv4 & ipv6 separately
` [Qemu-devel] [PATCH v5 2/5] sockets: don't block IPv4 clients when listening on "::"
` [Qemu-devel] [PATCH v5 3/5] sockets: ensure we don't accept IPv4 clients when IPv4 is disabled
` [Qemu-devel] [PATCH v5 4/5] io: preserve ipv4/ipv6 flags when resolving InetSocketAddress
` [Qemu-devel] [PATCH v5 5/5] tests: add functional test validating ipv4/ipv6 address flag handling

[Qemu-devel] [PATCH] migration: Make analyze-migration script target-page-size aware
 2017-07-07 15:13 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/6] nbd refactoring part 2
 2017-07-07 15:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 2/6] nbd/server: use errp instead of LOG
` [Qemu-devel] [PATCH v2 6/6] nbd: use generic trace subsystem instead of TRACE macro

[Qemu-devel] [RFC PATCH v2 0/8] Implement network booting directly into the s390-ccw BIOS
 2017-07-07 15:10 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH v2 1/8] pc-bios/s390-ccw: Move libc functions to separate header
` [Qemu-devel] [RFC PATCH v2 2/8] pc-bios/s390-ccw: Move ebc2asc to sclp.c

[Qemu-devel] [PATCH v7 0/6] fsdev: qmp interface for io throttling
 2017-07-07 14:50 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 6/6] fsdev: QMP interface for throttling

[Qemu-devel] [PATCH] hmp: Update info vnc
 2017-07-07 14:44 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] Make memory_region_init_ram() and friends handle migration
 2017-07-07 14:42 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] include/hw/boards.h: Document memory_region_allocate_system_memory()
` [Qemu-devel] [PATCH 02/11] memory: Document that the RAM MR initializers do not handle migration
` [Qemu-devel] [PATCH 03/11] memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
` [Qemu-devel] [PATCH 04/11] memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
` [Qemu-devel] [PATCH 05/11] memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
` [Qemu-devel] [PATCH 06/11] scripts/coccinelle/memory-region-init-ram.cocci: New script
` [Qemu-devel] [PATCH 07/11] hw: Use new memory_region_init_{ram, rom, rom_device}() functions
` [Qemu-devel] [PATCH 08/11] hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()
` [Qemu-devel] [PATCH 09/11] hw/pci/pci.c: Use memory_region_init_rom()
` [Qemu-devel] [PATCH 10/11] hw/display/qxl.c Use memory_region_init_ram()
` [Qemu-devel] [PATCH 11/11] docs/devel/memory.txt: Add section about RAM migration

[Qemu-devel] [PATCH v3 0/4] Add shrink image for qcow2
 2017-07-07 14:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] qemu-img: add --shrink flag for resize
` [Qemu-devel] [PATCH v3 2/4] qcow2: add qcow2_cache_discard
` [Qemu-devel] [PATCH v3 3/4] qcow2: add shrink image support
` [Qemu-devel] [PATCH v3 4/4] qemu-iotests: add shrinking image test

[Qemu-devel] [PATCH] virtio-serial: add enable_backend callback
 2017-07-07 14:21 UTC 

[Qemu-devel] [PATCH v22 00/30] qcow2: persistent dirty bitmaps
 2017-07-07 13:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH v22 23/30] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PATCH v22 25/30] qmp: add x-debug-block-dirty-bitmap-sha256

[Qemu-devel] [PATCH 0/3] Add new utility function memory_region_allocate_aux_memory()
 2017-07-07 13:49 UTC  (7+ messages)

[Qemu-devel] [PATCH v12 00/27] translate: [tcg] Generic translation framework
 2017-07-07 13:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v12 23/27] target/arm: [tcg] Port to tb_stop
` [Qemu-devel] [PATCH v12 24/27] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v12 25/27] target/arm: [tcg] Port to disas_log
` [Qemu-devel] [PATCH v12 26/27] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v12 27/27] target/arm: [tcg] Port to generic translation framework

[Qemu-devel] [PATCH v2 0/4] migration: fix iotest 055, only-migratable break
 2017-07-07 13:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 4/4] doc: update TYPE_MIGRATION documents

[Qemu-devel] [PATCH v2 00/23] hyperv fixes and enhancements
 2017-07-07 13:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 14/23] hyperv: qom-ify SynIC

[Qemu-devel] [PATCH v2 0/7] KASLR kernel dump support
 2017-07-07 13:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/7] acpi: add vmcoreinfo device

[Qemu-devel] [PATCH v2] Python3 Support for qmp.py
 2017-07-07 13:15 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/7] s390x: zPCI detangling
 2017-07-07 13:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 1/7] kvm: remove hard dependency on pci


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