summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-2411-409/+16
* unify popen/fopen qemu wrappersPaolo Bonzini2009-08-243-52/+53
* Only build osdep onceAnthony Liguori2009-08-244-12/+5
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-2424-1722/+8
* Add a configure switch to enable / disable all user targets. I felt compelled...Zachary Amsden2009-08-241-0/+8
* Migration via unix sockets.Chris Lalancette2009-08-244-1/+227
* Route IOAPIC interrupts via ISA busAvi Kivity2009-08-244-26/+13
* Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity2009-08-241-15/+31
* Makefile: fixed rule TAGSAlexandre Bique2009-08-241-1/+2
* QEMU set irq0override in fw_cfgJes Sorensen2009-08-243-0/+4
* SMART ATA FunctionalityBrian Wheeler2009-08-241-5/+200
* Add missing linefeed in error messageStefan Weil2009-08-241-1/+1
* Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden2009-08-242-16/+17
* When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden2009-08-241-0/+5
* Don't segfault when changing VNC password on an SDL display.Zachary Amsden2009-08-241-0/+4
* Fix detached migration with exec.Chris Lalancette2009-08-241-4/+1
* Do not disable autostart for live migrationAvi Kivity2009-08-241-4/+2
* make vga screen_dump use DisplayState properlyStefano Stabellini2009-08-241-69/+21
* Restore consistent formattingmalc2009-08-241-5/+5
* es1370: Remove unused indirection of PCIES1370State and ES1370StateJuan Quintela2009-08-241-21/+10
* Fix device name completion for 'eject'Blue Swirl2009-08-231-0/+3
* Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski2009-08-231-3/+3
* Fix segfault of qemu-system-arm with PXA targetTorsten Duwe2009-08-231-1/+1
* sdl.c: support 32 bpp cursorsReimar Döffinger2009-08-231-0/+3
* Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger2009-08-231-3/+3
* Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski2009-08-231-2/+1
* Merge with balrog@git.sv.gnu.org:/srv/git/qemu.gitAndrzej Zaborowski2009-08-239-59/+73
|\
| * Sparc32: fix monitor commands 'info pic' and 'info irq'Blue Swirl2009-08-233-14/+19
| * Rearrange to suppress gcc 3.3.5 warning about unused variableBlue Swirl2009-08-231-3/+6
| * def-helper.h allow helpers returning pointersIgor Kovalenko2009-08-221-2/+2
| * ESP: implement Transfer PadBlue Swirl2009-08-221-0/+7
| * ESP: Implement select without ATN, fix commentsBlue Swirl2009-08-221-2/+7
| * sparc32 remove an unnecessary cpu irq setBlue Swirl2009-08-222-38/+30
| * Sparc32/64: fix jmpl followed by branchBlue Swirl2009-08-221-0/+2
* | Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski2009-08-231-387/+40
* | Extract the Marvell 88w8618 audio device from musicpal.cAndrzej Zaborowski2009-08-232-1/+275
* | Extract musicpal.c I2C bitbanging code and make it gpio awareAndrzej Zaborowski2009-08-232-1/+180
* | Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet2009-08-231-84/+230
* | ARM back-end: Handle all possible immediates for ALU opsLaurent Desnogues2009-08-221-5/+32
* | ARM back-end: Add TCG notLaurent Desnogues2009-08-222-0/+6
|/
* Remove unneded ac97 indirection accessing its stateJuan Quintela2009-08-221-43/+24
* Sparc32/64: Fix user emulator breakageBlue Swirl2009-08-181-1/+1
* Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 hostBlue Swirl2009-08-181-1/+1
* Replace REGX with PRIx64Blue Swirl2009-08-164-7/+8
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-1612-245/+269
* Replace always_inline with inlineBlue Swirl2009-08-1613-371/+355
* user: compile host-utils.c only onceBlue Swirl2009-08-164-19/+20
* Simplify 5ba6531956b9b6486560cbd13604c2238a3542ddBlue Swirl2009-08-161-9/+3
* Fix desynchronization of condition code state when a memory access trapsBlue Swirl2009-08-151-0/+11
* PPC: clean up ppc405Blue Swirl2009-08-158-349/+79
OpenPOWER on IntegriCloud