aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-23migration: remove the QEMUFileOps 'get_return_path' callbackDaniel P. Berrangé3-34/+10
2022-06-23migration: remove the QEMUFileOps 'writev_buffer' callbackDaniel P. Berrangé3-68/+8
2022-06-23migration: remove the QEMUFileOps 'get_buffer' callbackDaniel P. Berrangé3-40/+16
2022-06-22migration: remove the QEMUFileOps 'close' callbackDaniel P. Berrangé3-28/+6
2022-06-22migration: remove the QEMUFileOps 'set_blocking' callbackDaniel P. Berrangé3-22/+1
2022-06-22migration: remove the QEMUFileOps 'shut_down' callbackDaniel P. Berrangé3-40/+10
2022-06-22migration: remove unused QEMUFileGetFD typedef / qemu_get_fd methodDaniel P. Berrangé1-5/+0
2022-06-22migration: introduce new constructors for QEMUFileDaniel P. Berrangé3-5/+20
2022-06-22migration: hardcode assumption that QEMUFile is backed with QIOChannelDaniel P. Berrangé3-21/+20
2022-06-22migration: stop passing 'opaque' parameter to QEMUFile hooksDaniel P. Berrangé3-21/+20
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé1-38/+6
2022-06-22migration: introduce a QIOChannel impl for BlockDriverState VMStateDaniel P. Berrangé3-0/+255
2022-06-22migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limitDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé3-4/+11
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé6-15/+46
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé1-10/+11
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé1-11/+19
2022-06-22migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé1-99/+21
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé1-3/+4
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé6-0/+392
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras3-63/+34
2022-06-22QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras1-0/+5
2022-06-22QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras1-5/+9
2022-06-22migration: Remove RDMA_UNREGISTRATION_EXAMPLEJuan Quintela1-41/+0
2022-06-22Merge tag 'pull-aspeed-20220622' of https://github.com/legoater/qemu into sta...Richard Henderson10-378/+1095
2022-06-22hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen1-11/+63
2022-06-22aspeed/hace: Add missing newlines to unimp messagesJoel Stanley1-2/+2
2022-06-22aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater1-3/+10
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen2-2/+10
2022-06-22hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen2-13/+23
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee2-0/+31
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater2-0/+25
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi2-266/+267
2022-06-22aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi2-1/+4
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi2-195/+653
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi2-164/+128
2022-06-22aspeed: i2c: Migrate to registerfields APIJoe Komlodi1-197/+196
2022-06-22hw/registerfields: Add shared fields macrosJoe Komlodi1-0/+70
2022-06-22test/avocado/machine_aspeed.py: Add an I2C RTC testCédric Le Goater1-0/+8
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evbCédric Le Goater1-0/+13
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evbCédric Le Goater1-0/+13
2022-06-22test/avocado/machine_aspeed.py: Add tests using buildroot imagesCédric Le Goater1-0/+52
2022-06-22test/avocado/machine_aspeed.py: Move OpenBMC testsCédric Le Goater2-43/+50
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater1-4/+0
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson13-243/+284
2022-06-21util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin1-2/+23
2022-06-21util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson1-25/+19
2022-06-21util: Merge cacheflush.c and cacheinfo.cRichard Henderson3-202/+202
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson1-1/+12
2022-06-21qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz1-0/+3