summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-12gdb-xml: fix hacks in powerpc register numberingNathan Froyd4-20/+2
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd1-3/+11
2009-07-12target-ppc: fix typo in _cpu_ppc_load_decrTristan Gingold1-4/+4
2009-07-12Sparc32/Sparc64/PPC: convert m48txx to qdevBlue Swirl1-17/+42
2009-07-12Sparc32: convert tcx to qdevBlue Swirl2-28/+71
2009-07-12Sparc32: use the OpenFirmware name for eccBlue Swirl1-2/+2
2009-07-12target-mips: remove useless code in gen_st_cond()Aurelien Jarno1-1/+0
2009-07-12Fix MIPS SCPaul Brook1-2/+2
2009-07-12Sparc64: convert ebus to qdevBlue Swirl1-2/+18
2009-07-12sparc64: trap handling correctionsIgor Kovalenko5-27/+77
2009-07-12Sparc32: convert eccmemctl to qdevBlue Swirl2-17/+37
2009-07-12sparc64: fix helper_st_asi little endian case typoIgor Kovalenko1-6/+6
2009-07-12sparc64: really initialize irqIgor Kovalenko1-2/+3
2009-07-12sparc64: unify mmu tag matching codeIgor Kovalenko1-44/+57
2009-07-12sparc64: mmu bypass mode correctionIgor Kovalenko1-3/+11
2009-07-11Fix PCI IRQ breakagePaul Brook1-1/+1
2009-07-11Revert "Fix the PCI header type of APB"Blue Swirl1-1/+1
2009-07-11Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl1-1/+1
2009-07-10Indent ac97 and es1370 according to audio formattingAnthony Liguori2-10/+10
2009-07-10block: Clean up after deleting BHsAvi Kivity1-0/+2
2009-07-10flush pending aio requestsGlauber Costa1-0/+1
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka1-2/+5
2009-07-10qemu/virtio: mark msi vectors used on loadMichael S. Tsirkin1-5/+17
2009-07-10qemu/msi: missing bracesMichael S. Tsirkin1-1/+2
2009-07-10qemu/msi: clean used vectors state on loadMichael S. Tsirkin1-0/+1
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf3-3/+4
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf1-1/+1
2009-07-10Prefer sysfs for USB host devicesMark McLoughlin1-9/+9
2009-07-10usb-ohci: Fix endianness issueMichael Buesch1-2/+2
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori1-4/+4
2009-07-10qemu-io: fix memory leakKevin Wolf1-22/+38
2009-07-10qemu-io: add flag to mark files growableChristoph Hellwig1-5/+26
2009-07-10qemu-io: better input validation for vector-based commandsChristoph Hellwig1-150/+68
2009-07-10qemu-io: small cleanups for the aio codeChristoph Hellwig1-24/+16
2009-07-09Disable kqemu by default at run timeAnthony Liguori3-7/+7
2009-07-09Make sure to only vm_start() a failed migration if we were running to beginAnthony Liguori1-1/+5
2009-07-09Allow setting qemu process name v2Andi Kleen2-2/+31
2009-07-09configure: Append extra cflags and ldflagsJan Kiszka1-6/+6
2009-07-09qemu: remove control vector saveMichael S. Tsirkin1-3/+0
2009-07-09fix segfault in msix_saveMichael S. Tsirkin1-5/+7
2009-07-09Unregister savevm callback in eeprom93xx_free()Mark McLoughlin1-0/+1
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin9-27/+25
2009-07-09Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is suppliedMark McLoughlin1-1/+1
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 31-0/+4
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan1-3/+47
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata7-137/+65
2009-07-09ioport: consolidate duplicated logic in register_ioport_{read, write}().Isaku Yamahata1-14/+16
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata5-15/+16
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata7-248/+317
2009-07-09Replace signrom with shell script v3Alexander Graf3-85/+48