qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-24 07:41:59 to 2012-07-24 18:37:13 UTC [more...]

[Qemu-devel] [RFC 00/27] Migration thread (WIP)
 2012-07-24 18:36 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/27] buffered_file: g_realloc() can't fail
` [Qemu-devel] [PATCH 02/27] split MRU ram list
` [Qemu-devel] [PATCH 03/27] savevm: Factorize ram globals reset in its own function
` [Qemu-devel] [PATCH 04/27] add a version number to ram_list
` [Qemu-devel] [PATCH 05/27] protect the ramlist with a separate mutex
` [Qemu-devel] [PATCH 06/27] ram: introduce migration_bitmap_set_dirty()
` [Qemu-devel] [PATCH 07/27] ram: Introduce migration_bitmap_test_and_reset_dirty()
` [Qemu-devel] [PATCH 08/27] ram: Export last_ram_offset()
` [Qemu-devel] [PATCH 09/27] ram: introduce migration_bitmap_sync()
` [Qemu-devel] [PATCH 10/27] Separate migration bitmap
` [Qemu-devel] [PATCH 11/27] BufferedFile: append, then flush
` [Qemu-devel] [PATCH 12/27] buffered_file: rename opaque to migration_state

[Qemu-devel] [PATCH 00/11] Migration next v5
 2012-07-24 18:19 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] Add migration capabilities
` [Qemu-devel] [PATCH 02/11] Add migrate_set_parameter command
` [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 00/22] Migration next
 2012-07-24 18:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH 13/22] Add migration capabilities

[Qemu-devel] [PATCH] qdev: Fix Open Firmware comment
 2012-07-24 17:49 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] Show files ancestors count in HMP
 2012-07-24 17:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] block: Use file_ancestors_count() in qmp_query_block

[Qemu-devel] [RFC PATCH 0/4] qapi: Convert snapshot's commands
 2012-07-24 17:30 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 2/4] qapi: Convert loadvm

[Qemu-devel] [RFC v2] Use QEMU IDL for device serialization/introspection
 2012-07-24 17:20 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] qapi: qapi-visit.py -> qapi_visit.py so we can import
` [Qemu-devel] [PATCH 02/22] qapi: qapi-types.py -> qapi_types.py
` [Qemu-devel] [PATCH 03/22] qapi: qapi-commands.py -> qapi_commands.py
` [Qemu-devel] [PATCH 04/22] qapi: qapi_visit.py, make code useable as module
` [Qemu-devel] [PATCH 05/22] qapi: qapi_visit.py, support arrays and complex qapi definitions
` [Qemu-devel] [PATCH 06/22] qapi: add visitor interfaces for arrays
` [Qemu-devel] [PATCH 07/22] qapi: qapi_visit.py, support generating static functions
` [Qemu-devel] [PATCH 08/22] qapi: qapi_visit.py, support for visiting non-pointer/embedded structs
` [Qemu-devel] [PATCH 09/22] qapi: QmpOutputVisitor, implement array handling
` [Qemu-devel] [PATCH 10/22] qapi: qapi.py, make json parser more robust
` [Qemu-devel] [PATCH 11/22] qapi: add open-coded visitor for struct tm types
` [Qemu-devel] [PATCH 12/22] qom-fuse: workaround for truncated properties > 4096
` [Qemu-devel] [PATCH 13/22] module additions for schema registration
` [Qemu-devel] [PATCH 14/22] qdev: move Property-related declarations to qdev-properties.h
` [Qemu-devel] [PATCH 15/22] qidl: Add documentation
` [Qemu-devel] [PATCH 16/22] qidl: parser, initial import from qc.git
` [Qemu-devel] [PATCH 17/22] qidl: codegen, initial commit
` [Qemu-devel] [PATCH 18/22] qidl: qidl.h
` [Qemu-devel] [PATCH 19/22] qidl: unit tests
` [Qemu-devel] [PATCH 20/22] qemu-timer: add visit_type_QEMUTimer
` [Qemu-devel] [PATCH 21/22] rtc: add QIDL annotations
` [Qemu-devel] [PATCH 22/22] cirrus_vga: "

