summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-20target-sparc: Convert asi helpers to gen_*_gprRichard Henderson1-29/+32
2012-10-20target-sparc: Use gen_load_gpr in get_src[12]Richard Henderson1-46/+29
2012-10-20target-sparc: Conversion to gen_*_gpr, part 1Richard Henderson1-243/+177
2012-10-20target-sparc: Add gen_load/store/dest_gprRichard Henderson1-0/+52
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson2-2/+4
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson2-20/+12
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson1-1/+6
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson1-1/+5
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson1-92/+103
2012-10-20create struct for machine initialization argumentsEduardo Habkost57-414/+518
2012-10-20vga: remove CONFIG_BOCHS_VBEGerd Hoffmann2-50/+12
2012-10-20vga: add specs for standard vgaGerd Hoffmann3-0/+68
2012-10-20vga: add mmio bar to standard vgaGerd Hoffmann4-3/+121
2012-10-20vga: fix indentionGerd Hoffmann1-14/+14
2012-10-19tests/tcg: fix buildCatalin Patulea4-14/+22
2012-10-19allow make {dist, }clean work w/out configureMike Frysinger1-0/+4
2012-10-19tci: fix build breakage for target-sparcMichael Roth1-1/+2
2012-10-19MAINTAINERS: Update email address for Stefan HajnocziStefan Hajnoczi1-2/+2
2012-10-19configure: Fix CONFIG_QEMU_HELPERDIR generationJan Kiszka1-1/+1
2012-10-19qemu-options.hx: Change from recommending '?' to 'help'Peter Maydell1-21/+17
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno18-146/+190
2012-10-19Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno6-11/+17
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias1-1/+1
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias2-0/+3
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell1-8/+8
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil1-0/+1
2012-10-19configure: Remove unused parameters from main functionStefan Weil1-2/+2
2012-10-19target-arm/neon_helper: Remove obsolete FIXME commentPeter Maydell1-1/+0
2012-10-19targphys.h: Don't define target_phys_addr_t for user-mode emulatorsPeter Maydell1-0/+4
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin1-0/+2
2012-10-17target-arm/translate: Fix RRX operandsPeter Crosthwaite1-1/+1
2012-10-17vfio-pci: Mark non-migratableAlex Williamson1-0/+6
2012-10-17vfio-pci: Fix debug buildAlex Williamson1-3/+2
2012-10-17cpus: create qemu_in_vcpu_thread()Juan Quintela1-2/+7
2012-10-17savevm: make qemu_file_put_notify() return errorsJuan Quintela3-5/+6
2012-10-17savevm: un-export qemu_file_set_error()Juan Quintela2-2/+1
2012-10-17block-migration: handle errors with the return codes correctlyJuan Quintela1-12/+14
2012-10-17block-migration: Switch meaning of return valueJuan Quintela1-5/+9
2012-10-17block-migration: make flush_blks() return errorsJuan Quintela1-14/+8
2012-10-17buffered_file: buffered_put_buffer() don't need to set last_errorJuan Quintela1-2/+0
2012-10-17savevm: Only qemu_fflush() can generate errorsJuan Quintela1-17/+18
2012-10-17savevm: make qemu_fill_buffer() be consistentJuan Quintela1-1/+1
2012-10-17savevm: unexport qemu_ftell()Juan Quintela2-4/+1
2012-10-17savevm: unfold qemu_fclose_internal()Juan Quintela1-20/+6
2012-10-17savevm: make qemu_fflush() return an error codeJuan Quintela1-16/+23
2012-10-17savevm: Remove qemu_fseek()Juan Quintela2-22/+0
2012-10-17virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela1-1/+3
2012-10-17savevm: unexport qemu_fflushJuan Quintela2-2/+1
2012-10-17migration: make migrate_fd_wait_for_unfreeze() return errorsJuan Quintela3-6/+11
2012-10-17buffered_file: make buffered_flush return the error codeJuan Quintela1-9/+26