summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move helpers.h to helper.hLluĂ­s Vilanova2012-03-053-3/+3
* s390: Rework kernel loading: supports elf and newer kernelsChristian Borntraeger2012-03-051-12/+18
* w64: fix type casts when calling flush_icache_rangeStefan Weil2012-03-031-4/+5
* cache-utils: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+1
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-036-6/+13
* w64: Fix data type of parameters for flush_icache_rangeStefan Weil2012-03-032-2/+4
* tcg: Rearrange definitions and include statementsStefan Weil2012-03-031-3/+3
* w64: Fix size of ram_addr_tStefan Weil2012-03-031-3/+3
* Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl2012-03-0335-132/+25Star
|\
| * Move definition of HOST_LONG_BITS to qemu-common.hStefan Weil2012-02-282-12/+9Star
| * target-xtensa: Clean includesStefan Weil2012-02-283-3/+0Star
| * target-unicore32: Clean includesStefan Weil2012-02-282-4/+2Star
| * target-sh4: Clean includesStefan Weil2012-02-281-6/+0Star
| * target-s390x: Clean includesStefan Weil2012-02-283-10/+3Star
| * target-ppc: Clean includesStefan Weil2012-02-282-12/+0Star
| * target-mips: Clean includesStefan Weil2012-02-281-7/+0Star
| * target-microblaze: Clean includesStefan Weil2012-02-284-17/+3Star
| * target-m68k: Clean includesStefan Weil2012-02-283-11/+1Star
| * target-lm32: Clean includesStefan Weil2012-02-283-13/+1Star
| * target-i386: Clean includesStefan Weil2012-02-282-7/+0Star
| * target-cris: Clean includesStefan Weil2012-02-284-16/+3Star
| * target-arm: Clean includesStefan Weil2012-02-281-5/+0Star
| * target-alpha: Clean includesStefan Weil2012-02-282-5/+1Star
| * Remove macro HOST_LONG_SIZEStefan Weil2012-02-282-4/+2Star
* | usb: Fix signature of stub usb_host_device_openJan Kiszka2012-03-031-1/+1
* | Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl2012-03-039-35/+161
|\ \
| * | hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv propertiesPeter Maydell2012-03-021-10/+10
| * | arm: add device tree supportGrant Likely2012-03-027-6/+120
| * | arm: make sure that number of irqs can be represented in GICD_TYPER.Rusty Russell2012-03-021-0/+9
| * | arm: clean up GIC constantsRusty Russell2012-03-021-19/+22
* | | Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl2012-03-0313-15/+674
|\ \ \
| * | | target-xtensa: add breakpoint testsMax Filippov2012-02-202-0/+224
| * | | target-xtensa: add DEBUG_SECTION to overlay toolMax Filippov2012-02-203-0/+7
| * | | target-xtensa: add DBREAK data breakpointsMax Filippov2012-02-205-0/+147
| * | | exec: let cpu_watchpoint_insert accept larger watchpointsMax Filippov2012-02-201-1/+2
| * | | exec: fix check_watchpoint exiting cpu_loopMax Filippov2012-02-201-1/+2
| * | | exec: add missing breaks to the watch_mem_writeMax Filippov2012-02-201-3/+9
| * | | target-xtensa: add ICOUNT SR and debug exceptionMax Filippov2012-02-182-1/+54
| * | | target-xtensa: implement instruction breakpointsMax Filippov2012-02-185-3/+119
| * | | target-xtensa: add DEBUGCAUSE SR and configurationMax Filippov2012-02-182-0/+21
| * | | target-xtensa: fetch 3rd opcode byte only when neededMax Filippov2012-02-171-1/+2
| * | | target-xtensa: implement info tlb monitor commandMax Filippov2012-02-174-3/+71
| * | | target-xtensa: define TLB_TEMPLATE for MMU-less coresMax Filippov2012-02-171-2/+16
* | | | Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2012-03-011-3/+12
|\ \ \ \
| * | | | kvm: fix unaligned slotsAvi Kivity2012-03-011-3/+12
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori2012-03-019-514/+912
|\ \ \ \
| * | | | memory: allow phys_map tree paths to terminate earlyAvi Kivity2012-02-291-11/+17
| * | | | memory: unify PhysPageEntry::node and ::leafAvi Kivity2012-02-291-20/+18Star
| * | | | memory: change phys_page_set() to set multiple pagesAvi Kivity2012-02-291-18/+23
| * | | | memory: switch phys_page_set() to a recursive implementationAvi Kivity2012-02-291-26/+41