[Qemu-devel] [seabios PATCH 0/2] Allow non-contiguous APIC IDs
 2012-07-24 17:21 UTC  (6+ messages)
` [Qemu-devel] [seabios PATCH 1/2] acpi: set I/O APIC ID to 0 by default

[Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v2)
 2012-07-24 17:20 UTC  (4+ messages)
` [Qemu-devel] [SeaBIOS PATCH 1/2] acpi: report real I/O APIC ID (0) on MADT table (v2)

[Qemu-devel] [PATCH 00/12] Portable thread-pool/AIO, Win32 emulated AIO
 2012-07-24 16:55 UTC  (11+ messages)
` [Qemu-devel] [PATCH 07/12] qemu-thread: add QemuSemaphore

[Qemu-devel] interrupt mitigation for e1000
 2012-07-24 16:58 UTC 

[Qemu-devel] forgotten commit ? (Re: Proposed patch: huge RX speedup for hw/e1000.c)
 2012-07-24 16:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] net: Add interface to bridge when SIOCBRADDIF isn't available
 2012-07-24 16:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/8]: rename machine options to use dashes
 2012-07-24 16:01 UTC  (9+ messages)
` [Qemu-devel] [PATCH 4/8] qemu-option: add alias support

[Qemu-devel] [PATCH V6 3/3] linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
 2012-07-25  0:01 UTC 

[Qemu-devel] [PATCH V6 2/3] linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
 2012-07-24 23:59 UTC 

[Qemu-devel] [PATCH V6 1/3] linux-user: pass sockaddr from host to target
 2012-07-24 23:58 UTC 

[Qemu-devel] [PATCH V6 0/3] Fix ping issues in linux-user guest
 2012-07-24 23:56 UTC 

[Qemu-devel] [PATCH v2 00/16] net: Move legacy QEMU VLAN code into net/hub.c
 2012-07-24 15:35 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/16] net: Add a hub net client
` [Qemu-devel] [PATCH v2 02/16] net: Use hubs for the vlan feature
` [Qemu-devel] [PATCH v2 03/16] net: Look up 'vlan' net clients using hubs
` [Qemu-devel] [PATCH v2 04/16] hub: Check that hubs are configured correctly
` [Qemu-devel] [PATCH v2 05/16] net: Drop vlan argument to qemu_new_net_client()
` [Qemu-devel] [PATCH v2 06/16] net: Convert qdev_prop_vlan to peer with hub
` [Qemu-devel] [PATCH v2 07/16] net: Remove vlan code from net.c
` [Qemu-devel] [PATCH v2 08/16] net: Remove VLANState
` [Qemu-devel] [PATCH v2 09/16] net: Rename non_vlan_clients to net_clients
` [Qemu-devel] [PATCH v2 10/16] net: Rename VLANClientState to NetClientState
` [Qemu-devel] [PATCH v2 11/16] net: Rename vc local variables to nc
` [Qemu-devel] [PATCH v2 12/16] net: Rename qemu_del_vlan_client() to qemu_del_net_client()
` [Qemu-devel] [PATCH v2 13/16] net: Make "info network" output more readable info
` [Qemu-devel] [PATCH v2 14/16] net: cleanup deliver/deliver_iov func pointers
` [Qemu-devel] [PATCH v2 15/16] net: determine if packets can be sent before net queue deliver packets
` [Qemu-devel] [PATCH v2 16/16] hub: add the support for hub own flow control

[Qemu-devel] KVM call minutes July 24th
 2012-07-24 15:00 UTC 

[Qemu-devel] [PATCH] qom: Reject attempts to add a property that already exists
 2012-07-24 14:56 UTC  (2+ messages)

[Qemu-devel] [PATCH V5 3/3] linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
 2012-07-24 22:33 UTC  (2+ messages)

[Qemu-devel] [PATCH V4 0/3] Block migration if any of the block device is busy
 2012-07-24 14:42 UTC  (12+ messages)
` [Qemu-devel] [PATCH V4 1/3] block: Add bdrv_are_busy()

