summary refs log tree commit diff stats
path: root/python/qemu/console_socket.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-24target/i386: Save cc_op before loop insnsRichard Henderson1-0/+1
2020-07-24target/hppa: Free some temps in do_subRichard Henderson1-0/+2
2020-07-24tcg: update comments for save_iotlb_data in cputlbAlex Bennée1-6/+5
2020-07-24tpm_emulator: Report an error if chardev is missingStefan Berger1-15/+23
2020-07-24tpm: Improve help on TPM types when none are availableMarkus Armbruster1-4/+9
2020-07-24Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster4-12/+27
2020-07-24configure: Allow to build tools without pixmanThomas Huth1-1/+1
2020-07-24hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSESPeter Maydell1-1/+0
2020-07-24hw: Only compile the usb-dwc2 controller if it is really neededThomas Huth2-1/+1
2020-07-24qapi/error: Check format string argument in error_*prepend()Philippe Mathieu-Daudé1-2/+4
2020-07-24sd/milkymist-memcard: Fix format stringStefan Weil1-1/+1
2020-07-24error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2-4/+4
2020-07-24coccinelle/err-bad-newline: Fix for Python 3, and add patternsMarkus Armbruster1-2/+22
2020-07-23KVM: fix CPU reset wrt HF2_GIF_MASKVitaly Kuznetsov1-5/+11
2020-07-22target/riscv: Fix the range of pmpcfg of CSR funcion tableZong Li1-1/+1
2020-07-22hw/riscv: sifive_e: Correct debug block sizeBin Meng1-1/+1
2020-07-22target/riscv: fix vector index load/store constraintsLIU Zhiwei1-1/+9
2020-07-22target/riscv: Quiet Coverity complains about vamo*LIU Zhiwei1-0/+1
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke2-3/+15
2020-07-22virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko1-10/+24
2020-07-22intel_iommu: Use correct shift for 256 bits qi descriptorLiu Yi L2-2/+8
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck2-0/+10
2020-07-22virtio: list legacy-capable devicesCornelia Huck2-0/+27
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck2-48/+48
2020-07-22virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck1-0/+4
2020-07-22virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck1-1/+2
2020-07-22virtio: Drop broken and superfluous object_property_set_link()Markus Armbruster4-11/+0
2020-07-22acpi: accept byte and word access to core ACPI registersMichael Tokarev1-3/+6
2020-07-21Update version for v5.1.0-rc1 releasePeter Maydell1-1/+1
2020-07-21iotests: Test sparseness for qemu-img convert -nKevin Wolf2-0/+47
2020-07-21qom: Make info qom-tree sort children more efficientlyMarkus Armbruster1-12/+13
2020-07-21qdev: Fix device_add DRIVER,help to print to monitorMarkus Armbruster1-1/+1
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé3-10/+10
2020-07-21hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2-3/+4
2020-07-21qcow2: Implement v2 zero writes with discard if possibleKevin Wolf1-1/+8
2020-07-21file-posix: Handle `EINVAL` fallocate return valueAntoine Damhet1-1/+5
2020-07-21qom: Document object_get_canonical_path() returns malloced stringMarkus Armbruster1-2/+3
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster23-61/+41
2020-07-21hw/avr/boot: Fix memory leak in avr_load_firmware()Philippe Mathieu-Daudé1-1/+1
2020-07-21qemu-common: Document qemu_find_file()Philippe Mathieu-Daudé1-0/+17
2020-07-21qemu/osdep: Reword qemu_get_exec_dir() documentationPhilippe Mathieu-Daudé1-1/+4
2020-07-21qemu/osdep: Document os_find_datadir() return valuePhilippe Mathieu-Daudé2-1/+9
2020-07-21hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()Mauro Matteo Cascella1-2/+12
2020-07-21hw/net: Added plen fix for IPv6Andrew3-0/+38
2020-07-21qapi: Fix visit_type_STRUCT() not to fail for null objectMarkus Armbruster1-0/+1
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi1-0/+8
2020-07-21module: ignore NULL typeGerd Hoffmann1-0/+3
2020-07-21qxl: fix modular builds with dtraceGerd Hoffmann1-0/+9
2020-07-21xhci: fix valid.max_access_size to access address registersLaurent Vivier1-2/+2
2020-07-21qemu-iotests: add testcase for bz #1857490Maxim Levitsky2-3/+53