qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-12 05:53:07 to 2013-04-13 11:28:11 UTC [more...]

[Qemu-devel] [PATCH For SD and QEMU] Add discard/trim support for Sheepdog
 2013-04-13 11:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] sheep: remove unused 'flags' in remove_object()
` [Qemu-devel] [PATCH 2/3] sheep: teach sheep to discard unused objects
` [Qemu-devel] [PATCH 3/3] tests: add 058 to test discard/trim

[Qemu-devel] [PATCH V2 0/5] block: make qmp_transaction extendable
 2013-04-13 11:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH V2 1/5] block: package preparation code in qmp_transaction()
` [Qemu-devel] [PATCH V2 2/5] block: move input parsing "
` [Qemu-devel] [PATCH V2 3/5] block: package committing "
` [Qemu-devel] [PATCH V2 4/5] block: package rolling back "
` [Qemu-devel] [PATCH V2 5/5] block: make all steps in qmp_transaction() as callback

[Qemu-devel] [PATCH V12 00/18] qmp/hmp interfaces for internal snapshot info
 2013-04-13  8:56 UTC  (19+ messages)
` [Qemu-devel] [PATCH V12 01/18] block: move bdrv_snapshot_find() to block/snapshot.c
` [Qemu-devel] [PATCH V12 02/18] block: distinguish id and name in bdrv_find_snapshot()
` [Qemu-devel] [PATCH V12 03/18] qemu-img: remove unused parameter in collect_image_info()
` [Qemu-devel] [PATCH V12 04/18] block: move collect_snapshots() and collect_image_info() to block/qapi.c
` [Qemu-devel] [PATCH V12 05/18] block: add snapshot info query function bdrv_query_snapshot_info_list()
` [Qemu-devel] [PATCH V12 06/18] block: add check for VM snapshot in bdrv_query_snapshot_info_list()
` [Qemu-devel] [PATCH V12 07/18] block: change VM snapshot checking logic
` [Qemu-devel] [PATCH V12 08/18] block: add image info query function bdrv_query_image_info()
` [Qemu-devel] [PATCH V12 09/18] block: move qmp_query_block() and bdrv_query_info() to block/qapi.c
` [Qemu-devel] [PATCH V12 10/18] qmp: add interface query-snapshots
` [Qemu-devel] [PATCH V12 11/18] qmp: add recursive member in ImageInfo
` [Qemu-devel] [PATCH V12 12/18] qmp: add ImageInfo in BlockDeviceInfo used by query-block
` [Qemu-devel] [PATCH V12 13/18] block: move bdrv_snapshot_dump() and dump_human_image_info() to block/qapi.c
` [Qemu-devel] [PATCH V12 14/18] block: dump to monitor for bdrv_snapshot_dump() and bdrv_image_info_dump()
` [Qemu-devel] [PATCH V12 15/18] hmp: add function hmp_info_snapshots()
` [Qemu-devel] [PATCH V12 16/18] hmp: switch snapshot info function to qmp based one
` [Qemu-devel] [PATCH V12 17/18] hmp: show ImageInfo in 'info block'
` [Qemu-devel] [PATCH V12 18/18] hmp: add parameters device and -v for info block

[Qemu-devel] [Bug 778032] [NEW] qemu spinning on serial port writes
 2013-04-13  3:13 UTC  (2+ messages)
` [Qemu-devel] [Bug 778032] "

[Qemu-devel] latest master: major slowdown (something spinning?)
 2013-04-13  3:19 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/15] block: Overriding the backing file with -drive
 2013-04-12 22:50 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/15] block: Fail gracefully when using a format driver on protocol level
` [Qemu-devel] [PATCH 02/15] block: Add driver-specific options for backing files
` [Qemu-devel] [PATCH 03/15] block: Enable filename option
` [Qemu-devel] [PATCH 04/15] raw-posix: Use bdrv_open options instead of filename
` [Qemu-devel] [PATCH 05/15] raw-win32: "
` [Qemu-devel] [PATCH 06/15] blkdebug: "
` [Qemu-devel] [PATCH 07/15] blkverify: "
` [Qemu-devel] [PATCH 08/15] curl: "
` [Qemu-devel] [PATCH 09/15] gluster: "
` [Qemu-devel] [PATCH 10/15] iscsi: "
` [Qemu-devel] [PATCH 11/15] rbd: "
` [Qemu-devel] [PATCH 12/15] sheepdog: "
` [Qemu-devel] [PATCH 13/15] vvfat: "
` [Qemu-devel] [PATCH 14/15] block: Remove filename parameter from .bdrv_file_open()
` [Qemu-devel] [PATCH 15/15] block: Allow overriding backing.file.filename

[Qemu-devel] QEMU Exception Handling
 2013-04-12 22:14 UTC 

[Qemu-devel] [PATCH v2] tpm: Move TPM passthrough specific command line options to backend structure
 2013-04-12 21:59 UTC 

[Qemu-devel] [PATCH v2 0/8] rdma: migration support
 2013-04-12 21:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] rdma: introduce qemu_ram_foreach_block
` [Qemu-devel] [PATCH v2 2/8] rdma: new QEMUFileOps hooks
` [Qemu-devel] [PATCH v2 3/8] rdma: export ram_handle_compressed()
` [Qemu-devel] [PATCH v2 4/8] rdma: introduce capability for chunk registration
` [Qemu-devel] [PATCH v2 5/8] rdma: core rdma logic
` [Qemu-devel] [PATCH v2 6/8] rdma: send pc.ram
` [Qemu-devel] [PATCH v2 7/8] rdma: print out throughput while debugging
` [Qemu-devel] [PATCH v2 8/8] rdma: add documentation

