aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno
2012-10-20hw/pl031: Use LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl190: Use LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/pl041: Use LOG_UNIMPPeter Maydell
2012-10-20hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell
2012-10-20hw/hw.h: Add include of qemu-log.hPeter Maydell
2012-10-20qemu-log: Add new log category for guest bugsPeter Maydell
2012-10-20target-sparc: Remove cpu_tmp0 as a globalRichard Henderson
2012-10-20target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson
2012-10-20target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson
2012-10-20target-sparc: Remove last uses of cpu_tmp64Richard Henderson
2012-10-20target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson
2012-10-20target-sparc: Don't use a temporary for gen_dest_fpr_DRichard Henderson
2012-10-20target-sparc: Remove usage of cpu_tmp64 from most helper functionsRichard Henderson
2012-10-20target-sparc: Tidy ldfsr, stfsrRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Write Priv RegisterRichard Henderson
2012-10-20target-sparc: Avoid cpu_tmp32 in Read Priv RegisterRichard Henderson
2012-10-20target-sparc: Use get_temp_i32 in gen_dest_fpr_FRichard Henderson
2012-10-20target-sparc: Split out get_temp_i32Richard Henderson
2012-10-20target-sparc: Make the cpu_addr variable local to load/store handlingRichard Henderson
2012-10-20target-sparc: Cleanup cpu_src[12] allocationRichard Henderson
2012-10-20target-sparc: Finish conversion to gen_load_gprRichard Henderson
2012-10-20target-sparc: Convert swap to gen_load/store_gprRichard Henderson
2012-10-20target-sparc: Convert asi helpers to gen_*_gprRichard Henderson
2012-10-20target-sparc: Use gen_load_gpr in get_src[12]Richard Henderson
2012-10-20target-sparc: Conversion to gen_*_gpr, part 1Richard Henderson
2012-10-20target-sparc: Add gen_load/store/dest_gprRichard Henderson
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson
2012-10-20create struct for machine initialization argumentsEduardo Habkost
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann
2012-10-20vga: add specs for standard vgaGerd Hoffmann
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann
2012-10-20vga: fix indentionGerd Hoffmann
2012-10-19tests/tcg: fix buildCatalin Patulea
2012-10-19allow make {dist, }clean work w/out configureMike Frysinger
2012-10-19tci: fix build breakage for target-sparcMichael Roth
2012-10-19MAINTAINERS: Update email address for Stefan HajnocziStefan Hajnoczi
2012-10-19configure: Fix CONFIG_QEMU_HELPERDIR generationJan Kiszka
2012-10-19qemu-options.hx: Change from recommending '?' to 'help'Peter Maydell
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias