aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-16hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboardboot-fix-int-sizesPeter Maydell
2012-07-16hw/arm_boot.c: Support DTBs which use 64 bit addressesPeter Maydell
2012-07-16device_tree: Add support for reading device tree propertiesPeter Maydell
2012-07-16hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacityPeter Maydell
2012-07-16hw/arm_boot.c: Consistently use ram_size from arm_boot_info structPeter Maydell
2012-07-16hw/arm_boot.c: Make ram_size a uint64_tPeter Maydell
2012-07-14qemu-log: fix x86 and user loggingBlue Swirl
2012-07-14Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-07-14vga: Implement blinking of text cursorJan Kiszka
2012-07-14console: Implementing blinking of cursorJan Kiszka
2012-07-14configure: add -Werror to QEMU_CFLAGS earlyAlexander Graf
2012-07-14monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdefPeter Maydell
2012-07-14hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell
2012-07-14hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plxPeter Maydell
2012-07-14targphys.h: Define TARGET_PRI*PHYS format specifier macrosPeter Maydell
2012-07-14disas: Fix printing of addresses in disassemblyPeter Maydell
2012-07-14esp: add AMD PCscsi emulation (PCI SCSI adapter)Hervé Poussineau
2012-07-14pci: add some stubsHervé Poussineau
2012-07-14esp: use trace framework instead of stderr outputHervé Poussineau
2012-07-14esp: split esp code into generic chip emulation and sysbus layerHervé Poussineau
2012-07-14esp: use hba_private field instead of a complex castHervé Poussineau
2012-07-14esp: support future change of chip_idHervé Poussineau
2012-07-14esp: implement Reset ATN commandHervé Poussineau
2012-07-14esp: implement Disable selection commandHervé Poussineau
2012-07-14esp: delay Transfer Information command if dma is not enabledHervé Poussineau
2012-07-14esp: execute select commands immediately when it is a non-dma commandHervé Poussineau
2012-07-14Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-07-14Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-07-13make: Remove 'build-all' ruleStefan Weil
2012-07-13qemu-keymaps: Finnish keyboard mapping brokenMichael Tokarev
2012-07-13vnc: add a more descriptive error messageAmos Kong
2012-07-13bitops: Fix documentationStefan Weil
2012-07-13megasas: mark mfi_frame_desc as 'static'Hannes Reinecke
2012-07-12target-arm: Add support for long format translation table walksPeter Maydell
2012-07-12target-arm: Implement TTBCR changes for LPAEPeter Maydell
2012-07-12target-arm: Implement long-descriptor PAR formatPeter Maydell
2012-07-12target-arm: Use target_phys_addr_t in get_phys_addr()Peter Maydell
2012-07-12target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell
2012-07-12target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAEPeter Maydell
2012-07-12target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registersPeter Maydell
2012-07-12target-arm: Extend feature flags to 64 bitsPeter Maydell
2012-07-12target-arm: Implement privileged-execute-never (PXN)Peter Maydell
2012-07-12ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bitsPeter Maydell
2012-07-12hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell
2012-07-12target-arm: Fix TCG temp handling in 64 bit cp writesPeter Maydell
2012-07-12target-arm: Fix some copy-and-paste errors in cp register namesPeter Maydell
2012-07-12target-arm: Fix typo that meant TTBR1 accesses went to TTBR0Peter Maydell
2012-07-12target-arm: Fix CP15 based WFIPaul Brook
2012-07-11iov: Fix do_send_recv() for MinGW (also fixes a build breakage)Stefan Weil
2012-07-11qemu_find_file: check name as a straight path even if it has no '/'Peter Maydell