qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-06 05:45:42 to 2015-05-06 15:03:55 UTC [more...]

[Qemu-devel] [PATCH] rules.mak: Force CFLAGS for all objects in DSO
 2015-05-06 15:03 UTC  (6+ messages)

[Qemu-devel] [PATCH] Fix default CPU model for ARM64
 2015-05-06 15:03 UTC 

[Qemu-devel] [RFC PATCH 0/7] Fix transactional snapshot with virtio-blk dataplane
 2015-05-06 15:03 UTC  (13+ messages)
` [Qemu-devel] [RFC PATCH 1/7] block: Add op blocker type "device IO"
` [Qemu-devel] [RFC PATCH 2/7] block: Block "device IO" during bdrv_drain and bdrv_drain_all
` [Qemu-devel] [RFC PATCH 3/7] block: Add op blocker notifier list
` [Qemu-devel] [RFC PATCH 4/7] block-backend: Add blk_op_blocker_add_notifier
` [Qemu-devel] [RFC PATCH 5/7] virtio-blk: Move complete_request to 'ops' structure
` [Qemu-devel] [RFC PATCH 6/7] virtio-blk: Don't handle output when there is "device IO" op blocker
` [Qemu-devel] [RFC PATCH 7/7] blockdev: Add "device IO" op blocker during snapshot transaction

[Qemu-devel] [PATCH 0/6] qcow2 L2/refcount cache improvements
 2015-05-06 15:00 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/6] qcow2: use one single memory block for the L2/refcount cache tables
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 2/6] qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()

[Qemu-devel] [PATCH 0/4] semihosting: clean up and add --semihosting-config arg
 2015-05-06 14:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] semihosting: remove semihosting_enabled declaration from sysemu.h
` [Qemu-devel] [PATCH 2/4] semihosting: remove semihosting_target declaration from gdbstub.h
` [Qemu-devel] [PATCH 3/4] semihosting: create SemihostingConfig struct
` [Qemu-devel] [PATCH 4/4] semihosting: add --semihosting-config arg sub-argument

[Qemu-devel] [PATCH v3 0/5] qtest: base64 r/w and faster memset
 2015-05-06 14:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/5] qtest: precompute hex nibs

[Qemu-devel] [PATCH 1/4] virtio-mmio: introduce set_host_notifier()
 2015-05-06 14:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] MAINTAINERS: New maintainer for QMP and QAPI
 2015-05-06 14:50 UTC 

[Qemu-devel] [PATCH v6 00/17] s390 cpu model implementation
 2015-05-06 14:48 UTC  (34+ messages)
