Age | Commit message (Expand) | Author | Files | Lines |
2022-07-13 | datadir: Use bundle mechanism | Akihiko Odaki | 1 | -21/+1 |
2022-07-12 | vl: Unlink absolute PID file path | Hanna Reitz | 1 | -4/+26 |
2022-07-12 | vl: Conditionally register PID file unlink notifier | Hanna Reitz | 1 | -9/+9 |
2022-06-28 | vga: avoid crash if no default vga card | Guo Zhi | 1 | -1/+2 |
2022-06-28 | semihosting: Cleanup chardev init | Richard Henderson | 1 | -2/+1 |
2022-06-27 | accel: Introduce current_accel_name() | Alexander Graf | 1 | -2/+1 |
2022-06-21 | softmmu: Always initialize xlat in address_space_translate_for_iotlb | Richard Henderson | 1 | -1/+12 |
2022-06-15 | vfio-user: handle PCI BAR accesses | Jagannathan Raman | 1 | -2/+2 |
2022-06-15 | qdev: unplug blocker for devices | Jagannathan Raman | 1 | -0/+4 |
2022-06-09 | hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c | Jonathan Cameron | 1 | -2/+0 |
2022-06-09 | hw/cxl: Make the CXL fixed memory window setup a machine parameter. | Jonathan Cameron | 1 | -44/+0 |
2022-06-06 | Enable common virtio pci support for LoongArch | Xiaojuan Yang | 1 | -1/+2 |
2022-06-06 | replay: rewrite async event handling | Pavel Dovgalyuk | 1 | -1/+3 |
2022-06-06 | replay: notify vCPU when BH is scheduled | Pavel Dovgalyuk | 1 | -0/+8 |
2022-06-03 | ui: Remove deprecated options "-sdl" and "-curses" | Thomas Huth | 1 | -19/+0 |
2022-06-03 | ui: Switch "-display sdl" to use the QAPI parser | Thomas Huth | 2 | -71/+1 |
2022-06-03 | ui: Remove deprecated parameters of the "-display sdl" option | Thomas Huth | 1 | -40/+1 |
2022-05-16 | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in... | Richard Henderson | 1 | -0/+47 |
2022-05-14 | introduce -audio as a replacement for -soundhw | Paolo Bonzini | 1 | -3/+25 |
2022-05-14 | soundhw: move help handling to vl.c | Paolo Bonzini | 1 | -0/+4 |
2022-05-13 | hw/cxl/host: Add support for CXL Fixed Memory Windows. | Jonathan Cameron | 1 | -0/+47 |
2022-05-12 | vl: make machine type deprecation a warning | Paolo Bonzini | 1 | -1/+1 |
2022-05-12 | machine: move more memory validation to Machine object | Paolo Bonzini | 1 | -14/+3 |
2022-05-12 | machine: make memory-backend a link property | Paolo Bonzini | 1 | -40/+22 |
2022-05-12 | machine: add mem compound property | Paolo Bonzini | 1 | -83/+40 |
2022-05-12 | machine: add boot compound property | Paolo Bonzini | 1 | -11/+5 |
2022-05-12 | machine: use QAPI struct for boot configuration | Paolo Bonzini | 3 | -27/+3 |
2022-05-09 | Warn user if the vga flag is passed but no vga device is created | Gautam Agrawal | 2 | -0/+8 |
2022-05-09 | softmmu/vl: Fence 'xenfb' if Xen support is not compiled in | Thomas Huth | 1 | -0/+2 |
2022-04-28 | remove -writeconfig | Paolo Bonzini | 1 | -20/+0 |
2022-04-21 | include: move qdict_{crumple,flatten} declarations | Marc-André Lureau | 1 | -0/+1 |
2022-04-21 | include: add qemu/keyval.h | Marc-André Lureau | 1 | -0/+1 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-21 | Simplify softmmu/main.c | Marc-André Lureau | 1 | -16/+9 |
2022-04-20 | softmmu: Use qemu_set_log_filename_flags | Richard Henderson | 1 | -12/+9 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -2/+2 |
2022-04-06 | whpx: Added support for breakpoints and stepping | Ivan Shcherbakov | 1 | -2/+10 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 6 | -6/+0 |
2022-04-06 | include: move target page bits declaration to page-vary.h | Marc-André Lureau | 2 | -1/+2 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -3/+3 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 2 | -2/+2 |
2022-04-06 | qtest: replace gettimeofday with GTimer | Marc-André Lureau | 1 | -29/+10 |
2022-03-29 | memory: Make memory_region_readd_subregion() properly handle mapped aliases | David Hildenbrand | 1 | -2/+1 |
2022-03-22 | Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -10/+45 |
2022-03-22 | error: use GLib to remember the program name | Marc-André Lureau | 1 | -1/+1 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -2/+2 |
2022-03-22 | vl: typo fix in a comment | Marc-André Lureau | 1 | -1/+1 |
2022-03-22 | qemu-options: define -spice only #ifdef CONFIG_SPICE | Marc-André Lureau | 1 | -0/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 3 | -5/+5 |
2022-03-21 | softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR | Philippe Mathieu-Daudé | 1 | -2/+42 |