| [2/2] alpha-linux-user: Correct select |
2013-01-16 |
Richard Henderson |
|
New |
| [01/21] Fix semaphores fallback code |
2013-01-16 |
Michael Roth |
|
New |
| [02/21] Disable semaphores fallback code for OpenBSD |
2013-01-16 |
Michael Roth |
|
New |
| [03/21] Fix off-by-1 error in RAM migration code |
2013-01-16 |
Michael Roth |
|
New |
| [04/21] migration: Fix madvise breakage if host and guest have different page sizes |
2013-01-16 |
Michael Roth |
|
New |
| [05/21] target-mips: Fix incorrect code and test for INSV |
2013-01-16 |
Michael Roth |
|
New |
| [06/21] target-mips: Fix incorrect shift for SHILO and SHILOV |
2013-01-16 |
Michael Roth |
|
New |
| [07/21] vfio-pci: Don't use kvm_irqchip_in_kernel |
2013-01-16 |
Michael Roth |
|
New |
| [08/21] seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 |
2013-01-16 |
Michael Roth |
|
New |
| [09/21] Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 |
2013-01-16 |
Michael Roth |
|
New |
| [10/21] pixman: fix vnc tight png/jpeg support |
2013-01-16 |
Michael Roth |
|
New |
| [11/21] target-xtensa: fix ITLB/DTLB page protection flags |
2013-01-16 |
Michael Roth |
|
New |
| [12/21] qxl: save qemu_create_displaysurface_from result |
2013-01-16 |
Michael Roth |
|
New |
| [13/21] qxl+vnc: register a vm state change handler for dummy spice_server |
2013-01-16 |
Michael Roth |
|
New |
| [14/21] e1000: Discard oversized packets based on SBP|LPE |
2013-01-16 |
Michael Roth |
|
New |
| [15/21] migration: fix migration_bitmap leak |
2013-01-16 |
Michael Roth |
|
New |
| [16/21] buffered_file: do not send more than s->bytes_xfer bytes per tick |
2013-01-16 |
Michael Roth |
|
New |
| [17/21] target-xtensa: fix search_pc for the last TB opcode |
2013-01-16 |
Michael Roth |
|
New |
| [18/21] vfio-pci: Make host MSI-X enable track guest |
2013-01-16 |
Michael Roth |
|
New |
| [19/21] pci-assign: Enable MSIX on device to match guest |
2013-01-16 |
Michael Roth |
|
New |
| [20/21] vfio-pci: Loosen sanity checks to allow future features |
2013-01-16 |
Michael Roth |
|
New |
| [21/21] raw-posix: fix bdrv_aio_ioctl |
2013-01-16 |
Michael Roth |
|
New |
| [1/2] qemu-ga: Plug memory leak in guest_fsfreeze_cleanup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [2/2] qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths |
2013-01-16 |
Markus Armbruster |
|
New |
| audio: Replace non-portable asprintf in debug code by g_strdup_printf |
2013-01-16 |
Stefan Weil |
|
Accepted |
| usb-storage: Drop useless null test in usb_msd_handle_data() |
2013-01-16 |
Markus Armbruster |
|
New |
| ui: Drop useless null tests in parse_keyboard_layout() |
2013-01-16 |
Markus Armbruster |
|
New |
| pseries: Replace non-portable asprintf by g_strdup_printf |
2013-01-16 |
Stefan Weil |
|
Accepted |
| [v2,01/12] host-utils: add ffsl |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,02/12] add hierarchical bitmap data type and test cases |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,03/12] block: implement dirty bitmap using HBitmap |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,04/12] block: make round_to_clusters public |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,05/12] mirror: perform COW if the cluster size is bigger than the granularity |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,06/12] block: return count of dirty sectors, not chunks |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,07/12] block: allow customizing the granularity of the dirty bitmap |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,08/12] mirror: allow customizing the granularity |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,09/12] mirror: switch mirror_iteration to AIO |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,10/12] mirror: add buf-size argument to drive-mirror |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,11/12] mirror: support more than one in-flight AIO operation |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,12/12] mirror: support arbitrarily-sized iterations |
2013-01-16 |
Paolo Bonzini |
|
New |
| [v2,01/11] g_malloc(0) and g_malloc0(0) return NULL; simplify |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,02/11] g_strdup(NULL) returns NULL; simplify |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,03/11] hw/9pfs: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,04/11] readline: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,05/11] spice: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,06/11] virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,07/11] qemu-log: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,08/11] qemu-log: Plug trivial memory leak in cpu_set_log_filename() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,09/11] libcacard: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,10/11] qapi: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| [v2,11/11] qemu-ga: Fix unchecked strdup() by converting to g_strdup() |
2013-01-16 |
Markus Armbruster |
|
New |
| Replace non-portable asprintf by g_strdup_printf |
2013-01-16 |
Stefan Weil |
|
Accepted |
| ui: Replace non-portable asprintf by g_strdup_printf |
2013-01-16 |
Stefan Weil |
|
Accepted |
| hw: Spelling fix in log message |
2013-01-16 |
Stefan Weil |
|
Accepted |
| [v2,1/2] qxl: stop using non revision 4 rom fields for revision < 4 |
2013-01-16 |
Alon Levy |
|
New |
| [v2,2/2] qxl: change rom size to 8192 |
2013-01-16 |
Alon Levy |
|
New |
| util: Fix compilation of envlist.c for MinGW |
2013-01-16 |
Stefan Weil |
|
Accepted |
| aio-posix: Fix return value of aio_poll() |
2013-01-16 |
Kevin Wolf |
|
New |
| [v2] aio-posix: Fix return value of aio_poll() |
2013-01-16 |
Kevin Wolf |
|
New |
| [1/8] cutils: unsigned int parsing functions |
2013-01-16 |
Eduardo Habkost |
|
New |
| [2/8] vl.c: Fix off-by-one bug when handling "-numa node" argument |
2013-01-16 |
Eduardo Habkost |
|
New |
| [3/8] vl.c: Abort on unknown -numa option type |
2013-01-16 |
Eduardo Habkost |
|
New |
| [4/8] vl.c: Check for NUMA node limit inside numa_add() |
2013-01-16 |
Eduardo Habkost |
|
New |
| [5/8] vl.c: numa_add(): Validate nodeid before using it |
2013-01-16 |
Eduardo Habkost |
|
New |
| [6/8] vl.c: Use parse_uint_full() for NUMA nodeid |
2013-01-16 |
Eduardo Habkost |
|
New |
| [7/8] vl.c: Extract -numa "cpus" parsing to separate function |
2013-01-16 |
Eduardo Habkost |
|
New |
| [8/8] vl.c: validate -numa "cpus" parameter properly |
2013-01-16 |
Eduardo Habkost |
|
New |
| [v2] PIIX3: reset the VM when the Reset Control Register's RCPU bit gets set |
2013-01-16 |
Laszlo Ersek |
|
New |
| [Qemu-trivial,v2] configure: silence pkg-config's check for curses |
2013-01-16 |
Vadim Evard |
|
New |
| [1/2] win32-aio: Fix vectored reads |
2013-01-16 |
Kevin Wolf |
|
New |
| [2/2] win32-aio: Fix memory leak |
2013-01-16 |
Kevin Wolf |
|
New |
| block: do_commit() does not pass along error messages for all errors |
2013-01-16 |
Jeff Cody |
|
New |
| fix unbounded qemu NetQueue |
2013-01-17 |
Luigi Rizzo |
|
New |
| [for-1.4] qom: Extend documentation on QOM method concepts |
2013-01-17 |
Andreas Färber |
|
New |
| [V4,01/13] qemu-img: remove unused parameter in collect_image_info() |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,02/13] block: add bdrv_get_filename() function |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,03/13] block: add bdrv_can_read_snapshot() function |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,04/13] block: add snapshot info query function bdrv_query_snapshot_infolist() |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,05/13] block: add image info query function bdrv_query_image_info() |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,06/13] qemu-img: switch image retrieving function |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,07/13] block: rename bdrv_query_info to bdrv_query_block_info |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,08/13] qmp: add interface query-images. |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,09/13] block: export function bdrv_find_snapshot() |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,10/13] qmp: add interface query-snapshots |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,11/13] hmp: add function hmp_info_snapshots() |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,12/13] hmp: switch snapshot info function to qmp based one |
2013-01-17 |
Wayne Xia |
|
New |
| [V4,13/13] hmp: show snapshots on single block device |
2013-01-17 |
Wayne Xia |
|
New |
| win32-aio: use iov utility functions instead of open-coding them |
2013-01-17 |
Michael Tokarev |
|
New |
| [v4,1/3] ahci: Remove unused AHCIDevice fields |
2013-01-17 |
Kevin Wolf |
|
New |
| [v4,2/3] ahci: Change data types in preparation for migration |
2013-01-17 |
Kevin Wolf |
|
New |
| [v4,3/3] ahci: Add migration support |
2013-01-17 |
Kevin Wolf |
|
New |
| PPC: e500: Change in-memory order of load blobs |
2013-01-17 |
Alexander Graf |
|
New |
| [QEMU,v3] virtio-net: introduce a new macaddr control |
2013-01-17 |
Amos Kong |
|
New |
| [v3,1/2] move virtnet_send_command() above virtnet_set_mac_address() |
2013-01-17 |
Amos Kong |
|
New |
| [v3,2/2] virtio-net: introduce a new control to set macaddr |
2013-01-17 |
Amos Kong |
|
New |
| [v2] win32-aio: use iov utility functions instead of open-coding them |
2013-01-17 |
Michael Tokarev |
|
New |
| [Trivial] acpitable: open the data file in binary mode |
2013-01-17 |
Michael Tokarev |
|
New |
| scsi: Drop useless null test in scsi_unit_attention() |
2013-01-17 |
Markus Armbruster |
|
New |
| [QEMU,v2] virtio-net: introduce a new macaddr control |
2013-01-17 |
Michael S. Tsirkin |
|
New |
| [PULL,00/13] thread queue |
2013-01-17 |
Juan Quintela |
|
New |