qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-22 09:31:15 to 2017-02-22 17:20:20 UTC [more...]

[Qemu-devel] [PATCH v3 00/10] POWER9 TCG enablements - part15
 2017-02-22 17:20 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 01/10] target/ppc: move cpu_[read, write]_xer to cpu.c
` [Qemu-devel] [PATCH v3 02/10] target/ppc: optimize gen_write_xer()
` [Qemu-devel] [PATCH v3 03/10] target/ppc: support for 32-bit carry and overflow
` [Qemu-devel] [PATCH v3 04/10] target/ppc: update ca32 in arithmetic add
` [Qemu-devel] [PATCH v3 05/10] target/ppc: update ca32 in arithmetic substract
` [Qemu-devel] [PATCH v3 06/10] target/ppc: update overflow flags for add/sub
` [Qemu-devel] [PATCH v3 07/10] target/ppc: use tcg ops for neg instruction
` [Qemu-devel] [PATCH v3 08/10] target/ppc: add ov32 flag for multiply low insns
` [Qemu-devel] [PATCH v3 09/10] target/ppc: add ov32 flag in divide operations
` [Qemu-devel] [PATCH v3 10/10] target/ppc: add mcrxrx instruction

[Qemu-devel] [PATCH v13 00/24] MTTCG Base enabling patches with ARM enablement
 2017-02-22 17:13 UTC  (20+ messages)
` [Qemu-devel] [PATCH v13 01/24] docs: new design document multi-thread-tcg.txt
` [Qemu-devel] [PATCH v13 02/24] mttcg: translate-all: Enable locking debug in a debug build
` [Qemu-devel] [PATCH v13 03/24] mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
` [Qemu-devel] [PATCH v13 04/24] tcg: move TCG_MO/BAR types into own file
` [Qemu-devel] [PATCH v13 05/24] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v13 06/24] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v13 07/24] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [PATCH v13 08/24] tcg: drop global lock during TCG code execution
` [Qemu-devel] [PATCH v13 09/24] tcg: remove global exit_request
` [Qemu-devel] [PATCH v13 10/24] tcg: enable tb_lock() for SoftMMU
` [Qemu-devel] [PATCH v13 11/24] tcg: enable thread-per-vCPU
` [Qemu-devel] [PATCH v13 12/24] tcg: handle EXCP_ATOMIC exception for system emulation
` [Qemu-devel] [PATCH v13 13/24] cputlb: add assert_cpu_is_self checks
` [Qemu-devel] [PATCH v13 14/24] cputlb: tweak qemu_ram_addr_from_host_nofail reporting
` [Qemu-devel] [PATCH v13 15/24] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [PATCH v13 16/24] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [Qemu-devel] [PATCH v13 17/24] cputlb: add tlb_flush_by_mmuidx async routines
` [Qemu-devel] [PATCH v13 19/24] cputlb: introduce tlb_flush_*_all_cpus[_synced]
` [Qemu-devel] [PATCH v13 23/24] hw/misc/imx6_src: defer clearing of SRC_SCR reset bits

[Qemu-devel] [PATCH v2 00/11] POWER9 TCG enablements - part15
 2017-02-22 17:13 UTC  (28+ messages)
` [Qemu-devel] [PATCH v2 01/11] target/ppc: move cpu_[read, write]_xer to cpu.c
` [Qemu-devel] [PATCH v2 02/11] target/ppc: optimize gen_write_xer()
` [Qemu-devel] [PATCH v2 03/11] target/ppc: support for 32-bit carry and overflow
` [Qemu-devel] [PATCH v2 04/11] target/ppc: update ca32 in arithmetic add
` [Qemu-devel] [PATCH v2 05/11] target/ppc: update ca32 in arithmetic substract
` [Qemu-devel] [PATCH v2 06/11] target/ppc: update overflow flags for add/sub
` [Qemu-devel] [PATCH v2 07/11] target/ppc: use tcg ops for neg instruction
` [Qemu-devel] [PATCH v2 08/11] target/ppc: update ov/ov32 for nego
` [Qemu-devel] [PATCH v2 09/11] target/ppc: add ov32 flag for multiply low insns
` [Qemu-devel] [PATCH v2 10/11] target/ppc: add ov32 flag in divide operations
` [Qemu-devel] [PATCH v2 11/11] target/ppc: add mcrxrx instruction

