qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-01 20:27:01 to 2012-08-02 13:18:08 UTC [more...]

[Qemu-devel] [RFC 00/12] Qorum disk image corruption resiliency
 2012-08-02 13:17 UTC  (14+ messages)
` [Qemu-devel] [RFC 01/12] qorum: Add GPL v2+ header file
` [Qemu-devel] [RFC 02/12] qorum: Add QorumSingleAIOCB and QorumAIOCB
` [Qemu-devel] [RFC 03/12] qorum: Create BDRVQorumState and BlkDriver and do init
` [Qemu-devel] [RFC 04/12] qorum: Add qorum_open()
` [Qemu-devel] [RFC 05/12] qorum: Add qorum_close()
` [Qemu-devel] [RFC 06/12] qorum: Add qorum_getlength()
` [Qemu-devel] [RFC 07/12] qorum: Add qorum_aio_writev and its dependencies
` [Qemu-devel] [RFC 08/12] blkverify: Make blkverify_iovec_clone() and blkverify_iovec_compare() public
` [Qemu-devel] [RFC 09/12] qorum: Add qorum_co_flush()
` [Qemu-devel] [RFC 10/12] qorum: Add qorum_aio_readv
` [Qemu-devel] [RFC 11/12] qorum: Add qorum mechanism
` [Qemu-devel] [RFC 12/12] qorum: build feature into QEMU

[Qemu-devel] [PATCH v3] Support 'help' as a synonym for '?' in command line options
 2012-08-02 12:45 UTC 

[Qemu-devel] [PATCH 00/11] Migration next v9
 2012-08-02 12:44 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] Add migration capabilities
` [Qemu-devel] [PATCH 02/11] Add migrate-set-capabilities and query-migrate-capabilities
` [Qemu-devel] [PATCH 03/11] Add XBZRLE documentation
` [Qemu-devel] [PATCH 04/11] Add cache handling functions
` [Qemu-devel] [PATCH 05/11] Add uleb encoding/decoding functions
` [Qemu-devel] [PATCH 06/11] Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
` [Qemu-devel] [PATCH 07/11] Add XBZRLE to ram_save_block and ram_save_live
` [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command
` [Qemu-devel] [PATCH 09/11] Add migration accounting for normal and duplicate pages
` [Qemu-devel] [PATCH 10/11] Add XBZRLE statistics
` [Qemu-devel] [PATCH 11/11] Restart optimization on stage3 update version

[Qemu-devel] [PATCH for-1.2] cpus: Register reset callback centrally
 2012-08-02 12:44 UTC  (4+ messages)

[Qemu-devel] QEMU 1.2 Test Day - August 16 2012
 2012-08-02 12:22 UTC 

[Qemu-devel] Smc support in qemu
 2012-08-02 12:20 UTC 

[Qemu-devel] Third shot at adding IPMI to qemu
 2012-08-02 12:17 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/18] smbios: Add a function to directly add an entry

[Qemu-devel] [PATCH 0/3] Move CPU model definitions to C
 2012-08-02 12:15 UTC  (12+ messages)
` [Qemu-devel] [PATCH 3/3] eliminate cpus-x86_64.conf file

[Qemu-devel] [RFC 00/27] Migration thread (WIP)
 2012-08-02 12:01 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object
 2012-08-02 11:55 UTC 

[Qemu-devel] [PATCH v1 00/34]: add new error format
 2012-08-02 11:53 UTC  (38+ messages)
` [Qemu-devel] [PATCH 01/34] monitor: drop unused monitor debug code
` [Qemu-devel] [PATCH 02/34] qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
` [Qemu-devel] [PATCH 03/34] qerror: QERR_DEVICE_ENCRYPTED: add filename info to "
` [Qemu-devel] [PATCH 04/34] qerror: reduce public exposure
` [Qemu-devel] [PATCH 05/34] qerror: drop qerror_abort()
` [Qemu-devel] [PATCH 06/34] qerror: avoid passing qerr pointer
` [Qemu-devel] [PATCH 07/34] qerror: QError: drop file, linenr, func
` [Qemu-devel] [PATCH 08/34] qerror: qerror_format(): return an allocated string
` [Qemu-devel] [PATCH 09/34] qerror: don't delay error message construction
` [Qemu-devel] [PATCH 10/34] error: "
` [Qemu-devel] [PATCH 11/34] qmp: query-block: add 'valid_encryption_key' field
` [Qemu-devel] [PATCH 12/34] hmp: hmp_cont(): don't rely on QERR_DEVICE_ENCRYPTED
` [Qemu-devel] [PATCH 13/34] hmp: hmp_change(): "
` [Qemu-devel] [PATCH 14/34] net: inet_connect(), inet_connect_opts(): add in_progress argument
` [Qemu-devel] [PATCH 15/34] net: inet_connect(), inet_connect_opts(): return -errno
` [Qemu-devel] [PATCH 16/34] migration: don't rely on QERR_SOCKET_*
` [Qemu-devel] [PATCH 17/34] qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
` [Qemu-devel] [PATCH 18/34] error: drop unused functions
` [Qemu-devel] [PATCH 19/34] block: block_int: include qerror.h
` [Qemu-devel] [PATCH 20/34] hmp: hmp.h: include qdict.h
` [Qemu-devel] [PATCH 21/34] qapi: qapi-types.h: don't include qapi/qapi-types-core.h
` [Qemu-devel] [PATCH 22/34] qapi: generate correct enum names for camel case enums
` [Qemu-devel] [PATCH 23/34] qapi: don't convert enum strings to lowercase
` [Qemu-devel] [PATCH 24/34] qapi-schema: add ErrorClass enum
` [Qemu-devel] [PATCH 25/34] qerror: qerror_table: don't use C99 struct initializers
` [Qemu-devel] [PATCH 26/34] error, qerror: add ErrorClass argument to error functions
` [Qemu-devel] [PATCH 27/34] qerror: add proper ErrorClass value for QERR_ macros
` [Qemu-devel] [PATCH 28/34] error: add error_get_class()
` [Qemu-devel] [PATCH 29/34] qmp: switch to the new error format on the wire
` [Qemu-devel] [PATCH 30/34] qemu-ga: "
` [Qemu-devel] [PATCH 31/34] error, qerror: pass desc string to error calls
` [Qemu-devel] [PATCH 32/34] qerror: drop qerror_table and qerror_format()
` [Qemu-devel] [PATCH 33/34] error: drop error_get_qobject()/error_set_qobject()
` [Qemu-devel] [PATCH 34/34] error, qerror: drop QDict member

[Qemu-devel] [PULL 00/11] Migration next
 2012-08-02 11:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 10/11] Add XBZRLE statistics

[Qemu-devel] [PATCH 0/2 v3] target-i386: refactor reset handling and move it into cpu.c
 2012-08-02 11:19 UTC  (17+ messages)
` [Qemu-devel] [PATCH 1/2] target-i386: move cpu halted decision into x86_cpu_reset

