aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-25target-mips: fix conditional moves off fp condition codesNathan Froyd1-5/+5
2009-08-25ARM back-end: Fix encode_immLaurent Desnogues1-0/+2
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori2-3/+3
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd1-4/+4
2009-08-24virtio-blk: add msi support.Gerd Hoffmann2-2/+10
2009-08-24qdev/prop: convert isa-bus to helper macros.Gerd Hoffmann1-12/+3
2009-08-24make pthreads mandatoryChristoph Hellwig3-54/+15
2009-08-24qemu: move virtio-pci.o to near pci.oMichael S. Tsirkin2-2/+2
2009-08-24char: Emit 'CLOSED' events on char device closeAmit Shah2-0/+11
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd11-409/+16
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini3-52/+53
2009-08-24Only build osdep onceAnthony Liguori4-12/+5
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori24-1722/+8
2009-08-24Add a configure switch to enable / disable all user targets. I felt compelled...Zachary Amsden1-0/+8
2009-08-24Migration via unix sockets.Chris Lalancette4-1/+227
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity4-26/+13
2009-08-24Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity1-15/+31
2009-08-24Makefile: fixed rule TAGSAlexandre Bique1-1/+2
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen3-0/+4
2009-08-24SMART ATA FunctionalityBrian Wheeler1-5/+200
2009-08-24Add missing linefeed in error messageStefan Weil1-1/+1
2009-08-24Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden2-16/+17
2009-08-24When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden1-0/+5
2009-08-24Don't segfault when changing VNC password on an SDL display.Zachary Amsden1-0/+4
2009-08-24Fix detached migration with exec.Chris Lalancette1-4/+1
2009-08-24Do not disable autostart for live migrationAvi Kivity1-4/+2
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini1-69/+21
2009-08-24Restore consistent formattingmalc1-5/+5
2009-08-24es1370: Remove unused indirection of PCIES1370State and ES1370StateJuan Quintela1-21/+10
2009-08-23Fix device name completion for 'eject'Blue Swirl1-0/+3
2009-08-23Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski1-3/+3
2009-08-23Fix segfault of qemu-system-arm with PXA targetTorsten Duwe1-1/+1
2009-08-23sdl.c: support 32 bpp cursorsReimar Döffinger1-0/+3
2009-08-23Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger1-3/+3
2009-08-23Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski1-2/+1
2009-08-23Merge with balrog@git.sv.gnu.org:/srv/git/qemu.gitAndrzej Zaborowski9-59/+73
2009-08-23Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski1-387/+40
2009-08-23Extract the Marvell 88w8618 audio device from musicpal.cAndrzej Zaborowski2-1/+275
2009-08-23Extract musicpal.c I2C bitbanging code and make it gpio awareAndrzej Zaborowski2-1/+180
2009-08-23Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet1-84/+230
2009-08-23Sparc32: fix monitor commands 'info pic' and 'info irq'Blue Swirl3-14/+19
2009-08-23Rearrange to suppress gcc 3.3.5 warning about unused variableBlue Swirl1-3/+6
2009-08-22def-helper.h allow helpers returning pointersIgor Kovalenko1-2/+2
2009-08-22ESP: implement Transfer PadBlue Swirl1-0/+7
2009-08-22ESP: Implement select without ATN, fix commentsBlue Swirl1-2/+7
2009-08-22ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues1-5/+32
2009-08-22ARM back-end: Add TCG notLaurent Desnogues2-0/+6
2009-08-22sparc32 remove an unnecessary cpu irq setBlue Swirl2-38/+30
2009-08-22Sparc32/64: fix jmpl followed by branchBlue Swirl1-0/+2
2009-08-22Remove unneded ac97 indirection accessing its stateJuan Quintela1-43/+24