aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock1-3/+3
2010-02-20Add FreeBSD/ppc host ucontext definitions.Juergen Lock1-0/+18
2010-02-20Add FreeBSD/ppc host ppc_init_cacheline_sizes() implementation.Juergen Lock1-0/+21
2010-02-19qemu-img: Fix error messageKevin Wolf1-1/+1
2010-02-19qemu-img: Fix segfault during rebaseKevin Wolf1-1/+1
2010-02-19qcow2: Fix access after end of arrayKevin Wolf1-2/+6
2010-02-19qdev: Free opts on failed do_device_addKevin Wolf1-2/+5
2010-02-19QEMU e820 reservation patchJes Sorensen3-0/+53
2010-02-19ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2-2/+62
2010-02-19virtio-serial: pci: Allow MSI to be disabledAmit Shah1-3/+3
2010-02-19virtio-serial: don't set MULTIPORT for 1 port devMichael S. Tsirkin1-2/+4
2010-02-19pc: Add backward compatibility options for virtio-serialAmit Shah1-0/+28
2010-02-19pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah1-1/+9
2010-02-19USB HID does not support Set_IdleKevin O'Connor1-2/+10
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei2-12/+73
2010-02-19mingw32: Enable C99/POSIX format stringsStefan Weil1-0/+2
2010-02-19Fix hanging user monitor when using balloon commandAdam Litke1-0/+1
2010-02-19Monitor: Report more than one error in handlersLuiz Capitulino1-1/+2
2010-02-19Monitor: Debug stray prints the right wayLuiz Capitulino1-1/+41
2010-02-19Monitor: Audit handler returnLuiz Capitulino1-1/+31
2010-02-19Monitor: Drop the print disabling mechanismLuiz Capitulino1-9/+9
2010-02-19Monitor: Debugging supportLuiz Capitulino2-0/+18
2010-02-19Monitor: Rename cmd_new_ret()Luiz Capitulino2-28/+23
2010-02-19Monitor: Convert do_change() to cmd_new_ret()Luiz Capitulino3-26/+42
2010-02-19Monitor: Convert do_info() to cmd_new_ret()Luiz Capitulino2-4/+6
2010-02-19Monitor: Convert do_physical_memory_save() to cmd_new_ret()Luiz Capitulino2-3/+8
2010-02-19Monitor: Convert do_memory_save() to cmd_new_ret()Luiz Capitulino2-3/+8
2010-02-19Monitor: Convert do_migrate() to cmd_new_ret()Luiz Capitulino3-14/+19
2010-02-19Monitor: Convert pci_device_hot_remove() to cmd_new_ret()Luiz Capitulino3-11/+11
2010-02-19Monitor: Convert pci_device_hot_add() to cmd_new_ret()Luiz Capitulino3-7/+13
2010-02-19Monitor: Convert do_closefd() to cmd_new_ret()Luiz Capitulino2-3/+4
2010-02-19Monitor: Convert do_getfd() to cmd_new_ret()Luiz Capitulino2-6/+7
2010-02-19Monitor: Convert do_block_set_passwd() to cmd_new_ret()Luiz Capitulino2-3/+6
2010-02-19Monitor: Convert do_cpu_set() to cmd_new_ret()Luiz Capitulino2-3/+6
2010-02-19Monitor: Convert do_eject() to cmd_new_ret()Luiz Capitulino2-4/+4
2010-02-19Monitor: Convert do_cont() to cmd_new_ret()Luiz Capitulino2-3/+7
2010-02-19Monitor: Convert simple handlers to cmd_new_ret()Luiz Capitulino4-24/+36
2010-02-19Monitor: Introduce cmd_new_ret()Luiz Capitulino1-1/+6
2010-02-19move default allocator to console.cPaolo Bonzini3-118/+112
2010-02-19remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini2-5/+7
2010-02-19use lazy initialization for display_statePaolo Bonzini1-14/+15
2010-02-19Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori20-239/+511
2010-02-19net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster1-0/+1
2010-02-19net: info network shows only VLAN clients, fixMarkus Armbruster1-2/+9
2010-02-19net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster1-0/+7
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster7-28/+18
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster3-3/+4
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster2-15/+0
2010-02-19Fix strace or FUTEX_PRIVATE_FLAGPaul Brook1-1/+3
2010-02-19target-arm: support thumb exception handlersRabin Vincent1-3/+2