aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2-1/+37
2022-03-08hw/i2c: pmbus: update MAINTAINERSTitus Rwantare1-0/+10
2022-03-08hw/i2c: pmbus: refactor uint handlingTitus Rwantare1-9/+9
2022-03-08hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare1-0/+5
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2-4/+45
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare2-0/+27
2022-03-08Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...Peter Maydell11-44/+47
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell71-212/+377
2022-03-08tests/tcg/ppc64le: change signal_save_restore_xer to use SIGTRAPMatheus Ferst1-4/+4
2022-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-03-08linux-user: Remove stale "not threadsafe" commentsPeter Maydell1-2/+0
2022-03-08Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220307-pull-reque...Peter Maydell13-0/+0
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell19-127/+403
2022-03-08hw: aspeed_gpio: Cleanup stray semicolon after switchAndrew Jeffery1-1/+1
2022-03-08hw/arm/aspeed: add Bletchley machine typePatrick Williams1-0/+76
2022-03-08hw/arm/aspeed: allow missing spi_modelPatrick Williams1-1/+5
2022-03-08hw/block: m25p80: Add support for w25q01jvqPatrick Williams1-0/+1
2022-03-08aspeed/smc: Fix error logCédric Le Goater1-1/+1
2022-03-08aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater1-1/+1
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater2-22/+22
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater5-14/+0
2022-03-08aspeed: Rework aspeed_board_init_flashes() interfaceCédric Le Goater1-6/+5
2022-03-08aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater1-4/+4
2022-03-08aspeed: Fix a potential memory leak bug in write_boot_rom()Wentao_Liang1-3/+2
2022-03-07qemu-io: Allow larger write zeroes under no fallbackEric Blake1-6/+3
2022-03-07qemu-io: Utilize 64-bit status during mapEric Blake1-5/+2
2022-03-07nbd/server: Minor cleanupsEric Blake1-7/+6
2022-03-07tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSKDaniel P. Berrangé3-0/+70
2022-03-07tests/qemu-iotests: validate NBD TLS with UNIX socketsDaniel P. Berrangé2-0/+40
2022-03-07tests/qemu-iotests: validate NBD TLS with hostname mismatchDaniel P. Berrangé3-3/+38
2022-03-07tests/qemu-iotests: convert NBD TLS test to use standard filtersDaniel P. Berrangé2-21/+16
2022-03-07tests/qemu-iotests: introduce filter for qemu-nbd export listDaniel P. Berrangé3-3/+14
2022-03-07roms/openbios: update OpenBIOS images to 0e0afae6 built from submoduleMark Cave-Ayland4-0/+0
2022-03-07hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if presentAni Sinha1-0/+6
2022-03-07tests/qemu-iotests: expand _filter_nbd rulesDaniel P. Berrangé1-0/+4
2022-03-07tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference fileDaniel P. Berrangé1-0/+6
2022-03-07block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé3-17/+5
2022-03-07qemu-nbd: add --tls-hostname option for TLS certificate validationDaniel P. Berrangé2-1/+29
2022-03-07block/nbd: support override of hostname for TLS certificate validationDaniel P. Berrangé2-3/+18
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé3-7/+15
2022-03-07crypto: mandate a hostname when checking x509 creds on a clientDaniel P. Berrangé1-0/+6
2022-03-07scripts/qmp-shell-wrap: Fix import pathJohn Snow1-1/+1
2022-03-07python/aqmp: drop _bind_hack()John Snow2-39/+4
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow1-5/+2
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow2-5/+69
2022-03-07python/aqmp: stop the server during disconnect()John Snow1-1/+5
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow2-7/+26
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow1-0/+3
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow1-25/+58
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow2-74/+53