]> git.proxmox.com Git - qemu.git/history - arch_init.c
Version 0.14.1
[qemu.git] / arch_init.c
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-25 Isaku Yamahataaudio: consolidate audio_init()
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-02 Michael S. Tsirkinmigration: stable ram block ordering
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-11-01 Gerd HoffmannAdd Intel HD Audio support to qemu.
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-27 Michael S. Tsirkinmigration: don't segfault on invalid input
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-25 Andreas FärberIntroduce qemu_madvise()
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Yoshiaki Tamuraarch_init: replace tabs by spaces.
2010-08-19 Alex Williamsonsavevm: Reset last block info at beginning of each...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonramblocks: No more being lazy about duplicate names
2010-07-06 Alex Williamsonsavevm: Create a new continue flag to avoid resending...
2010-07-06 Alex Williamsonsavevm: Use RAM blocks for basis of migration
2010-07-06 Alex Williamsonsavevm: Migrate RAM based on name/offset
2010-07-06 Alex WilliamsonRemove uses of ram.last_offset (aka last_ram_offset)
2010-06-14 Alex Williamsonram_blocks: Convert to a QLIST
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-06-01 Pierre Riteaumigration: Fix calculation of bytes_transferred
2010-03-30 Blue SwirlAdd missing #include needed for madvise() on OpenBSD
2010-03-29 Blue SwirlRefactor target specific handling, compile vl.c only...