[Qemu-devel] [PATCH v4 0/8] Implement NBD_OPT_GO, block size advertisement
 2017-02-22 17:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 7/8] nbd: Implement NBD_INFO_BLOCK_SIZE on server

[Qemu-devel] [PATCH 0/8] s390x: basic support for 3270 devices
 2017-02-22 17:08 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/8] chardev: Basic support for TN3270
` [Qemu-devel] [PATCH 2/8] s390x/css: Add an algorithm to find a free chpid
` [Qemu-devel] [PATCH 3/8] s390x/3270: Add abstract emulated ccw-attached 3270 device
` [Qemu-devel] [PATCH 4/8] s390x/3270: Add emulated terminal3270 device
` [Qemu-devel] [PATCH 5/8] s390x/3270: 3270 data stream handling
` [Qemu-devel] [PATCH 6/8] s390x/3270: Add the TCP socket events handler for 3270
` [Qemu-devel] [PATCH 7/8] s390x/3270: Detect for continued presence of a 3270 client
` [Qemu-devel] [PATCH 8/8] s390x/3270: Mark non-migratable and enable the device

[Qemu-devel] [PATCH 0/2 v16] fsdev: add IO throttle support to fsdev devices
 2017-02-22 17:04 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/2 "

[Qemu-devel] [PATCH v2 00/16] Postcopy: Hugepage support
 2017-02-22 16:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] virtio: migration fixes for memory region cache
 2017-02-22 16:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] virtio: invalidate memory in vring_set_avail_event()
` [Qemu-devel] [PATCH v2 2/2] virtio: add missing region cache init in virtio_load()

[Qemu-devel] [PATCH] hmp: add PC information for ARM vCPUs
 2017-02-22 16:32 UTC  (2+ messages)

[Qemu-devel] Estimation of qcow2 image size converted from raw image
 2017-02-22 16:15 UTC  (5+ messages)

[Qemu-devel] kvm bug in __rmap_clear_dirty during live migration
 2017-02-22 14:43 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 0/5] vmstate: handle arrays with null ptrs
 2017-02-22 16:01 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] migration/vmstate: renames in (load|save)_state
` [Qemu-devel] [PATCH v2 2/5] migration/vmstate: split up vmstate_base_addr
` [Qemu-devel] [PATCH v2 3/5] migration/vmstate: fix array of ptr with nullptrs
` [Qemu-devel] [PATCH v2 4/5] tests/test-vmstate.c: test array of ptr with null
` [Qemu-devel] [PATCH v2 5/5] tests/test-vmstate.c: test array of ptr to primitive