` [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail
` [Qemu-devel] [PATCH v6 02/17] Add accelerator id and model name to CPUState
` [Qemu-devel] [PATCH v6 03/17] Extend QMP command query-cpus to return accelerator id and model name
` [Qemu-devel] [PATCH v6 04/17] Extend HMP command info cpus to display "
` [Qemu-devel] [PATCH v6 05/17] Add optional parameters to QMP command query-cpu-definitions
` [Qemu-devel] [PATCH v6 12/17] target-s390x: Add S390 CPU class initialization routines
` [Qemu-devel] [PATCH v6 15/17] target-s390x: Extend arch specific QMP command query-cpu-definitions

[Qemu-devel] blkdebug and VMDK (iotests 033 failure on monolithicFlat)
 2015-05-06 14:41 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH v13 00/21] Deterministic replay core
 2015-05-06 14:39 UTC  (23+ messages)
` [Qemu-devel] [RFC PATCH v13 01/21] i386: partial revert of interrupt poll fix
` [Qemu-devel] [RFC PATCH v13 02/21] replay: global variables and function stubs
` [Qemu-devel] [RFC PATCH v13 03/21] sysemu: system functions for replay
` [Qemu-devel] [RFC PATCH v13 04/21] replay: internal functions for replay log
` [Qemu-devel] [RFC PATCH v13 05/21] replay: introduce mutex to protect the "
` [Qemu-devel] [RFC PATCH v13 06/21] replay: introduce icount event
` [Qemu-devel] [RFC PATCH v13 07/21] cpu-exec: allow temporary disabling icount
` [Qemu-devel] [RFC PATCH v13 08/21] cpu: replay instructions sequence
` [Qemu-devel] [RFC PATCH v13 09/21] i386: interrupt poll processing
` [Qemu-devel] [RFC PATCH v13 10/21] replay: interrupts and exceptions
` [Qemu-devel] [RFC PATCH v13 11/21] replay: asynchronous events infrastructure
` [Qemu-devel] [RFC PATCH v13 12/21] replay: recording and replaying clock ticks
` [Qemu-devel] [RFC PATCH v13 13/21] replay: shutdown event
` [Qemu-devel] [RFC PATCH v13 14/21] replay: checkpoints
` [Qemu-devel] [RFC PATCH v13 15/21] bottom halves: introduce bh call function
` [Qemu-devel] [RFC PATCH v13 16/21] replay: ptimer
` [Qemu-devel] [RFC PATCH v13 17/21] typedef: add typedef for QemuOpts
` [Qemu-devel] [RFC PATCH v13 18/21] replay: initialization and deinitialization
` [Qemu-devel] [RFC PATCH v13 19/21] replay: replay blockers for devices
` [Qemu-devel] [RFC PATCH v13 20/21] replay: command line options
` [Qemu-devel] [RFC PATCH v13 21/21] replay: recording of the user input

[Qemu-devel] [PATCH 0/7] disas: Unify target_disas and monitor_disas
 2015-05-06 14:32 UTC  (10+ messages)
` [Qemu-devel] [PATCH 6/7] monitor: "i": Add ARM specifics

[Qemu-devel] How QEMU maintains the translation from guest virtual address to guest physical address?
 2015-05-06 14:22 UTC 

[Qemu-devel] [Patch V2 0/4] [Patch V2 0/4] Windows MSI installation package
 2015-05-06 14:14 UTC  (6+ messages)
` [Qemu-devel] [Patch V2 1/4] qemu-ga: adding vss-[un]install options
` [Qemu-devel] [Patch V2 2/4] qemu-ga: debug printouts to help troubleshoot installation
` [Qemu-devel] [Patch V2 3/4] qemu-ga: Introduce Windows MSI script
` [Qemu-devel] [Patch V2 4/4] qemu-ga: Building Windows MSI installation with configure/Makefile

[Qemu-devel] [RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-06 14:12 UTC  (2+ messages)

[Qemu-devel] [RFC 1/5] arm64: Add PMINTENCLR_EL1
 2015-05-06 14:05 UTC  (5+ messages)
` [Qemu-devel] [RFC 5/5] arm: Simplify cycle counter

[Qemu-devel] [PATCH RFC V2 0/4] Implement GIC-500 from GICv3 family for arm64
 2015-05-06 14:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC V2 1/4] Use Aff1 with mpidr
` [Qemu-devel] [PATCH RFC V2 2/4] Implment GIC-500
` [Qemu-devel] [PATCH RFC V2 3/4] GICv3 support
` [Qemu-devel] [PATCH RFC V2 4/4] Add virtv2 machine that uses GIC-500

[Qemu-devel] [PATCH target-arm v6 00/14] Next Generation Xilinx Zynq SoC
 2015-05-06 13:45 UTC  (12+ messages)

[Qemu-devel] [PATCH v2 0/7] qcow2 L2/refcount cache improvements
 2015-05-06 13:39 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] qcow2: use one single memory block for the L2/refcount cache tables
` [Qemu-devel] [PATCH 2/7] qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
` [Qemu-devel] [PATCH 3/7] qcow2: use an LRU algorithm to replace entries from the L2 cache
` [Qemu-devel] [PATCH 4/7] qcow2: remove qcow2_cache_find_entry_to_replace()
` [Qemu-devel] [PATCH 5/7] qcow2: use a hash to look for entries in the L2 cache
` [Qemu-devel] [PATCH 6/7] qcow2: make qcow2_cache_put() a void function
` [Qemu-devel] [PATCH 7/7] qcow2: style fixes in qcow2-cache.c

[Qemu-devel] [Bug 1452062] [NEW] qemu-img will fail to convert images in 2.3.0
 2015-05-06 13:28 UTC  (4+ messages)
` [Qemu-devel] [Bug 1452062] "

