aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-25linux-user: fadvise64 implementationUlrich Hecht
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier
2009-08-25m68k, linux-user: add setup_rt_frameLaurent Vivier
2009-08-25m68k,linux-user: add setup_frameLaurent Vivier
2009-08-25linux-user: add eventfd supportRiku Voipio
2009-08-25ARM back-end: Fix encode_immLaurent Desnogues
2009-08-24Make the e1000 the default network adapter for the pc target.Anthony Liguori
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd
2009-08-24virtio-blk: add msi support.Gerd Hoffmann
2009-08-24qdev/prop: convert isa-bus to helper macros.Gerd Hoffmann
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-08-24qemu: move virtio-pci.o to near pci.oMichael S. Tsirkin
2009-08-24char: Emit 'CLOSED' events on char device closeAmit Shah
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini
2009-08-24Only build osdep onceAnthony Liguori
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-08-24Add a configure switch to enable / disable all user targets. I felt compelled...Zachary Amsden
2009-08-24Migration via unix sockets.Chris Lalancette
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity
2009-08-24Route PC irqs to ISA bus instead of i8259 directlyAvi Kivity
2009-08-24Makefile: fixed rule TAGSAlexandre Bique
2009-08-24QEMU set irq0override in fw_cfgJes Sorensen
2009-08-24SMART ATA FunctionalityBrian Wheeler
2009-08-24Add missing linefeed in error messageStefan Weil
2009-08-24Clean up VGA type selection; far too many variables being used to track one s...Zachary Amsden
2009-08-24When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden
2009-08-24Don't segfault when changing VNC password on an SDL display.Zachary Amsden
2009-08-24Fix detached migration with exec.Chris Lalancette
2009-08-24Do not disable autostart for live migrationAvi Kivity
2009-08-24make vga screen_dump use DisplayState properlyStefano Stabellini
2009-08-24Restore consistent formattingmalc
2009-08-24es1370: Remove unused indirection of PCIES1370State and ES1370StateJuan Quintela
2009-08-23Fix device name completion for 'eject'Blue Swirl
2009-08-23Revert my commit c00a9de060124a988bd9847c095e5836488c6f01Andrzej Zaborowski
2009-08-23Fix segfault of qemu-system-arm with PXA targetTorsten Duwe
2009-08-23sdl.c: support 32 bpp cursorsReimar Döffinger
2009-08-23Use corect depth from DisplaySurface in vmware_vga.cReimar Döffinger
2009-08-23Remove the unnecessary and only global in musicpal.cAndrzej Zaborowski
2009-08-23Merge with balrog@git.sv.gnu.org:/srv/git/qemu.gitAndrzej Zaborowski
2009-08-23Make musicpal.c use the I2C device and the Marvell 88w8618 audio deviceAndrzej Zaborowski
2009-08-23Extract the Marvell 88w8618 audio device from musicpal.cAndrzej Zaborowski
2009-08-23Extract musicpal.c I2C bitbanging code and make it gpio awareAndrzej Zaborowski
2009-08-23Musicpal qdev conversion: gpio (except I2C part), keyboard and lcdBenoit Canet
2009-08-23Sparc32: fix monitor commands 'info pic' and 'info irq'Blue Swirl
2009-08-23Rearrange to suppress gcc 3.3.5 warning about unused variableBlue Swirl
2009-08-22def-helper.h allow helpers returning pointersIgor Kovalenko