[Qemu-devel] [PATCH] bswap: fix compiler warning
 2013-04-12 20:31 UTC  (8+ messages)

[Qemu-devel] [PATCH] qemu-img: refuse to compress files with invalid size
 2013-04-12 20:04 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2 00/11] qemu-ga: fsfreeze on Windows using VSS
 2013-04-12 20:02 UTC  (12+ messages)
` [Qemu-devel] [RFC PATCH v2 01/11] configure: Support configuring c++ compiler
` [Qemu-devel] [RFC PATCH v2 02/11] Fix errors and warnings while compiling with c++ compilier
` [Qemu-devel] [RFC PATCH v2 03/11] Add a script to extract VSS SDK headers on POSIX system
` [Qemu-devel] [RFC PATCH v2 04/11] qemu-ga: Add an configure option to specify path to Windows VSS SDK
` [Qemu-devel] [RFC PATCH v2 05/11] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze
` [Qemu-devel] [RFC PATCH v2 06/11] qemu-ga: Add Windows VSS requester to quisce applications and filesystems
` [Qemu-devel] [RFC PATCH v2 07/11] qemu-ga: call Windows VSS requester in fsfreeze command handler
` [Qemu-devel] [RFC PATCH v2 08/11] qemu-ga: install Windows VSS provider on `qemu-ga -s install'
` [Qemu-devel] [RFC PATCH v2 09/11] qemu-ga: Add VSS provider .tlb file in the repository
` [Qemu-devel] [RFC PATCH v2 10/11] QMP/qemu-ga-client: make timeout longer for guest-fsfreeze-freeze command
` [Qemu-devel] [RFC PATCH v2 11/11] QMP/qmp.py: set locale for exceptions to display non-ascii messages correctly

[Qemu-devel] [PATCH 00/19 v3] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-12 19:25 UTC  (39+ messages)
` [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library
` [Qemu-devel] [PATCH 04/19] cpu: call cpu_synchronize_post_init() from CPUClass.realize() if hotplugged
` [Qemu-devel] [PATCH 05/19] cpu: resume CPU from CPUClass.cpu_common_realizefn() when it is hot-plugged
` [Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier
` [Qemu-devel] [PATCH 07/19] rtc: update rtc_cmos on CPU hot-plug
` [Qemu-devel] [PATCH 08/19] cpu: introduce get_arch_id() method and override it for target-i386
` [Qemu-devel] [PATCH 09/19] cpu: add helper cpu_exists(), to check if CPU with specified id exists
` [Qemu-devel] [PATCH 11/19] target-i386: introduce apic-id property
` [Qemu-devel] [PATCH 18/19] target-i386: expose all possible CPUs as /machine/icc-bridge/cpu[0..N] links

[Qemu-devel] [PATCH] Remove unneeded type casts
 2013-04-12 18:53 UTC 

[Qemu-devel] [PULL 0/4] MinGW patches for QEMU
 2013-04-12 16:34 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] Check effective suspension of TCG thread
` [Qemu-devel] [PATCH 2/4] Ensure good ordering of memory instruction in cpu_exec
` [Qemu-devel] [PATCH 3/4] Release SMP restriction on Windows
` [Qemu-devel] [PATCH 4/4] qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32

[Qemu-devel] [PATCH] fpu: Correct edgecase in float64_muladd
 2013-04-12 15:37 UTC 

[Qemu-devel] [PATCH 0/2] Implement migration support for pflash_cfi01
 2013-04-12 15:33 UTC  (6+ messages)
` [Qemu-devel] Use of flash for x86 BIOS (was: [PATCH 0/2] Implement migration support for pflash_cfi01)
    ` [Qemu-devel] Use of flash for x86 BIOS

[Qemu-devel] [PATCH 0/3] Kill the "use flash device for BIOS unless KVM" misfeature
 2013-04-12 15:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()
` [Qemu-devel] [PATCH 2/3] pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()
` [Qemu-devel] [PATCH 3/3] pc: Kill the "use flash device for BIOS unless KVM" misfeature

[Qemu-devel] [RFC PATCH RDMA support v5: 03/12] comprehensive protocol documentation
 2013-04-12 14:43 UTC  (26+ messages)

[Qemu-devel] [PULL v2 0/4] Trivial patches for 6 to 12 April 2013
 2013-04-12 14:38 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-moxie: Fix VMState registration
` [Qemu-devel] [PATCH 2/4] linux-user: pass correct host flags to eventfd2 call
` [Qemu-devel] [PATCH 3/4] Typo, spelling and grammatical fixes
` [Qemu-devel] [PATCH 4/4] cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)

[Qemu-devel] lsi_soft_reset: Assertion `!s->current' failed with Windows XP setup
 2013-04-12 14:02 UTC 

[Qemu-devel] [PULL 0/3] QMP queue
 2013-04-12 13:58 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] New cpu-max field in query-machines QMP command output