[Qemu-devel] [PATCH V5 2/3] linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
 2012-07-24 22:31 UTC 

[Qemu-devel] [PATCH V5 1/3] linux-user: pass sockaddr from host to target
 2012-07-24 22:30 UTC 

[Qemu-devel] [PATCH V5 0/3] Fix ping issues in linux-user guest
 2012-07-24 22:28 UTC 

[Qemu-devel] [PATCH] hw/escc: Drop duplicate definition of 'disabled' property
 2012-07-24 14:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION
 2012-07-24  1:56 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/6] virtio-trace: Support virtio-trace
 2012-07-24 13:43 UTC  (6+ messages)

[Qemu-devel] KVM call agenda for Tuesday, July 24
 2012-07-24 12:24 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
 2012-07-24 12:24 UTC  (3+ messages)

[Qemu-devel] [Bug 1028260] [NEW] ARM: stellaris lm3s6965evb machine model broken
 2012-07-24 12:06 UTC  (4+ messages)
` [Qemu-devel] [Bug 1028260] "

[Qemu-devel] vhost-scsi port to v1.1.0 + MSI-X performance regression
 2012-07-24 12:10 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/6] file descriptor passing using fd sets
 2012-07-24 12:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 6/6] block: Enable qemu_open/close to work with "

[Qemu-devel] [PATCH 0/2] build: get all *.d files
 2012-07-24 12:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] build: get dependency file directories from object file names

[Qemu-devel] Synchronize issue and lost character when using serial as pipe type
 2012-07-24 11:36 UTC  (2+ messages)

[Qemu-devel] [PULL] pci,msi,virtio
 2012-07-24 11:32 UTC  (7+ messages)

[Qemu-devel] [RFC PATCH 0/2] GlusterFS support in QEMU - v2
 2012-07-24 11:30 UTC  (6+ messages)

[Qemu-devel] [PATCH resend] tests: Makefile: include dependency files
 2012-07-24 11:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/47] Block job improvements for 1.2
 2012-07-24 11:04 UTC  (48+ messages)
` [Qemu-devel] [PATCH 01/47] qapi: generalize documentation of streaming commands
` [Qemu-devel] [PATCH 02/47] qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
` [Qemu-devel] [PATCH 03/47] block: move job APIs to separate files
` [Qemu-devel] [PATCH 04/47] block: add block_job_query
` [Qemu-devel] [PATCH 05/47] block: add support for job pause/resume
` [Qemu-devel] [PATCH 06/47] qmp: add block-job-pause and block-job-resume
` [Qemu-devel] [PATCH 07/47] qemu-iotests: add test for pausing a streaming operation
` [Qemu-devel] [PATCH 08/47] block: rename block_job_complete to block_job_completed
` [Qemu-devel] [PATCH 09/47] block: rename BlockErrorAction, BlockQMPEventAction
` [Qemu-devel] [PATCH 10/47] block: move BlockdevOnError declaration to QAPI
` [Qemu-devel] [PATCH 11/47] block: reorganize io error code
` [Qemu-devel] [PATCH 12/47] block: sort BlockDeviceIoStatus errors by severity
` [Qemu-devel] [PATCH 13/47] block: introduce block job error
` [Qemu-devel] [PATCH 14/47] stream: add on-error argument
` [Qemu-devel] [PATCH 15/47] blkdebug: process all set_state rules in the old state
` [Qemu-devel] [PATCH 16/47] qemu-iotests: map underscore to dash in QMP argument names
` [Qemu-devel] [PATCH 17/47] qemu-iotests: add tests for streaming error handling
` [Qemu-devel] [PATCH 18/47] block: live snapshot documentation tweaks
` [Qemu-devel] [PATCH 19/47] block: add bdrv_query_info
` [Qemu-devel] [PATCH 20/47] block: add bdrv_query_stats
` [Qemu-devel] [PATCH 21/47] block: add bdrv_ensure_backing_file
` [Qemu-devel] [PATCH 22/47] block: make device optional in BlockInfo
` [Qemu-devel] [PATCH 23/47] block: add target info to QMP query-blockjobs command
` [Qemu-devel] [PATCH 24/47] block: introduce new dirty bitmap functionality
` [Qemu-devel] [PATCH 25/47] block: add block-job-complete
` [Qemu-devel] [PATCH 26/47] block: introduce BLOCK_JOB_READY event
` [Qemu-devel] [PATCH 27/47] block: introduce mirror job
` [Qemu-devel] [PATCH 28/47] qmp: add drive-mirror command
` [Qemu-devel] [PATCH 29/47] mirror: support querying target file
` [Qemu-devel] [PATCH 30/47] mirror: implement completion
` [Qemu-devel] [PATCH 31/47] qemu-iotests: add mirroring test case
` [Qemu-devel] [PATCH 32/47] block: forward bdrv_iostatus_reset to block job
` [Qemu-devel] [PATCH 33/47] mirror: add support for on-source-error/on-target-error
` [Qemu-devel] [PATCH 34/47] qmp: add pull_event function
` [Qemu-devel] [PATCH 35/47] qemu-iotests: add testcases for mirroring on-source-error/on-target-error
` [Qemu-devel] [PATCH 36/47] host-utils: add ffsl and flsl
` [Qemu-devel] [PATCH 37/47] add hierarchical bitmap data type and test cases
` [Qemu-devel] [PATCH 38/47] block: implement dirty bitmap using HBitmap
` [Qemu-devel] [PATCH 39/47] block: make round_to_clusters public
` [Qemu-devel] [PATCH 40/47] mirror: perform COW if the cluster size is bigger than the granularity
` [Qemu-devel] [PATCH 41/47] block: return count of dirty sectors, not chunks
` [Qemu-devel] [PATCH 42/47] block: allow customizing the granularity of the dirty bitmap
` [Qemu-devel] [PATCH 43/47] mirror: allow customizing the granularity
` [Qemu-devel] [PATCH 44/47] mirror: switch mirror_iteration to AIO
` [Qemu-devel] [PATCH 45/47] mirror: add buf-size argument to drive-mirror
` [Qemu-devel] [PATCH 46/47] mirror: support more than one in-flight AIO operation
` [Qemu-devel] [PATCH 47/47] mirror: support arbitrarily-sized iterations

