648 Commits (c1dc0a1debe1efb7e4e02b580d43cf6cab1d36e8)

Author SHA1 Message Date
Philippe Mathieu-Daudé 3c55dd5896 hw/cpu: Clean up global variable shadowing 3 years ago
Richard Henderson d7ec12f83c tcg: Split out tcg init functions to tcg/startup.h 3 years ago
Richard Henderson 935f75ae63 tcg: Remove argument to tcg_prologue_init 3 years ago
Richard Henderson b77af26e97 accel/tcg: Replace CPUState.env_ptr with cpu_env() 3 years ago
Richard Henderson da2b71fab6 linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 3 years ago
Richard Henderson c8fb5cf97d linux-user: Adjust task_unmapped_base for reserved_va 3 years ago
Richard Henderson 0662a626a7 linux-user: Properly set image_info.brk in flatload 3 years ago
Andreas Schwab 7f750efcaa linux-user, bsd-user: Preserve incoming order of environment variables in the target 3 years ago
Thomas Huth b67e5cb43b linux-user/main: Use list_cpus() instead of cpu_list() 3 years ago
Peter Maydell e99c1f89b2 linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep' 3 years ago
Peter Maydell 0e33928cd9 accel/tcg: Use one_insn_per_tb global instead of old singlestep global 3 years ago
Peter Maydell 3cfb0456c3 make one-insn-per-tb an accel option 3 years ago
Richard Henderson 95059f9c31 include/exec: Change reserved_va semantics to last byte 3 years ago
Richard Henderson 2f7828b572 linux-user: Diagnose misaligned -R size 3 years ago
fanwj@mail.ustc.edu.cn 2732c739d8 linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 3 years ago
Helge Deller 258bec39f3 linux-user: Fix access to /proc/self/exe 3 years ago
Alex Bennée d96bf49ba8 gdbstub: move chunks of user code into own files 3 years ago
Ilya Leoshkevich 7de0816f69 linux-user: Always exit from exclusive state in fork_end() 3 years ago
Ilya Leoshkevich 5584e2dbe8 tcg: add perfmap and jitdump 3 years ago
Alex Bennée f7e15affa8 plugins: add [pre|post]fork helpers to linux-user 4 years ago
Helge Deller 0a3346b593 linux-user/hppa: Increase guest stack size to 80MB for hppa target 4 years ago
Richard Henderson e4a4aaa51b semihosting: Create qemu_semihosting_guestfd_init 4 years ago
Richard Henderson 60f1c8017a linux-user: Clean up arg_start/arg_end confusion 4 years ago
Marc-André Lureau 49f9522193 include: rename qemu-common.h qemu/help-texts.h 4 years ago
Thomas Huth 55d71e0b78 Don't include sysemu/tcg.h if it is not necessary 4 years ago
Richard Henderson b410253f9f linux-user: Use qemu_set_log_filename_flags 4 years ago
Richard Henderson 93756fdcf6 linux-user: Expand log_page_dump inline 4 years ago
Richard Henderson c5955f4ff4 util/log: Pass Error pointer to qemu_set_log 4 years ago
Richard Henderson 54ee5b3da0 util/log: Drop manual log buffering 4 years ago
Cameron Esfahani eb33cdaeda linux-user: Implement starttime field in self stat emulation 4 years ago
Philippe Mathieu-Daudé 76d0042bb2 user: Remove cpu_get_pic_interrupt() stubs 5 years ago
Peter Maydell 85b4fa0cd1 linux-user: Don't include gdbstub.h in qemu.h 5 years ago
Peter Maydell 3b249d2661 linux-user: Split linux-user internals out of qemu.h 5 years ago
Peter Maydell 5423e6d3a4 linux-user: Split mmap prototypes into user-mmap.h 5 years ago
Peter Maydell 3ad0a76928 linux-user: Split loader-related prototypes into loader.h 5 years ago
Peter Maydell 2113aed687 linux-user: Split signal-related prototypes into signal-common.h 5 years ago
Mahmoud Mandour 3a445acb49 plugins: allow plugin arguments to be passed directly 5 years ago
Owen Anderson c093364f4d fd-trans: Fix race condition on reallocation of the translation table. 5 years ago
Richard Henderson b0a0794a0f tcg: Re-order tcg_region_init vs tcg_prologue_init 5 years ago
Philippe Mathieu-Daudé 48c8c5e886 linux-user: Remove dead code 5 years ago
Claudio Fontana 92242f34ab accel: move call to accel_init_interfaces 5 years ago
Thomas Huth 2068cabd3f Do not include cpu.h if it's not really necessary 5 years ago
Laurent Vivier 6e1c0d7b95 linux-user: manage binfmt-misc preserve-arg[0] flag 5 years ago
Richard Henderson 6cc9d67c6f accel/tcg: Precompute curr_cflags into cpu->tcg_cflags 5 years ago
Richard Henderson 5ca870b9f6 exec: Use uintptr_t for guest_base 5 years ago
Claudio Fontana b86f59c715 accel: replace struct CpusAccel with AccelOpsClass 5 years ago
Claudio Fontana 940e43aa30 accel: extend AccelState and AccelClass to user-mode 5 years ago
Richard Henderson a35b3e1415 tcg: Add --accel tcg,split-wx property 6 years ago
Paolo Bonzini 0572f558cb plugin: propagate errors 6 years ago
Paolo Bonzini 92eecfff32 trace: remove argument from trace_init_file 6 years ago