[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
 2017-02-22 15:41 UTC  (2+ messages)
` [Qemu-devel] [Bug 1490611] "

[Qemu-devel] [PATCH 0/7] Nios2 architecture support
 2017-02-22 15:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH V5 4/7] nios2: Add IIC interrupt controller emulation

[Qemu-devel] [PATCH 00/54] New op blocker system, part 1
 2017-02-22 15:53 UTC  (58+ messages)
` [Qemu-devel] [PATCH 01/54] blockdev: Use BlockBackend to resize in qmp_block_resize()
` [Qemu-devel] [PATCH 02/54] qcow2: Use BB for resizing in qcow2_amend_options()
` [Qemu-devel] [PATCH 03/54] mirror: Resize active commit base in mirror_run()
` [Qemu-devel] [PATCH 04/54] block: Pass BdrvChild to bdrv_truncate()
` [Qemu-devel] [PATCH 05/54] block: Attach bs->file only during .bdrv_open()
` [Qemu-devel] [PATCH 06/54] block: Factor out bdrv_open_child_bs()
` [Qemu-devel] [PATCH 07/54] block: Use BlockBackend for image probing
` [Qemu-devel] [PATCH 08/54] block: Factor out bdrv_open_driver()
` [Qemu-devel] [PATCH 09/54] block: Add bdrv_new_open_driver()
` [Qemu-devel] [PATCH 10/54] vvfat: Use opened node as backing file
` [Qemu-devel] [PATCH 11/54] tests: Use opened block node for block job tests
` [Qemu-devel] [PATCH 12/54] block: Add op blocker permission constants
` [Qemu-devel] [PATCH 13/54] block: Add Error argument to bdrv_attach_child()
` [Qemu-devel] [PATCH 14/54] block: Let callers request permissions when attaching a child node
` [Qemu-devel] [PATCH 15/54] block: Involve block drivers in permission granting
` [Qemu-devel] [PATCH 16/54] block: Default .bdrv_child_perm() for filter drivers
` [Qemu-devel] [PATCH 17/54] block: Request child permissions in "
` [Qemu-devel] [PATCH 18/54] block: Default .bdrv_child_perm() for format drivers
` [Qemu-devel] [PATCH 19/54] block: Request child permissions in "
` [Qemu-devel] [PATCH 20/54] vvfat: Implement .bdrv_child_perm()
` [Qemu-devel] [PATCH 21/54] block: Require .bdrv_child_perm() with child nodes
` [Qemu-devel] [PATCH 22/54] block: Request real permissions in bdrv_attach_child()
` [Qemu-devel] [PATCH 23/54] block: Add permissions to BlockBackend
` [Qemu-devel] [PATCH 24/54] block: Add permissions to blk_new()
` [Qemu-devel] [PATCH 25/54] block: Add error parameter to blk_insert_bs()
` [Qemu-devel] [PATCH 26/54] block: Add BDRV_O_RESIZE for blk_new_open()
` [Qemu-devel] [PATCH 27/54] block: Request real permissions in blk_new_open()

[Qemu-devel] [PATCH v5 00/18] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-02-22 15:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 02/18] block: add ability to set a prefix for opt names

[Qemu-devel] [PATCH v3 0/4] Improve convert and dd commands
 2017-02-22 15:45 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 2/4] qemu-img: fix --image-opts usage with dd command
` [Qemu-devel] [PATCH v3 3/4] qemu-img: introduce --target-image-opts for 'convert' command
` [Qemu-devel] [PATCH v3 4/4] qemu-img: copy *key-secret opts when opening newly created files

[Qemu-devel] [PATCH 0/5] vmstate: handle arrays with null ptrs
 2017-02-22 15:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/5] migration/vmstate: split up vmstate_base_addr
` [Qemu-devel] [PATCH 3/5] migration/vmstate: fix array of ptr with nullptrs

[Qemu-devel] [PATCH 00/15] COLO: integrate colo frame with block replication and net compare
 2017-02-22 15:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH 02/15] colo-compare: implement the process of checkpoint
` [Qemu-devel] [PATCH 05/15] COLO: Handle shutdown command for VM in COLO state

[Qemu-devel] [PATCH] qemu-img: make convert async
 2017-02-22 15:31 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] do not use aio_context_acquire/release in AIO-based drivers
 2017-02-22 15:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] curl: do not use aio_context_acquire/release
` [Qemu-devel] [PATCH 2/3] nfs: "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 3/3] iscsi: "
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH V7 0/2] Add new qmp commands to suppurt Xen COLO
 2017-02-22 15:23 UTC  (8+ messages)
` [Qemu-devel] [PATCH V7 2/2] Add a new qmp command to do checkpoint, query xen replication status

[Qemu-devel] [PATCH v3] Changing error message of QMP 'migrate_set_downtime' to seconds
 2017-02-22 15:17 UTC 

[Qemu-devel] [PATCH RFC v3 0/5] block: Crude initial implementation of -blockdev
 2017-02-22 15:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC v3 1/5] tests: Fix gcov-files-test-qemu-opts-y, gcov-files-test-logging-y

[Qemu-devel] [PATCH v2 0/3] Flatten simple unions where we still can
 2017-02-22 15:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] i386/cpu: net: Flatten simple union GuestPanicInformationType

[Qemu-devel] [PATCH 0/5] s390x: network boot
 2017-02-22 15:01 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/5] s390x/ipl: Load network boot image

