aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220307-pull-reque...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell
2022-03-07scripts/qmp-shell-wrap: Fix import pathJohn Snow
2022-03-07python/aqmp: drop _bind_hack()John Snow
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow
2022-03-07python/aqmp: stop the server during disconnect()John Snow
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow
2022-03-07python/aqmp: add _session_guard()John Snow
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell
2022-03-07Check and report for incomplete 'global' option formatRohit Kumar
2022-03-07tests/vm: Update haiku test vm to R1/Beta3Thomas Huth
2022-03-07tests/avocado: Cancel BootLinux tests in case there is no free portThomas Huth
2022-03-07Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-0...Peter Maydell
2022-03-07hw/arm/virt: Disable LPA2 for -machine virt-6.2Richard Henderson
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson
2022-03-07ui/cocoa: Use the standard about panelAkihiko Odaki
2022-03-07hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace eventPeter Maydell
2022-03-07hw/intc/arm_gicv3: Fix missing spaces in error log messagesPeter Maydell
2022-03-07hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOpsPeter Maydell
2022-03-07hw/intc/arm_gicv3_its: Add trace events for table reads and writesPeter Maydell
2022-03-07hw/intc/arm_gicv3_its: Add trace events for commandsPeter Maydell
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell
2022-03-07util: Use meson checks for valloc() and memalign() presencePeter Maydell
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell
2022-03-07meson.build: Don't misdetect posix_memalign() on WindowsPeter Maydell
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2022-03-07fsdev/p9array.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()Christian Schoenebeck
2022-03-079pfs/9p-util.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079pfs/9p.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079pfs/codir.c: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079pfs/9p.h: convert Doxygen -> kerneldoc formatChristian Schoenebeck
2022-03-079pfs: drop Doxygen format from qemu_dirent_dup() API commentChristian Schoenebeck
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck
2022-03-079p: darwin: meson: Allow VirtFS on DarwinKeno Fischer
2022-03-079p: darwin: Adjust assumption on virtio-9p-testWill Cohen
2022-03-079p: darwin: Implement compatibility for mknodatKeno Fischer