summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/avocado: add boot_xen testsAlex Bennée2021-03-102-0/+119
* docs: add some documentation for the guest-loaderAlex Bennée2021-03-103-0/+56
* docs: move generic-loader documentation into the main manualAlex Bennée2021-03-104-93/+119
* hw/core: implement a guest-loader to support static hypervisor guestsAlex Bennée2021-03-104-0/+186
* device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée2021-03-102-0/+43
* hw/riscv: migrate fdt field to generic MachineStateAlex Bennée2021-03-102-11/+10Star
* hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée2021-03-103-172/+186
* .editorconfig: update the automatic mode setting for EmacsAlex Bennée2021-03-101-6/+11
* tests/docker: Use --arch-only when building Debian cross imagePhilippe Mathieu-Daudé2021-03-101-1/+1
* gitlab-ci.yml: Add jobs to test CFI flagsDaniele Buono2021-03-101-0/+119
* gitlab-ci.yml: Allow custom # of parallel linkersDaniele Buono2021-03-101-0/+4
* tests/docker: add a test-tcg for building then running check-tcgAlex Bennée2021-03-101-0/+22
* docs/system: add a gentle prompt for the complexity to comeAlex Bennée2021-03-102-0/+10
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-03-0951-175/+969
|\
| * blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl2021-03-082-9/+10
| * block: Clarify error messages pertaining to 'node-name'Connor Kuehl2021-03-0818-30/+30
| * docs: qsd: Explain --export nbd,name=... defaultKevin Wolf2021-03-081-2/+3
| * MAINTAINERS: update parallels block driverVladimir Sementsov-Ogievskiy2021-03-081-0/+3
| * iotests: add parallels-read-bitmap testVladimir Sementsov-Ogievskiy2021-03-084-0/+112
| * iotests.py: add unarchive_sample_image() helperVladimir Sementsov-Ogievskiy2021-03-081-0/+10
| * parallels: support bitmap extension for read-only modeVladimir Sementsov-Ogievskiy2021-03-084-2/+325
| * block/parallels: BDRVParallelsState: add cluster_size fieldVladimir Sementsov-Ogievskiy2021-03-082-4/+5
| * parallels.txt: fix bitmap L1 table descriptionVladimir Sementsov-Ogievskiy2021-03-081-12/+16
| * qcow2-bitmap: make bytes_covered_by_bitmap_cluster() publicVladimir Sementsov-Ogievskiy2021-03-083-14/+17
| * block/export: port virtio-blk read/write range checkStefan Hajnoczi2021-03-081-3/+16
| * block/export: port virtio-blk discard/write zeroes input validationStefan Hajnoczi2021-03-081-23/+93
| * block/export: fix vhost-user-blk export sector number calculationStefan Hajnoczi2021-03-081-1/+1
| * block/export: use VIRTIO_BLK_SECTOR_BITSStefan Hajnoczi2021-03-081-3/+12
| * block/export: fix blk_size double byteswapStefan Hajnoczi2021-03-081-1/+1
| * libqtest: add qtest_remove_abrt_handler()Stefan Hajnoczi2021-03-082-6/+47
| * libqtest: add qtest_kill_qemu()Stefan Hajnoczi2021-03-082-3/+15
| * libqtest: add qtest_socket_server()Stefan Hajnoczi2021-03-082-17/+31
| * vhost-user-blk: fix blkcfg->num_queues endiannessStefan Hajnoczi2021-03-081-4/+3Star
| * docs: replace insecure /tmp examples in qsd docsStefan Hajnoczi2021-03-081-3/+4
| * docs: show how to spawn qemu-storage-daemon with fd passingStefan Hajnoczi2021-03-081-2/+40
| * qemu-storage-daemon: add --pidfile optionStefan Hajnoczi2021-03-082-0/+50
| * storage-daemon: include current command line option in the errorsPaolo Bonzini2021-03-081-2/+17
| * storage-daemon: report unexpected arguments on the flyPaolo Bonzini2021-03-081-5/+4Star
| * blockjob: report a better error messageStefano Garzarella2021-03-081-3/+7
| * iotests: Fix up python style in 300Eric Blake2021-03-081-4/+6
| * iotests/283: Check that finalize drops backup-topMax Reitz2021-03-082-0/+68
| * backup-top: Refuse I/O in inactive stateMax Reitz2021-03-081-0/+10
| * backup: Remove nodes from job in .clean()Max Reitz2021-03-081-0/+1
| * iotests: Drop deprecated 'props' from object-addAlberto Garcia2021-03-089-29/+19Star
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell2021-03-098-351/+748
|\ \
| * | esp: add support for unaligned accessesMark Cave-Ayland2021-03-071-7/+41
| * | esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland2021-03-072-36/+98
| * | esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland2021-03-071-0/+4
| * | esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland2021-03-072-59/+101
| * | esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2021-03-072-47/+79