aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-30hw/nand: qdevifyJuha Riihimäki
2011-07-30hw/nand: Writing to NAND can only clear bitsPeter Maydell
2011-07-30hw/nand: Support multiple reads following READ STATUSJuha Riihimäki
2011-07-30hw/nand: Support devices wider than 8 bitsJuha Riihimäki
2011-07-30nand: Bump vmstate version after changing structure.Andrzej Zaborowski
2011-07-30hw/nand: Support large NAND devicesJuha Riihimäki
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki
2011-07-30hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO modulePeter Maydell
2011-07-30hw/omap_l4.c: Add helper function omap_l4_region_baseJuha Riihimäki
2011-07-29Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-07-29Merge remote-tracking branch 'alon/pull-libcacard.afe' into stagingAnthony Liguori
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori
2011-07-29monitor: fix build breakage with --disable-vncTeLeMan
2011-07-29Allow to leave type on default in -machineJan Kiszka
2011-07-29CODING_STYLE: explicitly allow braceless 'else if'Avi Kivity
2011-07-29Fix a compilation error in xen-mapcache.cStefan Berger
2011-07-29multiboot: Fix bss segment supportGöran Weinholt
2011-07-29configure: add --disable-zlib-testAlon Levy
2011-07-29Add missing trace call to oslib-posix.c:qemu_vmalloc()Jes Sorensen
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert
2011-07-29move unaligned memory access functions to bswap.hPaolo Bonzini
2011-07-29softfloat: change default nan definitions to variablesPaolo Bonzini
2011-07-29move WORDS_ALIGNED to qemu-common.hPaolo Bonzini
2011-07-29showing a splash picture when startwayne
2011-07-29usb-ohci: convert to MemoryRegionAvi Kivity
2011-07-29sysbus: add MemoryRegion based memory management APIAvi Kivity
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-07-29pc: move global memory map out of pc_init1() and into its callersAvi Kivity
2011-07-29pc: convert pc_memory_init() to memory APIAvi Kivity
2011-07-29pc: grab system_memoryAvi Kivity
2011-07-29ioport: register ranges by byte aligned addresses alwaysAvi Kivity
2011-07-29exec.c: initialize memory mapAvi Kivity
2011-07-29memory: transaction APIAvi Kivity
2011-07-29memory: separate building the final memory map into two stepsAvi Kivity
2011-07-29memory: add ioeventfd supportAvi Kivity
2011-07-29memory: add backward compatibility for old mmio registrationAvi Kivity
2011-07-29memory: add backward compatibility for old portio registrationAvi Kivity
2011-07-29memory: I/O address space supportAvi Kivity
2011-07-29memory: late initialization of ram_addrAvi Kivity
2011-07-29memory: rename MemoryRegion::has_ram_addr to ::terminatesAvi Kivity
2011-07-29memory: abstract address space operationsAvi Kivity
2011-07-29Internal interfaces for memory APIAvi Kivity
2011-07-29memory: merge adjacent segments of a single memory regionAvi Kivity
2011-07-29memory: implement dirty trackingAvi Kivity
2011-07-29Hierarchical memory region APIAvi Kivity
2011-07-29Add memory API documentationAvi Kivity