aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-09-19audio: add help option for -audio and -audiodevClaudio Fontana
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini
2022-08-08vl: fix [memory] section with -readconfigPaolo Bonzini
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen
2022-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-13meson: Prefix each element of firmware pathAkihiko Odaki
2022-07-13datadir: Use bundle mechanismAkihiko Odaki
2022-07-12vl: Unlink absolute PID file pathHanna Reitz
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz
2022-06-28vga: avoid crash if no default vga cardGuo Zhi
2022-06-28semihosting: Cleanup chardev initRichard Henderson
2022-06-27accel: Introduce current_accel_name()Alexander Graf
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-06-15qdev: unplug blocker for devicesJagannathan Raman
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-06Enable common virtio pci support for LoongArchXiaojuan Yang
2022-06-06replay: rewrite async event handlingPavel Dovgalyuk
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini
2022-05-13hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron
2022-05-12vl: make machine type deprecation a warningPaolo Bonzini
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini
2022-05-12machine: add mem compound propertyPaolo Bonzini
2022-05-12machine: add boot compound propertyPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal