summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version and changelog for 0.11.0-rc2 releasev0.11.0-rc2Anthony Liguori2009-08-282-1/+35
* Add missing linefeed in error messageStefan Weil2009-08-271-1/+1
* Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden2009-08-272-16/+17
* When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden2009-08-271-0/+5
* Don't segfault when changing VNC password on an SDL display.Zachary Amsden2009-08-271-0/+4
* Fix detached migration with exec.Chris Lalancette2009-08-271-4/+1
* Do not disable autostart for live migrationAvi Kivity2009-08-271-4/+2
* make vga screen_dump use DisplayState properlyStefano Stabellini2009-08-271-69/+21
* Fix device name completion for 'eject'Blue Swirl2009-08-271-0/+3
* sdl.c: support 32 bpp cursorsReimar Döffinger2009-08-271-0/+3
* Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger2009-08-271-3/+3
* Fix migration for ide devicesAnthony Liguori2009-08-271-0/+1
* check for PR_SET_NAME being definedNathan Froyd2009-08-271-1/+1
* make windows notice media changeGleb Natapov2009-08-271-13/+25
* Fix do_commit() behaviorLuiz Capitulino2009-08-271-3/+4
* net: Fix do_set_link() return typeLuiz Capitulino2009-08-272-5/+3
* Add/Fix command-line checks for smbios options v2Beth Kon2009-08-271-2/+16
* vga: do not resize the screen on hw_invalidateStefano Stabellini2009-08-272-3/+4
* fix sdl window resizeStefano Stabellini2009-08-271-0/+4
* Fix checksum writing in signboot.shAlexander Graf2009-08-271-1/+2
* Win32: Fix default prefixStefan Weil2009-08-271-1/+1
* Fix symfind.Laurent Desnogues2009-08-272-2/+2
* Fix Sparse warning about missing prototypeBlue Swirl2009-08-272-2/+3
* Fix Sparse warning about "expression using sizeof on a function"Blue Swirl2009-08-271-3/+3
* Add missing "static"Blue Swirl2009-08-271-1/+1
* More NULL pointer fixesBlue Swirl2009-08-277-11/+13
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-08-2720-58/+59
* Option rom makefile fixesPaul Brook2009-08-273-10/+15
* esp: fix interrupt register readBlue Swirl2009-08-271-4/+9
* sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko2009-08-271-0/+5
* Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl2009-08-271-0/+3
* e1000.c doesn't properly emulate EERD and ICS registersBill Paul2009-08-271-4/+9
* Fix VM state change handlers running out of orderMarkus Armbruster2009-08-273-9/+54
* vnc: fix copyrect screen corruptionGerd Hoffmann2009-08-271-0/+22
* Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin2009-08-271-46/+11
* Remove the pc-0-10 machine typeMark McLoughlin2009-08-271-50/+5
* fix migration to obey -SPaolo Bonzini2009-08-274-2/+7
* target-mips: fix conditional moves off fp condition codesNathan Froyd2009-08-251-5/+5
* Update Changelog and VERSION for 0.11.0-rc1 releasev0.11.0-rc1Anthony Liguori2009-07-292-1/+90
* Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLYAnthony Liguori2009-07-291-2/+3
* Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin2009-07-291-1/+2
* Add machine type aliasesMark McLoughlin2009-07-292-0/+6
* Add support for fd=name to tap and socket networkingMark McLoughlin2009-07-291-7/+35
* Add monitor_get_fd() command for fetching named fdsMark McLoughlin2009-07-292-0/+26
* Add getfd and closefd monitor commandsMark McLoughlin2009-07-292-0/+87
* Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin2009-07-292-1/+56
* Make tcp_chr_read() use recvmsg()Mark McLoughlin2009-07-291-1/+24
* tap-win32: Use correct headers.Filip Navara2009-07-291-7/+1
* fix broken migrationGlauber Costa2009-07-291-1/+3
* slirp: Use monotonic clock if available (v2)Ed Swierk2009-07-293-32/+2