aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-30aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas4-55/+69
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas5-10/+16
2022-06-30aspeed: Set CPU memory property explicitlyPeter Delevoryas2-0/+4
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater1-2/+2
2022-06-30aspeed/hace: Accumulative mode supportedJoel Stanley1-3/+3
2022-06-30aspeed/i2c: Change trace event for NORMAL_STOP statesCédric Le Goater1-1/+1
2022-06-30aspeed/scu: Add trace events for read opsCédric Le Goater2-0/+3
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater4-41/+56
2022-06-30hw: m25p80: add tests for write protect (WP# and SRWD bit)Iris Chen1-0/+62
2022-06-30hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen1-15/+67
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson27-56/+47
2022-06-29Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/vsementsov/qemu in...Richard Henderson15-42/+482
2022-06-29block: use 'unsigned' for in_flight field on driver stateDenis V. Lunev2-2/+2
2022-06-29nbd: trace long NBD operationsDenis V. Lunev4-1/+12
2022-06-29iotests: copy-before-write: add cases for cbw-timeout optionVladimir Sementsov-Ogievskiy2-2/+83
2022-06-29block/copy-before-write: implement cbw-timeout optionVladimir Sementsov-Ogievskiy2-2/+28
2022-06-29block/block-copy: block_copy(): add timeout_ns parameterVladimir Sementsov-Ogievskiy3-9/+30
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy3-0/+103
2022-06-29iotests: add copy-before-write: on-cbw-error testsVladimir Sementsov-Ogievskiy3-0/+145
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow4-24/+14
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow4-7/+12
2022-06-28hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)Lev Kujawski1-2/+2
2022-06-28common-user: Only compile the common user code if have_user is setThomas Huth1-0/+4
2022-06-28hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow3-7/+1
2022-06-28MAINTAINERS: Add softmmu/runstate.c to "Main loop"Markus Armbruster1-0/+1
2022-06-28trivial typos: namesapceDr. David Alan Gilbert3-6/+6
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert9-9/+10
2022-06-28util: Return void on iova_tree_removeEugenio Pérez2-6/+2
2022-06-28qom/object: Remove circular include dependencyPhilippe Mathieu-Daudé1-1/+0
2022-06-28vga: avoid crash if no default vga cardGuo Zhi1-1/+2
2022-06-28block/copy-before-write: add on-cbw-error open parameterVladimir Sementsov-Ogievskiy2-3/+54
2022-06-28block/copy-before-write: refactor option parsingVladimir Sementsov-Ogievskiy1-27/+29
2022-06-28Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson13-54/+112
2022-06-28Merge tag 'pull-semi-20220628' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson50-1307/+2180
2022-06-28target/nios2: Move nios2-semi.c to nios2_softmmu_ssRichard Henderson2-7/+2
2022-06-28target/nios2: Eliminate nios2_semi_is_lseekRichard Henderson1-36/+23
2022-06-28target/mips: Drop pread and pwrite syscalls from semihostingRichard Henderson1-32/+7
2022-06-28target/mips: Add UHI errno valuesRichard Henderson1-0/+40
2022-06-28target/mips: Use an exception for semihostingRichard Henderson10-21/+19
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson3-43/+4
2022-06-28target/m68k: Eliminate m68k_semi_is_fseekRichard Henderson1-32/+23
2022-06-28semihosting: Create semihost_sys_poll_oneRichard Henderson4-2/+106
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson3-79/+0
2022-06-28semihosting: Use console_out_gf for SYS_WRITE0Richard Henderson1-2/+9
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson3-47/+0
2022-06-28semihosting: Use console_out_gf for SYS_WRITECRichard Henderson1-4/+16
2022-06-28semihosting: Use console_in_gf for SYS_READCRichard Henderson1-9/+18
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson5-10/+61
2022-06-28semihosting: Add GuestFDConsoleRichard Henderson2-3/+72
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson3-0/+26