[Qemu-devel] [PATCH v8 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"
 2017-02-22 14:44 UTC  (17+ messages)

[Qemu-devel] How to access to ivshmem device in VM ?
 2017-02-22 14:35 UTC  (3+ messages)

[Qemu-devel] [PATCH] usb: ohci: fix error return code in servicing td
 2017-02-22 14:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/12] more s390x patches for 2.9
 2017-02-22 14:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/12] s390x/s390-virtio: get rid of DPRINTF

[Qemu-devel] Starting kvm/qemu guest crash kernel linux-next 0221 tree
 2017-02-22 13:55 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] qemu-img raw preallocation
 2017-02-22 13:52 UTC  (3+ messages)

[Qemu-devel] ipxe for qemu maintainance
 2017-02-22 13:42 UTC 

[Qemu-devel] [PATCH] intel_iommu: make sure its init before PCI dev
 2017-02-22 13:37 UTC  (3+ messages)

[Qemu-devel] [RFC 0/3] generalize parsing of cpu_model
 2017-02-22 13:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-options: explain disk I/O throttling options
 2017-02-22 13:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/30] Various memory leak fixes
 2017-02-22 13:04 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 04/30] timer: use an inline function for free
` [Qemu-devel] [PATCH v2 06/30] tests: fix ptimer leaks
` [Qemu-devel] [PATCH v2 21/30] tests: fix virtio-scsi-test leak
` [Qemu-devel] [PATCH v2 23/30] bus: do not unref hotplug handler

[Qemu-devel] [PULL 0/1] cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)
 2017-02-22 12:42 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] "

[Qemu-devel] Fwd: Re: KVM call for 2016-02-14
 2017-02-22 12:48 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] block/nfs optimizations
 2017-02-22 12:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] block/nfs: try to avoid the bounce buffer in pwritev

[Qemu-devel] [PATCH v8 0/5] GICv3 live migration support
 2017-02-22 12:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 2/5] hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstate

[Qemu-devel] [PATCH 0/2] virtio: migration fixes for memory region cache
 2017-02-22 11:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] virtio: add missing region cache init in virtio_load()

[Qemu-devel] [PATCH] iotests: Fix another race in 030
 2017-02-22 12:33 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] Qemu and Changed Block Tracking
 2017-02-22 12:32 UTC  (4+ messages)

[Qemu-devel] [PATCH] vfio/pci: Improve extended capability comments, skip masked caps
 2017-02-22 11:48 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] add sdhost and gpio controllers to the bcm2835 platform
 2017-02-22 11:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] bcm2835_sdhost: add bcm2835 sdhost controller
` [Qemu-devel] [PATCH v2 2/3] bcm2835_gpio: add bcm2835 gpio controller
` [Qemu-devel] [PATCH v2 3/3] bcm2835: add sdhost and gpio controllers

[Qemu-devel] [PULL 38/43] machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks
 2017-02-22 11:07 UTC  (2+ messages)
` [Qemu-devel] [PATCH "

[Qemu-devel] [PULL 37/43] spapr: reuse machine->possible_cpus instead of cores[]
 2017-02-22 11:05 UTC  (2+ messages)
` [Qemu-devel] [PATCH "

[Qemu-devel] [PATCH] spapr/pci: populate PCI DT in reverse order
 2017-02-22 10:56 UTC 

[Qemu-devel] [PATCH v2 00/22] ppc/xics: simplify ICS and ICP creation
 2017-02-22 10:55 UTC  (3+ messages)

[Qemu-devel] [PATCH] memory: make ram device read/write endian sensitive
 2017-02-22 10:53 UTC  (6+ messages)

[Qemu-devel] [PATCH] spice: add display & head options
 2017-02-22 10:40 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/3] block devices record/replay update
 2017-02-22 10:28 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [PATCH 2/3] blkreplay: create temporary overlay for underlaying devices
` [Qemu-devel] [PATCH 3/3] replay: disable default snapshot for record/replay

[Qemu-devel] [PATCH v1 00/10] POWER9 TCG enablements - part15
 2017-02-22 10:23 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 07/10] target/ppc: update ov/ov32 for nego

[Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO
 2017-02-22 17:47 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] "


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