[Qemu-devel] [PATCH 00/16] net: Move legacy QEMU VLAN code into net/hub.c
 2012-07-24 10:49 UTC  (10+ messages)
` [Qemu-devel] [PATCH 06/16] net: Convert qdev_prop_vlan to peer with hub
` [Qemu-devel] [PATCH 08/16] net: Remove VLANState
` [Qemu-devel] [PATCH 13/16] net: Make "info network" output more readable info

[Qemu-devel] [PATCH] hw/armv7m_nvic: Fix incorrect default for num-irqs property
 2012-07-24 10:39 UTC 

[Qemu-devel] [Qemu-discuss] qemu-kvm: -netdev user: Parameter 'id' is missing
 2012-07-24 10:23 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] More RELATIVE SEEK fun
 2012-07-24  9:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

[Qemu-devel] [RFC] introduce a dynamic library to expose qemu block API
 2012-07-24  9:33 UTC  (12+ messages)

[Qemu-devel] [PATCH v3 0/2] bitops patches
 2012-07-24  9:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 2/2] bitops: fix types

[Qemu-devel] [PATCH] kvm: Move kvm_allows_irq0_override() to target-i386
 2012-07-24  8:58 UTC  (16+ messages)

[Qemu-devel] [Bug 897750] Re: libvirt/kvm problem with disk attach/detach/reattach on running virt
 2012-07-24  8:06 UTC 

[Qemu-devel] [PATCH] eepro100: fix simplified mode
 2012-07-24  7:49 UTC  (3+ messages)

[Qemu-devel] [PULL 0/2] NBD changes for 2012-07-24
 2012-07-24  7:41 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-nbd: reorganize help message
` [Qemu-devel] [PATCH 2/2] qemu-nbd: add --cache and --aio options


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