summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-21move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann)aliguori2-2/+3
2008-08-21add container_of() macro to osdep.h (Gerd Hoffmann)aliguori1-0/+4
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori4-0/+8
2008-08-21Handle terminating signals (Gerd Hoffmann)aliguori3-10/+28
2008-08-21uhci: fixes for save/load-vm (Max Krasnyansky)aliguori1-2/+8
2008-08-21husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)aliguori1-7/+4
2008-08-21husb: remove disconnect detection timer (Max Krasnyansky)aliguori1-31/+6
2008-08-21husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)aliguori1-278/+182
2008-08-21uhci: rewrite UHCI emulator, fully async operation with multiple outstanding ...aliguori1-364/+533
2008-08-21usb: generic packet handler cleanup and documentation (Max Krasnyansky)aliguori2-121/+179
2008-08-21husb: support for USB host device auto connect (Max Krasnyansky)aliguori3-42/+225
2008-08-21husb: support for USB host device auto disconnect (Max Krasnyansky)aliguori3-17/+66
2008-08-21Fix windows buildaliguori3-43/+56
2008-08-21Fix OSS on OpenBSDblueswir12-5/+14
2008-08-21Fix OpenBSD linker warningsblueswir117-137/+170
2008-08-21Fix wrwim masking (Luis Pureza)blueswir11-0/+3
2008-08-21Use initial CPU definition structure for some CPU fields instead of copyingblueswir14-87/+83
2008-08-21De-assert PIC IRQs properly at APIC levelaurel323-7/+24
2008-08-21De-assert ISA PIC IRQs properlyaurel321-4/+6
2008-08-21bios: update from bochs release 2.3.7aurel322-75/+24
2008-08-21Relax qemu_ld/st constraints for !SOFTMMU casemalc1-1/+14
2008-08-20Kludge to support linux-user on a PPC64malc1-0/+9
2008-08-20Fix tswap sizemalc1-2/+2
2008-08-20Correct version of Heikki Lindholms ppc64.ld scriptmalc1-26/+22
2008-08-20Relax qemu_ld/st constraints for !SOFTMMU casemalc1-2/+6
2008-08-20Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap casemalc1-9/+10
2008-08-20Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 casemalc1-0/+6
2008-08-20Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warningmalc1-1/+1
2008-08-19Silence vmport unless DEBUG is enabled.aliguori1-1/+5
2008-08-19Remove unnecessary #includes from block-nbd.caliguori1-5/+0
2008-08-19Revert r4979 since it breaks the monitoraliguori3-16/+20
2008-08-19ACPI suspend type field is 3 bits longaurel321-1/+1
2008-08-19i386: fix isapc machineaurel322-4/+10
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori1-0/+2
2008-08-18APIC: Do not start zero-period timers (Jan Kiszka)aliguori1-0/+2
2008-08-18Report unmapped addresses in memory_dump (Jan Kiszka)aliguori1-1/+4
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir111-67/+61
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir18-28/+42
2008-08-17Fix 64 bit constant generationblueswir11-5/+12
2008-08-17Fix 32 bit address overflowblueswir11-0/+19
2008-08-17Restore AREG0 after callsblueswir11-73/+64
2008-08-17Correct 32bit carry flag for add instruction (Igor Kovalenko)blueswir11-5/+8
2008-08-17Fix g364fb video emulationaurel322-17/+15
2008-08-17VMDK: Remove debug messageaurel321-1/+0
2008-08-16Sparc code generator update (fix qemu_ld & qemu_st)blueswir11-129/+101
2008-08-15Use C99 initializersaurel321-8/+8
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir18-4/+75
2008-08-15Cancel IDE outstanding IO on device reset (Gleb Natapov)aliguori1-14/+26
2008-08-15Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)blueswir12-0/+59
2008-08-15Sparc code generator updateblueswir12-96/+149