[Qemu-devel] [PATCH] qcow2: Flush pending discards before allocating cluster
 2015-05-06 13:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/17] qcow2: Add new overlap check functions
 2015-05-06 13:20 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 13/17] qcow2/overlaps: Add "memory limit reached" event
` [Qemu-devel] [PATCH v4 16/17] qapi: Expose new qcow2 overlap check options

[Qemu-devel] [PATCH 00/14] usb: QOMify
 2015-05-06 12:55 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] uhci: QOMify
` [Qemu-devel] [PATCH 02/14] usb: usb-audio QOMify
` [Qemu-devel] [PATCH 03/14] usb: usb-bt QOMify
` [Qemu-devel] [PATCH 04/14] usb: usb-hid QOMify
` [Qemu-devel] [PATCH 05/14] usb: usb-hub QOMify
` [Qemu-devel] [PATCH 06/14] usb: usb-mtp QOMify
` [Qemu-devel] [PATCH 07/14] usb-mtp: fix segmentation fault
` [Qemu-devel] [PATCH 08/14] usb: usb-net QOMify
` [Qemu-devel] [PATCH 09/14] usb: usb-ccid QOMify
` [Qemu-devel] [PATCH 10/14] usb: usb-storage QOMify
` [Qemu-devel] [PATCH 11/14] usb: usb-uas QOMify
` [Qemu-devel] [PATCH 12/14] usb: usb-wacom-tablet QOMify
` [Qemu-devel] [PATCH 13/14] usb: usb-redir QOMify
` [Qemu-devel] [PATCH 14/14] usb: usb-serial QOMify

[Qemu-devel] [PATCH v2 0/3] block: Warn about usage of growing formats over non-growable protocols
 2015-05-06 13:04 UTC  (3+ messages)

[Qemu-devel] [PATCH] vmdk: Fix next_cluster_sector for compressed write
 2015-05-06 12:23 UTC 

[Qemu-devel] [PATCH RFC 0/7] vhost: cross-endian support (vhost-net only)
 2015-05-06 12:08 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC 1/7] virtio: relax feature check
` [Qemu-devel] [PATCH RFC 2/7] linux-headers: sync vhost.h
` [Qemu-devel] [PATCH RFC 3/7] virtio: introduce virtio_legacy_is_cross_endian()
` [Qemu-devel] [PATCH RFC 4/7] vhost: set vring endianness for legacy virtio
` [Qemu-devel] [PATCH RFC 5/7] tap: add VNET_LE/VNET_BE operations
` [Qemu-devel] [PATCH RFC 6/7] vhost-net: tell tap backend about the vnet endianness
` [Qemu-devel] [PATCH RFC 7/7] vhost_net: re-enable when cross endian

[Qemu-devel] qemu-img convert (vmdk)
 2015-05-06 12:02 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] libcacard: stop including qemu-common.h
 2015-05-06 12:01 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/4] MSI installation for Windows Guest Agent
 2015-05-06 11:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/4] qemu-ga: Building Windows MSI installation with configure/Makefile

[Qemu-devel] [PULL] Queued tcg patch
 2015-05-06 11:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 RFC 00/34] Generic support for TLS protocol & I/O channels
 2015-05-06 11:38 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 RFC 34/34] char: introduce support for TLS encrypted TCP chardev backend

