summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \
| * | | PPC: KVM: Add support for EPR with KVMAlexander Graf2013-01-183-0/+32
| * | | openpic: export e500 epr enable into a ppc.c functionAlexander Graf2013-01-183-6/+18
| * | | Update Linux kernel headersAlexander Graf2013-01-182-1/+32
| * | | PPC: e500: Change in-memory order of load blobsAlexander Graf2013-01-181-1/+6
| * | | PPC: Provide zero SVR for -cpu e500mc and e5500Alexander Graf2013-01-181-2/+2
| * | | PPC: E500: Calculate loading blob offsets properlyAlexander Graf2013-01-181-4/+8
| * | | openpic: set mixed mode as supportedAlexander Graf2013-01-181-0/+1
| * | | openpic: unify gcr mode mask updatesAlexander Graf2013-01-181-12/+13
| * | | openpic: move gcr write into a functionAlexander Graf2013-01-181-17/+22
OpenPOWER on IntegriCloud