summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target/s390x: Remove DISAS_GOTO_TBRichard Henderson2022-07-061-6/+2Star
| * | | pc-bios/s390-ccw: Update the s390-ccw bios binaries with the virtio-blk fixesThomas Huth2022-07-062-0/+0
| * | | pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth2022-07-061-2/+5
| * | | pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth2022-07-061-6/+6
| * | | pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth2022-07-061-0/+4
| * | | pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth2022-07-064-27/+38
| * | | pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth2022-07-061-3/+2Star
| * | | pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth2022-07-061-4/+3Star
| * | | pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth2022-07-061-4/+14
| * | | pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth2022-07-062-25/+0Star
| * | | pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth2022-07-062-36/+7Star
| * | | pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth2022-07-061-4/+23
| * | | pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth2022-07-062-1/+2
| * | | pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth2022-07-062-2/+2
| * | | target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch2022-07-061-0/+7
* | | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2022-07-071-8/+4Star
|\ \ \ \ | |_|/ / |/| | |
| * | | block/io_uring: clarify that short reads can happenStefan Hajnoczi2022-07-071-6/+2Star
| * | | io_uring: fix short read slow pathDominique Martinet2022-07-071-2/+2
|/ / /
* | | Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-0733-576/+885
|\ \ \
| * | | target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár2022-07-062-14/+14
| * | | target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth2022-07-061-1/+1
| * | | target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2022-07-062-1/+19
| * | | target/ppc: implement cdtbcdMatheus Ferst2022-07-064-0/+35
| * | | target/ppc: implement cbcdtdMatheus Ferst2022-07-064-0/+51
| * | | target/ppc: implement addg6sMatheus Ferst2022-07-062-0/+41
| * | | target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2022-07-062-5/+10
| * | | tests/tcg/ppc64: Add mffsce testVíctor Colombo2022-07-063-0/+39
| * | | target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo2022-07-062-0/+46
| * | | target/ppc: Move mffs[.] to decodetreeVíctor Colombo2022-07-063-19/+21
| * | | target/ppc: Move mffsl to decodetreeVíctor Colombo2022-07-063-24/+17Star
| * | | target/ppc: Move mffsce to decodetreeVíctor Colombo2022-07-063-32/+20Star
| * | | target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo2022-07-064-48/+50
| * | | target/ppc: Fix insn32.decode style issuesVíctor Colombo2022-07-061-12/+12
| * | | ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-065-1/+310
| * | | ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-065-72/+12Star
| * | | target/ppc: use int128.h methods in vsubcuqMatheus Ferst2022-07-065-52/+9Star
| * | | target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst2022-07-065-36/+17Star
| * | | target/ppc: use int128.h methods in vsubuqmMatheus Ferst2022-07-065-22/+8Star
| * | | target/ppc: use int128.h methods in vaddcuqMatheus Ferst2022-07-065-13/+5Star
| * | | target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst2022-07-065-51/+17Star
| * | | target/ppc: use int128.h methods in vadduqmMatheus Ferst2022-07-065-9/+7Star
| * | | target/ppc: use int128.h methods in vpmsumdMatheus Ferst2022-07-065-41/+17Star
| * | | spapr/ddw: Implement 64bit query extensionAlexey Kardashevskiy2022-07-062-6/+18
| * | | spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy2022-07-064-1/+19
| * | | target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo2022-07-061-36/+36
| * | | ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 root busDaniel Henrique Barboza2022-07-061-4/+0Star
| * | | ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb3 root busDaniel Henrique Barboza2022-07-061-4/+0Star
| * | | ppc/pnv: make pnv_chip_power8_pic_print_info() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
| * | | ppc/pnv: make pnv_ics_resend() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
| * | | ppc/pnv: make pnv_ics_get() use the chip8->phbs[] arrayDaniel Henrique Barboza2022-07-061-27/+11Star