summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-09Workaround compiler warnings at -O1Paul Brook1-2/+6
2009-05-09Fixe ARM NEON vrshl.Paul Brook1-2/+2
2009-05-09Add m68k_cpu_list()Laurent Vivier2-0/+12
2009-05-08Fix in file qemu-sockets.cvibi1-30/+32
2009-05-08vga: Replace VGA_COMMON with a structureAvi Kivity5-472/+472
2009-05-08Improve block range checksKevin Wolf1-1/+6
2009-05-08Remove noisy printf when KVM masks CPU featuresAnthony Liguori1-1/+0
2009-05-08fix asynchronous ioctlsChristoph Hellwig1-1/+10
2009-05-08kvm: Trim cpu features not supported by kvmAvi Kivity1-0/+30
2009-05-08Fix x86 feature modifications for features that set multiple bitsAvi Kivity1-5/+8
2009-05-08Make x86 cpuid feature names available in file scopeAvi Kivity1-27/+28
2009-05-08kvm: Add support for querying supported cpu featuresAvi Kivity2-0/+83
2009-05-08Introduce kvm_check_extension to check if KVM extensions are supportedAnthony Liguori2-17/+24
2009-05-08e1000: Do not reinit pci config space to 0Amit Shah1-1/+0
2009-05-08AIO deletion race fixAlexander Graf1-1/+2
2009-05-08reset state for load_linuxGlauber Costa1-0/+7
2009-05-08register reset handler for option_romsGlauber Costa1-0/+25
2009-05-08Fix cluster freeing in qcow2Gleb Natapov1-1/+8
2009-05-08Enable power button even generation.Anthony Liguori3-0/+21
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka4-36/+7
2009-05-08Remove superfluous #includes.Paul Brook2-2/+0
2009-05-08Use target_phys_addr_t, not target_ulong.Paul Brook1-12/+13
2009-05-08Replace cpu_abort with hw_errorPaul Brook47-262/+180
2009-05-07Fix disassembler memory accessesBlue Swirl1-4/+1
2009-05-07Suppress make directory messages.Paul Brook1-1/+2
2009-05-06Fix PL110 framebuffer byteswapping in 32bpp mode.Paul Brook1-1/+1
2009-05-05ETRAX: Simplify serport control logic.Edgar E. Iglesias1-83/+44
2009-05-05ETRAX: Drop _t for the serial type.Edgar E. Iglesias1-7/+7
2009-05-05ETRAX: Use NULL for subwidth serport reg accesses.Edgar E. Iglesias1-18/+2
2009-05-05ETRAX: Drop the _t for the internal PIC type.Edgar E. Iglesias1-8/+8
2009-05-05ETRAX: Simplify the interrupt controller model.Edgar E. Iglesias1-57/+24
2009-05-05ETRAX: Simplify interrupt signaling.Edgar E. Iglesias3-20/+7
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook5-86/+47
2009-05-04target-mips: proper sign extension for 'SUBU rd, zero, rt'Aurelien Jarno1-0/+1
2009-05-04target-mips: fix comments about SUB/DSUBAurelien Jarno1-2/+2
2009-05-04qemu-options.hx: fix description of cache=none suboptionAurelien Jarno1-1/+1
2009-05-03Suppress type mismatch warnings in VDE code.Paul Brook1-3/+3
2009-05-03minor fix of pci_register_bus()Isaku Yamahata1-0/+1
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata21-32/+37
2009-05-03Fix typos in comments in exec.cStuart Brady1-8/+8
2009-05-03Optimize cmp x, 0 caseBlue Swirl1-14/+19
2009-05-03ReindentBlue Swirl1-319/+312
2009-05-03Handle NULL bdrv.Paul Brook1-4/+10
2009-05-02Improve instruction name comments for easier searchingBlue Swirl1-44/+44
2009-05-02Clarify: dmmuregs[1] is not a typoBlue Swirl1-0/+1
2009-05-02Optimize operations with immediate parametersBlue Swirl1-52/+200
2009-05-02Fix Sparc64 sign extension problemsBlue Swirl1-32/+36
2009-05-01Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson1-6/+6
2009-05-01Make sure not to fall through on error in loadvmAnthony Liguori1-0/+1
2009-05-01Pci nic: pci_register_device can failChris Wright5-0/+17