qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-19 11:00:28 to 2017-06-20 03:17:10 UTC [more...]

[Qemu-devel] [PATCH v3 00/18] target/s390x improvements
 2017-06-20  3:16 UTC  (18+ messages)
` [Qemu-devel] [PATCH v3 01/18] target/s390x: Map existing FAC_* names to S390_FEAT_* names
` [Qemu-devel] [PATCH v3 02/18] target/s390x: change PSW_SHIFT_KEY
` [Qemu-devel] [PATCH v3 03/18] target/s390x: implement mvcos instruction
` [Qemu-devel] [PATCH v3 04/18] target/s390x: Implement CSST
` [Qemu-devel] [PATCH v3 05/18] target/s390x: Mark FPSEH facility as available
` [Qemu-devel] [PATCH v3 06/18] target/s390x: Implement load-on-condition-2 insns
` [Qemu-devel] [PATCH v3 08/18] target/s390x: Mark STFLE_53 facility as available
` [Qemu-devel] [PATCH v3 10/18] target/s390x: Implement processor-assist insn
` [Qemu-devel] [PATCH v3 11/18] target/s390x: Mark STFLE_49 facility as available
` [Qemu-devel] [PATCH v3 12/18] target/s390x: Finish implementing ETF2-ENH
` [Qemu-devel] [PATCH v3 13/18] target/s390x: Implement CONVERT UNICODE insns
` [Qemu-devel] [PATCH v3 14/18] target/s390x: Tidy SRST
` [Qemu-devel] [PATCH v3 15/18] target/s390x: Implement SRSTU
` [Qemu-devel] [PATCH v3 16/18] target/s390x: Implement TRTR
` [Qemu-devel] [PATCH v3 17/18] target/s390x: Mark ETF3 and ETF3_ENH facilities as available
` [Qemu-devel] [PATCH v3 18/18] target/s390x: Clean up TB flag bits

[Qemu-devel] spapr guests warn "System page size 0x2000 is not enabled in page_size_mask (0x11000). Performance may be slow" on SPARC hosts
 2017-06-20  2:54 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 0/9] Convert to realize and cleanup
 2017-06-20  2:41 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 4/9] pci: Make errp the last parameter of pci_add_capability()
` [Qemu-devel] [PATCH v5 5/9] pci: Replace pci_add_capability2() with pci_add_capability()
` [Qemu-devel] [PATCH v5 6/9] pci: Convert to realize
` [Qemu-devel] [PATCH v5 7/9] pci: Convert shpc_init() to Error

[Qemu-devel] Fwd: [DPDK-memory] how qemu waste such long time under dpdk huge page envriment?
 2017-06-20  2:23 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] spapr: DRC cleanups (part V)
 2017-06-20  1:53 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] spapr: Leave DR-indicator management to the guest
` [Qemu-devel] [PATCH 2/5] spapr: Uniform DRC reset paths
` [Qemu-devel] [PATCH 3/5] spapr: Add DRC release method
` [Qemu-devel] [PATCH 4/5] spapr: Remove unnecessary differences between hotplug and coldplug paths
` [Qemu-devel] [PATCH 5/5] spapr: Use unplug_request for PCI hot unplug

[Qemu-devel] [PATCH 0/6] spapr: DRC cleanups (part IV)
 2017-06-20  1:12 UTC  (9+ messages)
` [Qemu-devel] [PATCH 5/6] spapr: Clean up DRC set_allocation_state path
` [Qemu-devel] [PATCH 6/6] spapr: Clean up DRC set_isolation_state() path

[Qemu-devel] [PATCH v3] usb-host: support devices with sparse/non-sequential USB interfaces
 2017-06-20  1:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-img: don't shadow opts variable in img_dd()
 2017-06-20  0:56 UTC  (3+ messages)

[Qemu-devel] [PATCH] target/s390x: Implement CSST
 2017-06-19 23:44 UTC  (11+ messages)

[Qemu-devel] [PATCH v5 0/1] 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
 2017-06-19 23:37 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 1/1] "

[Qemu-devel] [RFC PATCH v6 0/6] translate: [tcg] Generic translation framework
 2017-06-19 23:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 2/6] queue: Add macro for incremental traversal

[Qemu-devel] Commit 77af8a2b9 breaks (mac)OS X 10.11.6
 2017-06-19 23:06 UTC  (3+ messages)

[Qemu-devel] QEMU issues on SPARC hosts due to more-than-page-alignment requirement for MAP_SHARED|MAP_FIXED
 2017-06-19 22:49 UTC  (4+ messages)

[Qemu-devel] [PATCHv6 0/5] fw_cfg: qdev-related tidy-ups
 2017-06-19 22:43 UTC  (14+ messages)
` [Qemu-devel] [PATCHv6 1/5] fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()
` [Qemu-devel] [PATCHv6 2/5] fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
` [Qemu-devel] [PATCHv6 3/5] fw_cfg: move assert() and linking of fw_cfg device to the machine into instance_init()
` [Qemu-devel] [PATCHv6 4/5] fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callers
` [Qemu-devel] [PATCHv6 5/5] fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.h

