aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-30docs/system/arm: Add FEAT_HCX to list of emulated featuresPeter Maydell1-0/+1
2022-05-29Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson19-403/+396
2022-05-28Merge tag 'hppa-serial-fix-pull-request' of https://github.com/hdeller/qemu-h...Richard Henderson4-16/+16
2022-05-28hppa: Fix serial port assignments and pass-throughHelge Deller2-16/+10
2022-05-28hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppaHelge Deller1-0/+6
2022-05-28test/qga: use g_auto wherever sensibleMarc-André Lureau1-78/+43
2022-05-28qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindirMarc-André Lureau4-17/+23
2022-05-28qga/wixl: simplify some pre-processingMarc-André Lureau1-13/+7
2022-05-28qga/wixl: require Mingw_binMarc-André Lureau1-9/+0
2022-05-28qga/wixl: prefer variables over environmentMarc-André Lureau2-26/+13
2022-05-28test/qga: use G_TEST_DIR to locate os-release test fileMarc-André Lureau1-6/+5
2022-05-28qga: make build_fs_mount_list() return a boolMarc-André Lureau1-15/+10
2022-05-28qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau2-8/+13
2022-05-28qga: throw an Error in ga_channel_open()Marc-André Lureau1-25/+17
2022-05-28qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau1-4/+3
2022-05-28qga: add qga_open_cloexec() helperMarc-André Lureau3-0/+42
2022-05-28qga: flatten safe_open_or_create()Marc-André Lureau1-60/+60
2022-05-28tests: make libqmp buildable for win32Marc-André Lureau2-5/+31
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau1-13/+4
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau8-128/+129
2022-05-26Merge tag 'pull-ppc-20220526' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson26-353/+1286
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley1-0/+4
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)5-0/+74
2022-05-26target/ppc: Implemented pmxvf*ger*Lucas Mateus Castro (alqotel)2-0/+56
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)5-0/+115
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)5-2/+231
2022-05-26target/ppc: Implemented pmxvi*ger* instructionsLucas Mateus Castro (alqotel)2-0/+40
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)6-0/+218
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)3-0/+45
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin4-9/+19
2022-05-26tcg/ppc: Optimize memory ordering generation with lwsyncNicholas Piggin1-3/+6
2022-05-26tcg/ppc: ST_ST memory ordering is not provided with eieioNicholas Piggin1-2/+0
2022-05-26target/ppc: Fix eieio memory ordering semanticsNicholas Piggin1-1/+26
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst5-7/+8
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst6-8/+29
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst5-9/+11
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst1-27/+5
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst5-47/+41
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst5-4/+23
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst5-4/+24
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst5-12/+43
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst1-4/+4
2022-05-26target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst1-15/+15
2022-05-26target/ppc: use TCG_CALL_NO_RWG in vector helpers without envMatheus Ferst1-81/+81
2022-05-26target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWGMatheus Ferst1-2/+2
2022-05-26pnv/xive2: Don't overwrite PC registers when writing TCTXT registersFrederic Barrat1-3/+0
2022-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo1-56/+56
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo1-6/+7
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo2-58/+66
2022-05-26target/ppc: Fix tlbieLeandro Lupori1-1/+1