[Qemu-devel] [PATCH] [RFC] libqblock draft code v1
 2012-08-02 11:13 UTC  (16+ messages)

[Qemu-devel] [PATCH][RFC] Add compare subcommand for qemu-img
 2012-08-02 11:11 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function
 2012-08-02 10:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/6 v11] docs: spec for add-cow file format
 2012-08-02 10:44 UTC  (20+ messages)
` [Qemu-devel] [PATCH 2/6 v11 v11] block: make some functions public
` [Qemu-devel] [PATCH 3/6] add-cow file format
` [Qemu-devel] [PATCH 4/6 v11] add-cow: support snapshot_blkde

[Qemu-devel] [PATCH v4 0/2] GlusterFS support in QEMU - v4
 2012-08-02 10:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 2/2] block: Support GlusterFS as a QEMU block backend

[Qemu-devel] [PATCH] build: change dist target to use xz
 2012-08-02 10:08 UTC 

[Qemu-devel] [PATCH 0/10] Remove periodic wakeup from RTC timer
 2012-08-02  9:58 UTC  (11+ messages)
` [Qemu-devel] [PATCH 06/10] vmstate: add VMSTATE_TIMER_V
` [Qemu-devel] [PATCH 05/10] RTC: Update the RTC clock only when reading it

[Qemu-devel] [ANNOUNCE] kvm-kmod-3.5
 2012-08-02  9:47 UTC 

[Qemu-devel] [PATCH v2 0/7] split out uses of kvm_irqchip_in_kernel()
 2012-08-02  9:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] Support 'help' as a synonym for '?' in command line options
 2012-08-02  9:10 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] VFIO-based PCI device assignment for QEMU 1.2
 2012-08-02  9:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/3] vfio: Import vfio kernel header
` [Qemu-devel] [PATCH 3/3] vfio: Enable vfio-pci and mark supported

[Qemu-devel] [PATCH 1/2] qom: add missing 'const' in documentation sample
 2012-08-02  8:40 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] esp: add missing const on TypeInfo structures

[Qemu-devel] [PATCH v2] esp: add Tekram DC-390 emulation (PC SCSI adapter)
 2012-08-02  8:37 UTC 

[Qemu-devel] [PATCH v2 0/6] Clang patches
 2012-08-02  8:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/6] qapi: avoid reserved keywords
