summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'quintela/thread.next' into stagingAnthony Liguori2013-01-215-91/+81
|\ \
| * | migration: remove argument to qemu_savevm_state_cancelJuan Quintela2013-01-173-6/+6
| * | migration: Only go to the iterate stage if there is anything to sendJuan Quintela2013-01-171-1/+1
| * | migration: unfold rest of migrate_fd_put_ready() into threadJuan Quintela2013-01-171-54/+41
| * | migration: move exit condition to migration threadJuan Quintela2013-01-171-6/+8
| * | migration: Add buffered_flush error handlingJuan Quintela2013-01-171-1/+2
| * | migration: move beginning stage to the migration threadJuan Quintela2013-01-172-14/+15
| * | qemu-file: Only set last_error if it is not already setJuan Quintela2013-01-171-1/+3
| * | migration: fix off-by-one in buffered_rate_limitPaolo Bonzini2013-01-171-1/+1
| * | migration: remove double call to migrate_fd_closePaolo Bonzini2013-01-171-1/+0
| * | migration: make function staticPaolo Bonzini2013-01-172-4/+2
| * | use XFER_LIMIT_RATIO consistentlyPaolo Bonzini2013-01-171-1/+1
| * | Protect migration_bitmap_sync() with the ramlist lockPaolo Bonzini2013-01-171-2/+1
| * | Unlock ramlist lock also in error casePaolo Bonzini2013-01-171-1/+2
* | | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-214-6/+6
|\ \ \
| * | | hw/tpci200: Fix compiler warning (redefined symbol with MinGW)Stefan Weil2013-01-211-3/+3
| * | | configure: silence pkg-config's check for cursesVadim Evard2013-01-211-1/+1
| * | | acpitable: open the data file in binary modeMichael Tokarev2013-01-211-1/+1
| * | | hw: Spelling fix in log messageStefan Weil2013-01-211-1/+1
* | | | Merge remote-tracking branch 'kraxel/seabios-1.7.2' into stagingAnthony Liguori2013-01-214-0/+0
|\ \ \ \
| * | | | seabios: update to 1.7.2 releaseGerd Hoffmann2013-01-214-0/+0
| |/ / /
* | | | target-microblaze: Drop unused cpu_mb_close() prototypeAndreas Färber2013-01-211-1/+0
* | | | target-cris: Drop unused cpu_cris_close() prototypeAndreas Färber2013-01-211-1/+0
|/ / /
* | | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-209-32/+23
|\ \ \
| * | | dataplane: support viostor virtio-pci status bit settingStefan Hajnoczi2013-01-181-1/+2
| * | | dataplane: avoid reentrancy during virtio_blk_data_plane_stop()Stefan Hajnoczi2013-01-181-3/+6
| * | | win32-aio: use iov utility functions instead of open-coding themMichael Tokarev2013-01-181-14/+3
| * | | win32-aio: Fix memory leakKevin Wolf2013-01-171-1/+1
| * | | win32-aio: Fix vectored readsKevin Wolf2013-01-171-1/+1
| * | | aio: Fix return value of aio_poll()Kevin Wolf2013-01-174-8/+8
| * | | ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
| * | | block: fix null-pointer bug on error case in block commitJeff Cody2013-01-171-4/+3
| |/ /
* | | tci: Fix broken build (regression)Stefan Weil2013-01-191-7/+1
* | | block/raw-posix: Make hdev_aio_discard() available outside LinuxAndreas Färber2013-01-191-13/+13
* | | usb: Fix compilation for MinGW (regression)Stefan Weil2013-01-191-1/+1
* | | cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber2013-01-191-2/+0
* | | tcg/target-arm: Add missing parens to assertionsPeter Maydell2013-01-191-2/+2
* | | Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-193-17/+9
* | | vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster2013-01-193-5/+5
* | | fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster2013-01-194-27/+27
* | | pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster2013-01-191-3/+3
* | | sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2013-01-192-12/+4
* | | pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2013-01-191-3/+1
* | | fw_cfg: New fw_cfg_add_string()Markus Armbruster2013-01-192-0/+8
* | | fw_cfg: Dumb down fw_cfg_add_*() not to return success / failureMarkus Armbruster2013-01-192-35/+24
* | | fw_cfg: Replace debug prints by tracepointsMarkus Armbruster2013-01-192-19/+13
* | | optimize: optimize using nonzero bitsPaolo Bonzini2013-01-191-2/+28
* | | optimize: track nonzero bits of registersPaolo Bonzini2013-01-191-22/+110
* | | optimize: only write to state when clearing optimizer dataPaolo Bonzini2013-01-191-5/+14
* | | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2013-01-199-24/+115
|\ \ \
OpenPOWER on IntegriCloud