summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Update version and changelog for 0.11.0-rc2 releasev0.11.0-rc2Anthony Liguori2-1/+35
2009-08-27Add missing linefeed in error messageStefan Weil1-1/+1
2009-08-27Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden2-16/+17
2009-08-27When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden1-0/+5
2009-08-27Don't segfault when changing VNC password on an SDL display.Zachary Amsden1-0/+4
2009-08-27Fix detached migration with exec.Chris Lalancette1-4/+1
2009-08-27Do not disable autostart for live migrationAvi Kivity1-4/+2
2009-08-27make vga screen_dump use DisplayState properlyStefano Stabellini1-69/+21
2009-08-27Fix device name completion for 'eject'Blue Swirl1-0/+3
2009-08-27sdl.c: support 32 bpp cursorsReimar Döffinger1-0/+3
2009-08-27Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger1-3/+3
2009-08-27Fix migration for ide devicesAnthony Liguori1-0/+1
2009-08-27check for PR_SET_NAME being definedNathan Froyd1-1/+1
2009-08-27make windows notice media changeGleb Natapov1-13/+25
2009-08-27Fix do_commit() behaviorLuiz Capitulino1-3/+4
2009-08-27net: Fix do_set_link() return typeLuiz Capitulino2-5/+3
2009-08-27Add/Fix command-line checks for smbios options v2Beth Kon1-2/+16
2009-08-27vga: do not resize the screen on hw_invalidateStefano Stabellini2-3/+4
2009-08-27fix sdl window resizeStefano Stabellini1-0/+4
2009-08-27Fix checksum writing in signboot.shAlexander Graf1-1/+2
2009-08-27Win32: Fix default prefixStefan Weil1-1/+1
2009-08-27Fix symfind.Laurent Desnogues2-2/+2
2009-08-27Fix Sparse warning about missing prototypeBlue Swirl2-2/+3
2009-08-27Fix Sparse warning about "expression using sizeof on a function"Blue Swirl1-3/+3
2009-08-27Add missing "static"Blue Swirl1-1/+1
2009-08-27More NULL pointer fixesBlue Swirl7-11/+13
2009-08-27Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl20-58/+59
2009-08-27Option rom makefile fixesPaul Brook3-10/+15
2009-08-27esp: fix interrupt register readBlue Swirl1-4/+9
2009-08-27sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko1-0/+5
2009-08-27Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl1-0/+3
2009-08-27e1000.c doesn't properly emulate EERD and ICS registersBill Paul1-4/+9
2009-08-27Fix VM state change handlers running out of orderMarkus Armbruster3-9/+54
2009-08-27vnc: fix copyrect screen corruptionGerd Hoffmann1-0/+22
2009-08-27Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin1-46/+11
2009-08-27Remove the pc-0-10 machine typeMark McLoughlin1-50/+5
2009-08-27fix migration to obey -SPaolo Bonzini4-2/+7
2009-08-25target-mips: fix conditional moves off fp condition codesNathan Froyd1-5/+5
2009-07-29Update Changelog and VERSION for 0.11.0-rc1 releasev0.11.0-rc1Anthony Liguori2-1/+90
2009-07-29Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLYAnthony Liguori1-2/+3
2009-07-29Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin1-1/+2
2009-07-29Add machine type aliasesMark McLoughlin2-0/+6
2009-07-29Add support for fd=name to tap and socket networkingMark McLoughlin1-7/+35
2009-07-29Add monitor_get_fd() command for fetching named fdsMark McLoughlin2-0/+26
2009-07-29Add getfd and closefd monitor commandsMark McLoughlin2-0/+87
2009-07-29Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2-1/+56
2009-07-29Make tcp_chr_read() use recvmsg()Mark McLoughlin1-1/+24
2009-07-29tap-win32: Use correct headers.Filip Navara1-7/+1
2009-07-29fix broken migrationGlauber Costa1-1/+3
2009-07-29slirp: Use monotonic clock if available (v2)Ed Swierk3-32/+2