aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-21Merge tag 'pull-ppc-20220621' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson14-24/+554
2022-06-20accel/tcg: Reorganize tcg_accel_ops_init()Philippe Mathieu-Daudé1-7/+8
2022-06-20accel/tcg: Init TCG cflags in vCPU thread handlerPhilippe Mathieu-Daudé2-7/+5
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng3-9/+0
2022-06-20tcg/ppc: implement rem[u]_i{32,64} with mod[su][wd]Matheus Kowalczuk Ferst2-2/+24
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat1-0/+3
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza1-1/+1
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza1-2/+3
2022-06-20ppc/pnv: fix extra indent spaces with DEFINE_PROP*Daniel Henrique Barboza3-14/+14
2022-06-20pnv/xive2: Access direct mapped thread contexts from all chipsFrederic Barrat1-4/+14
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst1-3/+2
2022-06-20ppc: fix boot with sam460exMichael S. Tsirkin1-0/+8
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2-0/+15
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)4-0/+76
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2-0/+52
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)3-0/+169
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2-0/+51
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2-0/+92
2022-06-19Merge tag 'bsd-user-syscall-2022q2-pull-request' of ssh://github.com/qemu-bsd...Richard Henderson3-0/+479
2022-06-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson18-160/+1345