aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22migration: rename 'pos' field in QEMUFile to 'bytes_processed'Daniel P. Berrangé
2022-06-22migration: rename rate limiting fields in QEMUFileDaniel P. Berrangé
2022-06-22migration: remove unreachble RDMA code in save_hook implDaniel P. Berrangé
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras
2022-06-22QIOChannelSocket: Fix zero-copy send so socket flush worksLeonardo Bras
2022-06-22QIOChannelSocket: Introduce assert and reduce ifdefs to improve readabilityLeonardo Bras
2022-06-22migration: Remove RDMA_UNREGISTRATION_EXAMPLEJuan Quintela
2022-06-22Merge tag 'pull-aspeed-20220622' of https://github.com/legoater/qemu into sta...Richard Henderson
2022-06-22hw: m25p80: fixing individual test failure when tests are running in isolationIris Chen
2022-06-22aspeed/hace: Add missing newlines to unimp messagesJoel Stanley
2022-06-22aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen
2022-06-22hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi
2022-06-22aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi
2022-06-22aspeed: i2c: Migrate to registerfields APIJoe Komlodi
2022-06-22hw/registerfields: Add shared fields macrosJoe Komlodi
2022-06-22test/avocado/machine_aspeed.py: Add an I2C RTC testCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evbCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add I2C tests to ast2500-evbCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Add tests using buildroot imagesCédric Le Goater
2022-06-22test/avocado/machine_aspeed.py: Move OpenBMC testsCédric Le Goater
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-06-21util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin
2022-06-21util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson
2022-06-21util: Merge cacheflush.c and cacheinfo.cRichard Henderson
2022-06-21softmmu: Always initialize xlat in address_space_translate_for_iotlbRichard Henderson
2022-06-21qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz
2022-06-21Merge tag 'pull-ppc-20220621' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2022-06-20accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé
2022-06-20accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng
2022-06-20tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]Matheus Kowalczuk Ferst
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza
2022-06-20ppc/pnv: fix extra indent spaces with DEFINE_PROP*Daniel Henrique Barboza
2022-06-20pnv/xive2: Access direct mapped thread contexts from all chipsFrederic Barrat
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst
2022-06-20ppc: fix boot with sam460exMichael S. Tsirkin
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)