aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-19ui/vnc-jobs.c: Fix minor typos in commentsPeter Maydell
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil
2012-10-19configure: Remove unused parameters from main functionStefan Weil
2012-10-19target-arm/neon_helper: Remove obsolete FIXME commentPeter Maydell
2012-10-19targphys.h: Don't define target_phys_addr_t for user-mode emulatorsPeter Maydell
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin
2012-10-17target-arm/translate: Fix RRX operandsPeter Crosthwaite
2012-10-17vfio-pci: Mark non-migratableAlex Williamson
2012-10-17vfio-pci: Fix debug buildAlex Williamson
2012-10-17cpus: create qemu_in_vcpu_thread()Juan Quintela
2012-10-17savevm: make qemu_file_put_notify() return errorsJuan Quintela
2012-10-17savevm: un-export qemu_file_set_error()Juan Quintela
2012-10-17block-migration: handle errors with the return codes correctlyJuan Quintela
2012-10-17block-migration: Switch meaning of return valueJuan Quintela
2012-10-17block-migration: make flush_blks() return errorsJuan Quintela
2012-10-17buffered_file: buffered_put_buffer() don't need to set last_errorJuan Quintela
2012-10-17savevm: Only qemu_fflush() can generate errorsJuan Quintela
2012-10-17savevm: make qemu_fill_buffer() be consistentJuan Quintela
2012-10-17savevm: unexport qemu_ftell()Juan Quintela
2012-10-17savevm: unfold qemu_fclose_internal()Juan Quintela
2012-10-17savevm: make qemu_fflush() return an error codeJuan Quintela
2012-10-17savevm: Remove qemu_fseek()Juan Quintela
2012-10-17virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela
2012-10-17savevm: unexport qemu_fflushJuan Quintela
2012-10-17migration: make migrate_fd_wait_for_unfreeze() return errorsJuan Quintela
2012-10-17buffered_file: make buffered_flush return the error codeJuan Quintela
2012-10-17buffered_file: callers of buffered_flush() already check for errorsJuan Quintela
2012-10-17buffered_file: We can access directly to bandwidth_limitJuan Quintela