summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-30Add TCG optimizations stubKirill Batuzov4-1/+107
2011-07-30exec.h cleanupBlue Swirl32-620/+273
2011-07-30revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev2-127/+178
2011-07-30SPARC64: implement %fprs dirty bitsTsuneo Saito1-0/+116
2011-07-30SPARC64: fix fnor* and fnand*Tsuneo Saito1-6/+8
2011-07-30sd: do not add one sector to the disk sizeVincent Palatin1-3/+1
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell3-11/+16
2011-07-30usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka1-0/+5
2011-07-30Add support for Zipit Z2 machineVasily Khoruzhick2-0/+359
2011-07-30onenand: Add missing brace.Andrzej Zaborowski1-0/+1
2011-07-30hw/onenand: program actions can only clear bitsJuha Riihimäki1-29/+106
2011-07-30onenand: Handle various ID fields separatelyJuha Riihimäki3-14/+23
2011-07-30onenand: Pass BlockDriverState to init functionPeter Maydell3-10/+12
2011-07-30hw/nand: qdevifyJuha Riihimäki5-81/+103
2011-07-30hw/nand: Writing to NAND can only clear bitsPeter Maydell1-4/+13
2011-07-30hw/nand: Support multiple reads following READ STATUSJuha Riihimäki1-3/+8
2011-07-30hw/nand: Support devices wider than 8 bitsJuha Riihimäki2-34/+88
2011-07-30nand: Bump vmstate version after changing structure.Andrzej Zaborowski1-3/+3
2011-07-30hw/nand: Support large NAND devicesJuha Riihimäki1-21/+27
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell5-10/+15
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell3-7/+6
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki6-173/+218
2011-07-30hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO modulePeter Maydell1-1/+5
2011-07-30hw/omap_l4.c: Add helper function omap_l4_region_baseJuha Riihimäki2-0/+8
2011-07-29Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-5/+30
2011-07-29Merge remote-tracking branch 'alon/pull-libcacard.afe' into stagingAnthony Liguori4-78/+224
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori10-33/+162
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori9-0/+52
2011-07-29monitor: fix build breakage with --disable-vncTeLeMan1-0/+2
2011-07-29Allow to leave type on default in -machineJan Kiszka1-1/+4
2011-07-29CODING_STYLE: explicitly allow braceless 'else if'Avi Kivity1-0/+4
2011-07-29Fix a compilation error in xen-mapcache.cStefan Berger1-2/+1
2011-07-29multiboot: Fix bss segment supportGöran Weinholt1-5/+9
2011-07-29configure: add --disable-zlib-testAlon Levy1-9/+14
2011-07-29Add missing trace call to oslib-posix.c:qemu_vmalloc()Jes Sorensen1-1/+4
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert1-8/+11
2011-07-29move unaligned memory access functions to bswap.hPaolo Bonzini4-448/+477
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini2-51/+81
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini2-4/+4
2011-07-29showing a splash picture when startwayne5-4/+199
2011-07-29usb-ohci: convert to MemoryRegionAvi Kivity1-25/+17
2011-07-29sysbus: add MemoryRegion based memory management APIAvi Kivity2-3/+27
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity2-8/+42
2011-07-29pci: pass address space to pci bus when createdAvi Kivity22-35/+85
2011-07-29pc: move global memory map out of pc_init1() and into its callersAvi Kivity1-7/+8
2011-07-29pc: convert pc_memory_init() to memory APIAvi Kivity2-19/+41
2011-07-29pc: grab system_memoryAvi Kivity3-3/+12
2011-07-29ioport: register ranges by byte aligned addresses alwaysAvi Kivity1-2/+2
2011-07-29exec.c: initialize memory mapAvi Kivity1-0/+19
2011-07-29memory: transaction APIAvi Kivity2-0/+26