aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2-0/+90
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh2-0/+65
2022-06-30Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta...Richard Henderson30-180/+1573
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas8-1/+231
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2-12/+124
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2-9/+88
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen9-1/+67
2022-06-30hw/i2c: support multiple mastersKlaus Jensen2-1/+47
2022-06-30hw/i2c/aspeed: Fix MASTER_EN missing error messagePeter Delevoryas1-2/+2
2022-06-30hw/i2c/aspeed: Fix DMA len write-enable bit handlingPeter Delevoryas1-4/+4
2022-06-30hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL referencePeter Delevoryas1-1/+1
2022-06-30hw/arm/aspeed: firework: add I2C MUXes for VR channelsJae Hyun Yoo1-1/+9
2022-06-30hw/arm/aspeed: firework: Add Thermal DiodesMaheswara Kurapati1-0/+10
2022-06-30hw/arm/aspeed: Add MAX31785 Fan controllersMaheswara Kurapati2-2/+8
2022-06-30hw/sensor: add Maxim MAX31785 deviceMaheswara Kurapati3-0/+578
2022-06-30hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati1-5/+1
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory1-0/+34
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo1-0/+35
2022-06-30aspeed: Remove use of qemu_get_cpuPeter Delevoryas1-1/+1
2022-06-30aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas4-19/+56
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