[Qemu-devel] Guest unresponsive after Virtqueue size exceeded error
 2017-06-19 22:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 0/7] target-m68k: implement 680x0 FPU
 2017-06-19 22:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 5/7] target-m68k: use floatx80 internally
` [Qemu-devel] [PATCH v4 7/7] target-m68k: add FPCR and FPSR

[Qemu-devel] [PATCH 0/4] Poison some more target-specific defines
 2017-06-19 21:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] include/exec/poison: Add missing TARGET defines
` [Qemu-devel] [PATCH 2/4] include/exec/poison: Mark some CONFIG defines as poisoned, too

[Qemu-devel] [PATCH] tcg/tci: enable bswap16_i64
 2017-06-19 21:35 UTC  (3+ messages)

[Qemu-devel] [PATCH] nvme: Add support for Read Data and Write Data in CMBs
 2017-06-19 21:24 UTC  (2+ messages)

[Qemu-devel] Tracing guest virtual addresses
 2017-06-19 21:15 UTC 

[Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images
 2017-06-19 21:08 UTC  (5+ messages)

[Qemu-devel] [PATCH] 9pfs: local: remove: use correct path component
 2017-06-19 20:59 UTC 

[Qemu-devel] [PATCH v3] Add manpage for QEMU Backup Tool
 2017-06-19 20:14 UTC 

[Qemu-devel] [PATCH v4 0/1] 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes
 2017-06-19 19:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/1] "

[Qemu-devel] [PULL 00/12] TCG queued patches
 2017-06-19 18:18 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] util: add cacheinfo
` [Qemu-devel] [PULL 02/12] tcg: allocate TB structs before the corresponding translated code
` [Qemu-devel] [PULL 03/12] translate-all: consolidate tb init in tb_gen_code
` [Qemu-devel] [PULL 04/12] tcg/aarch64: Use ADR in tcg_out_movi
` [Qemu-devel] [PULL 05/12] tcg/arm: Use indirect branch for goto_tb
` [Qemu-devel] [PULL 06/12] tcg/arm: Remove limit on code buffer size
` [Qemu-devel] [PULL 07/12] tcg/arm: Try pc-relative addresses for movi
` [Qemu-devel] [PULL 08/12] tcg/arm: Use ldr (literal) for goto_tb
` [Qemu-devel] [PULL 09/12] tcg: Increase hit rate of lookup_tb_ptr
` [Qemu-devel] [PULL 10/12] target/alpha: Use tcg_gen_lookup_and_goto_ptr
` [Qemu-devel] [PULL 11/12] target/s390x: Exit after changing PSW mask
` [Qemu-devel] [PULL 12/12] target/arm: Exit after clearing aarch64 interrupt mask

[Qemu-devel] [PATCH] ui: Remove inclusion of "hw/qdev.h"
 2017-06-19 17:50 UTC 

[Qemu-devel] [PATCH v9 00/20] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-06-19 17:34 UTC  (21+ messages)
` [Qemu-devel] [PATCH v9 01/20] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PATCH v9 02/20] block: add ability to set a prefix for opt names
` [Qemu-devel] [PATCH v9 03/20] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PATCH v9 04/20] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PATCH v9 05/20] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PATCH v9 06/20] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PATCH v9 07/20] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PATCH v9 08/20] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v9 09/20] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v9 10/20] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v9 11/20] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v9 12/20] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PATCH v9 13/20] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PATCH v9 14/20] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PATCH v9 15/20] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PATCH v9 16/20] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v9 17/20] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v9 18/20] block: pass option prefix down to crypto layer
` [Qemu-devel] [PATCH v9 19/20] qcow2: report encryption specific image information
` [Qemu-devel] [PATCH v9 20/20] docs: document encryption options for qcow, qcow2 and luks

[Qemu-devel] [PULL 0/2] usb: bugfixes for ehci and xhci
 2017-06-19 17:35 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr/ppc: fix backward migration to QEMU 2.9
 2017-06-19 17:05 UTC 

[Qemu-devel] [PATCH] hw/misc/edu: Compile the edu device as common object
 2017-06-19 17:05 UTC 

[Qemu-devel] [PATCH] migration: Fix race of image locking between src and dst
 2017-06-19 16:54 UTC  (6+ messages)

[Qemu-devel] [PATCH] vcpu_dirty: share the same field in CPUState for all accelerators
 2017-06-19 16:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/13] migration: objectify MigrationState
 2017-06-19 16:17 UTC  (23+ messages)
` [Qemu-devel] [PATCH v3 01/13] machine: export register_compat_prop()
` [Qemu-devel] [PATCH v3 02/13] qdev: enhance global_prop_list_add()
` [Qemu-devel] [PATCH v3 03/13] qdev: remove qdev_prop_register_global()
` [Qemu-devel] [PATCH v3 04/13] accel: introduce AccelState.global_props
` [Qemu-devel] [PATCH v3 05/13] tests: avoid check GlobalProperty.used
` [Qemu-devel] [PATCH v3 06/13] kvm: let kvm use AccelState.global_props
` [Qemu-devel] [PATCH v3 07/13] tcg: "
` [Qemu-devel] [PATCH v3 08/13] trace: add qdev_global_prop_apply
` [Qemu-devel] [PATCH v3 09/13] migration: let MigrationState be a qdev
` [Qemu-devel] [PATCH v3 10/13] migration: move global_state.optional out
` [Qemu-devel] [PATCH v3 11/13] migration: move only_migratable to MigrationState
` [Qemu-devel] [PATCH v3 12/13] migration: move skip_configuration out
` [Qemu-devel] [PATCH v3 13/13] migration: move skip_section_footers

