summary refs log tree commit diff stats
path: root/scripts/render_block_graph.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger1-2/+2
2020-12-14ppc/e500: Free irqs array to avoid memleakGan Qixin1-0/+1
2020-12-14MAINTAINERS: Add Greg Kurz as co-maintainer for ppcDavid Gibson1-1/+16
2020-12-14hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz1-2/+3
2020-12-14target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz2-66/+0
2020-12-14spapr: spapr_drc_attach() cannot failGreg Kurz5-12/+14
2020-12-14spapr: Simplify error path of spapr_core_plug()Greg Kurz1-11/+10
2020-12-14spapr: Abort if ppc_set_compat() fails for hot-plugged CPUsGreg Kurz1-6/+4
2020-12-14spapr: Fix pre-2.10 dummy ICP hackGreg Kurz1-7/+7
2020-12-14xive: Add trace eventsCédric Le Goater4-3/+108
2020-12-14hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio1-23/+23
2020-12-14ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio1-14/+14
2020-12-14ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio1-38/+42
2020-12-14ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio1-105/+123
2020-12-14ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio1-10/+22
2020-12-14ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun1-0/+1
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun1-2/+3
2020-12-14spapr: Do TPM proxy hotplug sanity checks at pre-plugGreg Kurz1-5/+18
2020-12-14spapr: Do PHB hoplug sanity check at pre-plugGreg Kurz1-6/+11
2020-12-14spapr: Make PHB placement functions and spapr_pre_plug_phb() return statusGreg Kurz2-18/+24
2020-12-14spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug onlyGreg Kurz3-33/+20
2020-12-14spapr: Do PCI device hotplug sanity checks at pre-plug onlyGreg Kurz1-10/+33
2020-12-14spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()Greg Kurz3-3/+3
2020-12-14spapr/xive: Turn some sanity checks into assertionsGreg Kurz1-10/+4
2020-12-12m68k: fix some comment spelling errorszhaolichang1-8/+8
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier3-6/+198
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier1-4/+0
2020-12-12hw/m68k/q800.c: Make the GLUE chip an actual QOM devicePeter Maydell1-12/+70
2020-12-12hw/m68k/q800: Don't connect two qemu_irqs directly to the same inputPeter Maydell2-2/+11
2020-12-11block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf1-17/+24
2020-12-11block: Fix locking in qmp_block_resize()Kevin Wolf1-1/+4
2020-12-11block: Simplify qmp_block_resize() error pathsKevin Wolf1-5/+4
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy8-14/+90
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy1-13/+12
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy1-4/+3
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy1-1/+0
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf1-0/+5
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz2-8/+13
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng1-1/+1
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz3-0/+437
2020-12-11iotests: Enable fuse for many testsMax Reitz75-75/+75
2020-12-11iotests: Allow testing FUSE exportsMax Reitz3-1/+134
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz2-0/+28
2020-12-11storage-daemon: Call bdrv_close_all() on exitMax Reitz1-0/+3
2020-12-11iotests/287: Clean up subshell test imageMax Reitz1-2/+2
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz1-3/+37
2020-12-11iotests: Restrict some Python tests to fileMax Reitz2-2/+4
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz1-1/+2
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz4-9/+7