[Qemu-devel] [PATCH] serial: fix multi-pci card error cleanup
 2015-05-06 11:31 UTC 

[Qemu-devel] [Bug 1452230] [NEW] Qemu 2.3.0 failes to compile with GCC 5.1.0 and -flto
 2015-05-06 10:47 UTC 

[Qemu-devel] [PATCH 0/4] block: Mirror discarded sectors
 2015-05-06 10:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] block: Fix dirty bitmap in bdrv_co_discard

[Qemu-devel] [vhost] vhost_get_vq_desc, vq->iov mapping
 2015-05-06 10:01 UTC 

[Qemu-devel] [PULL 00/40] drop qapi nested structs
 2015-05-06 10:16 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v3 00/24] CPU and Memory hotplug for PowerPC sPAPR guests
 2015-05-06  9:37 UTC  (31+ messages)
` [Qemu-devel] [RFC PATCH v3 06/24] spapr: Consolidate cpu init code into a routine
` [Qemu-devel] [RFC PATCH v3 08/24] ppc: Prepare CPU socket/core abstraction
` [Qemu-devel] [RFC PATCH v3 12/24] spapr: CPU hotplug support
` [Qemu-devel] [RFC PATCH v3 17/24] cpus: Reclaim vCPU objects
` [Qemu-devel] [RFC PATCH v3 20/24] spapr: CPU hot unplug support
` [Qemu-devel] [RFC PATCH v3 21/24] spapr: Initialize hotplug memory address space
` [Qemu-devel] [RFC PATCH v3 23/24] spapr: Support ibm, dynamic-reconfiguration-memory
` [Qemu-devel] [RFC PATCH v3 24/24] spapr: Memory hotplug support

[Qemu-devel] [RFC] Differential Backups
 2015-05-06  9:17 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] ich9: implement SMI_LOCK
 2015-05-06  8:58 UTC 

[Qemu-devel] [PATCH v3 0/6] spapr_pci: DT field fixes and PCI DT node creation in QEMU
 2015-05-06  8:23 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space
` [Qemu-devel] [PATCH v3 4/6] spapr_pci: enumerate and add PCI device tree
` [Qemu-devel] [PATCH v3 5/6] spapr_pci: fix boot-time device tree fields for pci hotplug
` [Qemu-devel] [PATCH v3 6/6] spapr_pci: populate ibm,loc-code

[Qemu-devel] [PATCH 4/4] Do not fail if eventfds are not supported
 2015-05-06  7:55 UTC 

[Qemu-devel] [PATCH 3/4] virtio-mmio: start ioeventfd when status gets DRIVER_OK
 2015-05-06  7:54 UTC 

[Qemu-devel] [PATCH 2/4] virtio-mmio: introduce set_guest_notifiers
 2015-05-06  7:54 UTC 

[Qemu-devel] [PATCH 0/4] Introduce eventfd support for virtio-mmio
 2015-05-06  7:42 UTC 

[Qemu-devel] [PATCH 1/2] virtio-console: notify chardev when writable
 2015-05-06  7:38 UTC  (2+ messages)

[Qemu-devel] Bug report - Windows XP guest failure
 2015-05-06  7:35 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v12 00/21] Deterministic replay core
 2015-05-06  7:25 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v12 16/21]

[Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling
 2015-05-06  7:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/6] mirror: Discard target sectors if not allocated at source side
 2015-05-06  6:36 UTC 

[Qemu-devel] [PATCH] parallel: Allow to disable CONFIG_PARALLEL
 2015-05-05 10:42 UTC  (5+ messages)

[Qemu-devel] [PATCH v15 00/10] KVM platform device passthrough
 2015-05-06  6:37 UTC 

[Qemu-devel] [PATCH v15 00/10] KVM platform device passthrough
 2015-05-06  6:11 UTC  (2+ messages)


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