Age | Commit message (Expand) | Author |
2021-09-13 | linux-user: Split safe-syscall macro into its own header | Peter Maydell |
2021-09-13 | linux-user: Split mmap prototypes into user-mmap.h | Peter Maydell |
2021-09-13 | linux-user: Split loader-related prototypes into loader.h | Peter Maydell |
2021-09-13 | linux-user: Split signal-related prototypes into signal-common.h | Peter Maydell |
2021-09-13 | linux-user: Split strace prototypes into strace.h | Peter Maydell |
2021-09-13 | linux-user: Fix coding style nits in qemu.h | Peter Maydell |
2021-09-13 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-09-13 | docs: link to archived Fedora code of conduct | Paolo Bonzini |
2021-09-13 | Fix nvmm_ram_block_added() function arguments | Reinoud Zandijk |
2021-09-13 | Only check CONFIG_NVMM when NEED_CPU_H is defined | Reinoud Zandijk |
2021-09-13 | util: Suppress -Wstringop-overflow in qemu_thread_start | Richard Henderson |
2021-09-13 | fw_cfg: add etc/msr_feature_control | Paolo Bonzini |
2021-09-13 | meson: remove dead variable | Paolo Bonzini |
2021-09-13 | meson: do not use python.full_path() unnecessarily | Paolo Bonzini |
2021-09-13 | meson: look up cp and dtrace with find_program() | Paolo Bonzini |
2021-09-13 | meson.build: Do not look for VNC-related libraries if have_system is not set | Thomas Huth |
2021-09-13 | docs/system: move x86 CPU configuration to a separate document | Paolo Bonzini |
2021-09-13 | docs/system: standardize man page sections to --- with overline | Paolo Bonzini |
2021-09-13 | docs: standardize directory index to --- with overline | Paolo Bonzini |
2021-09-13 | docs: standardize book titles to === with overline | Paolo Bonzini |
2021-09-13 | target/i386: Added vVMLOAD and vVMSAVE feature | Lara Lazier |
2021-09-13 | target/i386: Added changed priority check for VIRQ | Lara Lazier |
2021-09-13 | target/i386: Added ignore TPR check in ctl_has_irq | Lara Lazier |
2021-09-13 | target/i386: Added VGIF V_IRQ masking capability | Lara Lazier |
2021-09-13 | target/i386: Moved int_ctl into CPUX86State structure | Lara Lazier |
2021-09-13 | target/i386: Added VGIF feature | Lara Lazier |
2021-09-13 | target/i386: VMRUN and VMLOAD canonicalizations | Lara Lazier |
2021-09-13 | target/i386: add missing bits to CR4_RESERVED_MASK | Daniel P. Berrangé |
2021-09-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into ... | Peter Maydell |
2021-09-11 | Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210910' int... | Peter Maydell |
2021-09-10 | bsd-user: Update mapping to handle reserved and starting conditions | Warner Losh |
2021-09-10 | bsd-user: Add '-0 argv0' option to bsd-user/main.c | Colin Percival |
2021-09-10 | bsd-user: Implement interlock for atomic operations | Warner Losh |
2021-09-10 | bsd-user: move gemu_log to later in the file | Warner Losh |
2021-09-10 | bsd-user: Refactor load_elf_sections and is_target_elf_binary | Warner Losh |
2021-09-10 | bsd-user: elfload.c style catch up patch | Warner Losh |
2021-09-10 | bsd-user: add stubbed out core dump support | Warner Losh |
2021-09-10 | bsd-user: Add target_os_user.h to capture the user/kernel structures | Warner Losh |
2021-09-10 | bsd-user: Add target_arch_reg to describe a target's register set | Warner Losh |
2021-09-10 | bsd-user: update debugging in mmap.c | Warner Losh |
2021-09-10 | bsd-user: Rewrite target system call definintion glue | Warner Losh |
2021-09-10 | bsd-user: Remove dead #ifdefs from elfload.c | Warner Losh |
2021-09-10 | bsd-user: elf cleanup | Warner Losh |
2021-09-10 | bsd-user: Add architecture specific signal tramp code | Warner Losh |
2021-09-10 | bsd-user: Move stack initializtion into a per-os file. | Warner Losh |
2021-09-10 | bsd-user: Implement --seed and initialize random state | Warner Losh |
2021-09-10 | bsd-user: *BSD specific siginfo defintions | Warner Losh |
2021-09-10 | bsd-user: Add system independent stack, data and text limiting | Warner Losh |
2021-09-10 | bsd-user: Create target specific vmparam.h | Warner Losh |
2021-09-10 | bsd-user: define max args in terms of pages | Warner Losh |