` [Qemu-devel] [PATCH v2 6/6] scsi-bus: remove overlapping entry

[Qemu-devel] [PATCH for-1.2 v5 00/14] pci_host: Convert to QOM
 2012-08-02  8:30 UTC  (17+ messages)
` [Qemu-devel] [PATCH for-1.2 v5 01/14] pci: Make host bridge TypeInfos const
` [Qemu-devel] [PATCH for-1.2 v5 02/14] alpha_typhoon: QOM'ify Typhoon PCI host bridge
` [Qemu-devel] [PATCH for-1.2 v5 03/14] bonito: QOM'ify Bonito "
` [Qemu-devel] [PATCH for-1.2 v5 04/14] dec_pci: QOM'ify DEC 21154 PCI-PCI bridge
` [Qemu-devel] [PATCH for-1.2 v5 05/14] grackle_pci: QOM'ify Grackle PCI host bridge
` [Qemu-devel] [PATCH for-1.2 v5 06/14] gt64xxx: QOM'ify GT64120 "
` [Qemu-devel] [PATCH for-1.2 v5 07/14] ppc4xx_pci: QOM'ify ppc4xx "
` [Qemu-devel] [PATCH for-1.2 v5 08/14] ppce500_pci: QOM'ify e500 "
` [Qemu-devel] [PATCH for-1.2 v5 09/14] prep_pci: QOM'ify Raven "
` [Qemu-devel] [PATCH for-1.2 v5 10/14] spapr_pci: QOM'ify sPAPR "
` [Qemu-devel] [PATCH for-1.2 v5 11/14] unin_pci: QOM'ify UniNorth PCI host bridges
` [Qemu-devel] [PATCH for-1.2 v5 12/14] pci_host: Turn into SysBus-derived QOM type
` [Qemu-devel] [PATCH for-1.2 v5 13/14] pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE
` [Qemu-devel] [PATCH for-1.2 v5 14/14] pci: Tidy up PCI host bridges

[Qemu-devel] [PATCH V6 0/3] Show backing file depth in HMP and QMP
 2012-08-02  8:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH V6 1/3] block: create bdrv_get_backing_file_depth()
` [Qemu-devel] [PATCH V6 2/3] block: Use bdrv_get_backing_file_depth()
` [Qemu-devel] [PATCH V6 3/3] hmp: show the backing file depth

[Qemu-devel] [PATCH] esp: add Tekram DC-390 emulation (PC SCSI adapter)
 2012-08-02  7:33 UTC  (5+ messages)

[Qemu-devel] [PATCH] block: Set cdrom device read only flag
 2012-08-02  7:20 UTC  (4+ messages)

[Qemu-devel] [Bug 1032048] [NEW] qemu-kvm 1.1.x can't 'make', guest: 'arm', host: x86_64
 2012-08-02  6:59 UTC  (2+ messages)
` [Qemu-devel] [Bug 1032048] "

[Qemu-devel] [PULL for-1.2] QOM CPUState, part 4: initial field movements
 2012-08-02  6:27 UTC  (6+ messages)
` [Qemu-devel] [PATCH for-1.2 1/4] qemu-thread: Let qemu_thread_is_self() return bool
` [Qemu-devel] [PATCH for-1.2 2/4] cpu: Move CPU_COMMON_THREAD into CPUState
` [Qemu-devel] [PATCH for-1.2 3/4] cpu: Move thread field "
` [Qemu-devel] [PATCH for-1.2 4/4] cpu: Move thread_kicked to CPUState

[Qemu-devel] [PATCH][RFC] Add compare subcommand for qemu-img
 2012-08-02  5:19 UTC  (2+ messages)

[Qemu-devel] [0/2] Allow machine to control ordering of reset
 2012-08-02  3:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Allow QEMUMachine to override reset sequencing
` [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence

[Qemu-devel] [PATCHv2] unicore32-softmmu: Add a minimal curses screen support
 2012-08-02  3:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] Remove ill-advised fallback when we cannot allocate from -mem-path
 2012-08-02  2:56 UTC  (2+ messages)

[Qemu-devel] [RFC 00/27]: add new error format
 2012-08-02  2:31 UTC  (5+ messages)

[Qemu-devel] [RFC] Factor out fifos / circular buffers
 2012-08-02  1:40 UTC  (3+ messages)

[Qemu-devel] [Bug 1027525] [NEW] Unable to insert cd media located on ro nfs mount
 2012-08-02  1:16 UTC  (3+ messages)
` [Qemu-devel] [Bug 1027525] "

[Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw
 2012-08-02  1:16 UTC 

[Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v3)
 2012-08-02  0:49 UTC  (4+ messages)

[Qemu-devel] Cirrus bugs vs endian: how two bugs cancel each other out
 2012-08-01 23:29 UTC  (14+ messages)

[Qemu-devel] [PATCH v4 00/10] {alpha-}linux user improvements
 2012-08-01 23:24 UTC  (2+ messages)

[Qemu-devel] [libvirt-users] Using virsh to load scripts for the guest machine
 2012-08-01 23:17 UTC  (3+ messages)

[Qemu-devel] [Bug 1031955] [NEW] qemu-system-arm -M lm3s811evb fails
 2012-08-01 22:14 UTC  (2+ messages)
` [Qemu-devel] [Bug 1031955] "

[Qemu-devel] virtio-blk: Something bizarre with VIRTIO_BLK_T_GET_ID
 2012-08-01 22:03 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/4] char: expose MemoryCharDriver to users and provide QMP interface
 2012-08-01 21:39 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 1/4] qemu-char: Convert MemCharDriver to circular buffer
` [Qemu-devel] [RFC PATCH 3/4] qmp: Introduce memchar_write QMP command

[Qemu-devel] [Bug 1031920] [NEW] Linux user gdbserver does not respond to remote `Ctrl-C' interrupts
 2012-08-01 20:23 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).