` [Qemu-devel] [PULL 2/3] Revert "New QMP command query-cpu-max and HMP command cpu_max"
` [Qemu-devel] [PULL 3/3] qapi: use valid JSON in schema

[Qemu-devel] [PATCH 2/8] rdma: core rdma logic
 2013-04-12 13:49 UTC  (12+ messages)
` [Qemu-devel] [PATCH 3/8] rdma: new QEMUFileOps hooks
` [Qemu-devel] [PATCH 4/8] rdma: implement "
` [Qemu-devel] [PATCH 8/8] rdma: add documentation

[Qemu-devel] [RFC 00/13] aio: drop io_flush()
 2013-04-12 13:41 UTC  (8+ messages)

[Qemu-devel] [PATCH] virtio.h: drop unused function prototypes
 2013-04-12 13:12 UTC 

[Qemu-devel] [PULL 0/4] Trivial patches for 6 to 12 April 2013
 2013-04-12 12:39 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] target-moxie: Fix VMState registration
` [Qemu-devel] [PATCH 2/4] linux-user: pass correct host flags to eventfd2 call
` [Qemu-devel] [PATCH 3/4] Typo, spelling and grammatical fixes
` [Qemu-devel] [PATCH 4/4] cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)

[Qemu-devel] Is FW_CFG_PPC_CPUFREQ deprecated?
 2013-04-12 12:29 UTC 

[Qemu-devel] [PATCH 1/3] debugcon: fix always print "addr=0x0, val=0x0" bug
 2013-04-12 12:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] debugcon: fix compiler warning when open DEBUG_DEBUGCON

[Qemu-devel] qemu-img: error while compressing, Input/output error
 2013-04-12 11:55 UTC 

[Qemu-devel] [PATCH V11 00/17] qmp/hmp interfaces for internal snapshot info
 2013-04-12 11:51 UTC  (18+ messages)
` [Qemu-devel] [PATCH V11 09/17] qmp: add interface query-snapshots
` [Qemu-devel] [PATCH V11 13/17] block: dump to buffer for bdrv_snapshot_dump() and bdrv_image_info_dump()

[Qemu-devel] [PATCH] cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC)
 2013-04-12 11:46 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH v2] Typo, spelling and grammatical fixes
 2013-04-12 11:41 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] Typo, spelling and grammatical fixes
 2013-04-12 11:40 UTC  (4+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image
 2013-04-12 11:40 UTC  (6+ messages)

[Qemu-devel] [PATCH] linux-user: pass correct host flags to eventfd2 call
 2013-04-12 11:36 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] target-moxie: Fix VMState registration
 2013-04-12 11:32 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH 0/8] rdma: migration support
 2013-04-12 11:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] m25p80: Fix debug printfery
 2013-04-12 11:25 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH v2 0/2] New trace backend: ftrace
 2013-04-12 11:06 UTC  (2+ messages)

[Qemu-devel] Nic devices' name are wrongly repeated
 2013-04-12 10:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH] net: make nic name unique

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2013-04-12 10:25 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

[Qemu-devel] [PATCH] qemu-char: another io_add_watch_poll fix
 2013-04-12 10:31 UTC  (5+ messages)

[Qemu-devel] weird behaviour of numlock key
 2013-04-12 10:29 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] proposal to make hostmem listener RAM unplug safe
 2013-04-12 10:03 UTC  (18+ messages)
` [Qemu-devel] [PATCH 2/5] hostmem: make hostmem global and RAM hotunplg safe
` [Qemu-devel] [PATCH 3/5] vring: use hostmem's RAM safe api
` [Qemu-devel] [PATCH 4/5] virtio-blk: release reference to RAM's memoryRegion

[Qemu-devel] [PATCH] virtio-balloon: fix dynamic properties
 2013-04-12  9:33 UTC  (6+ messages)

[Qemu-devel] VNC Websocket TLS support design decisions
 2013-04-12  9:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] Initial TLS support for VNC Websockets
 2013-04-12  8:45 UTC 

[Qemu-devel] [PATCH 0/3] Release SMP restriction on Windows host
 2013-04-12  8:20 UTC  (5+ messages)

[Qemu-devel] [RFC][PATCH 00/22] instrument: Let the user wrap/override specific event tracing routines
 2013-04-12  8:18 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v3 0/5] port network layer onto glib
 2013-04-12  7:44 UTC  (8+ messages)

[Qemu-devel] [PATCH] rbd: add an asynchronous flush
 2013-04-12  7:42 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH] ui/gtk: Set QEMU window icon
 2013-04-12  6:55 UTC  (4+ messages)

[Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message
 2013-04-12  6:46 UTC 


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