[Qemu-devel] [PATCH v2 00/31] qed: Convert to coroutines
 2017-06-19 15:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/16] block: Preallocated truncate
 2017-06-19 15:02 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] block: Don't compare strings in bdrv_reopen_prepare()
 2017-06-19 14:59 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] qapi/qnull: Add own header
` [Qemu-devel] [PATCH 2/4] qapi: Add qobject_is_equal()
` [Qemu-devel] [PATCH 3/4] block: qobject_is_equal() in bdrv_reopen_prepare()
` [Qemu-devel] [PATCH 4/4] iotests: Add test for non-string option reopening

[Qemu-devel] [PATCH] nvme: Fix get/set number of queues feature, again
 2017-06-19 14:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 00/20] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-06-19 14:08 UTC  (13+ messages)
` [Qemu-devel] [PATCH v8 07/20] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PATCH v8 09/20] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v8 13/20] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PATCH v8 19/20] qcow2: report encryption specific image information

[Qemu-devel] [PATCH v3] target-ppc: Enable open-pic timers to count and generate interrupts
 2017-06-19 13:57 UTC  (4+ messages)

[Qemu-devel] [PATCH] AcpiDeviceIf: More readable bitmask definition
 2017-06-19 13:44 UTC 

[Qemu-devel] [PATCH v4 0/7] Reduce the number of I/O ops when doing COW
 2017-06-19 13:40 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/7] qcow2: Remove unused Error variable in do_perform_cow()
` [Qemu-devel] [PATCH v4 2/7] qcow2: Use unsigned int for both members of Qcow2COWRegion
` [Qemu-devel] [PATCH v4 3/7] qcow2: Make perform_cow() call do_perform_cow() twice
` [Qemu-devel] [PATCH v4 4/7] qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()
` [Qemu-devel] [PATCH v4 5/7] qcow2: Allow reading both COW regions with only one request
` [Qemu-devel] [PATCH v4 6/7] qcow2: Pass a QEMUIOVector to do_perform_cow_{read, write}()
` [Qemu-devel] [PATCH v4 7/7] qcow2: Merge the writing of the COW regions with the guest data

[Qemu-devel] [PATCH] spapr: manage hotplugged devices while the VM is not started
 2017-06-19 13:30 UTC  (10+ messages)
                ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [RFC 00/15] Error API: Flag errors in *errp even if errors are being ignored
 2017-06-19 13:26 UTC  (6+ messages)
` [Qemu-devel] [RFC 15/15] [test only] Use 'Error *err[static 1]' instead of 'Error **errp' to catch NULL errp arguments

[Qemu-devel] [PATCH v5 0/5] fsdev: qmp interface for io throttling
 2017-06-19 13:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/5] throttle: factor out duplicate code
` [Qemu-devel] [PATCH v5 2/5] qmp: Create IOThrottle structure
` [Qemu-devel] [PATCH v5 3/5] qmp: refactor duplicate code
` [Qemu-devel] [PATCH v5 4/5] fsdev: hmp interface for throttling
` [Qemu-devel] [PATCH v5 5/5] fsdev: QMP "

[Qemu-devel] [PATCH 0/5] qemu-iotests: test savevm/loadvm iothread (and make it work!)
 2017-06-19 12:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/5] virtio-pci: use ioeventfd even when KVM is disabled
` [Qemu-devel] [PATCH 3/5] qemu-iotests: 068: extract _qemu() function

[Qemu-devel] [PATCHv5 0/5] fw_cfg: qdev-related tidy-ups
 2017-06-19 12:43 UTC  (6+ messages)
` [Qemu-devel] [PATCHv5 5/5] fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.h

[Qemu-devel] [PATCH] hw/i386: fix nvdimm check error path
 2017-06-19 12:00 UTC  (4+ messages)

[Qemu-devel] [PATCH] hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device
 2017-06-19 12:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] qcow2: Reduce the number of I/O ops when doing COW
 2017-06-19 11:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 7/7] qcow2: Merge the writing of the COW regions with the guest data

[Qemu-devel] [PATCH v3] ivshmem-server: ivshmem-client: Build when eventfd() is available
 2017-06-19 11:06 UTC  (13+ messages)
  ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] migration: fix incorrect enable return path
 2017-06-19 11:12 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/11] travis: try to reduce failures
 2017-06-19 11:12 UTC  (8+ messages)
` [Qemu-devel] [PATCH 05/11] travis: build tests objects in parallel, then run tests sequentially
` [Qemu-devel] [PATCH 06/11] travis: retry if llvm.org timeouts
` [Qemu-devel] [PATCH 08/11] travis: install more library dependencies


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