aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22tests/pnv-xscom: Make test independent of global_qtestThomas Huth
2019-01-22tests/boot-order: Make test independent of global_qtestThomas Huth
2019-01-22tests/endianesss: Make test independent of global_qtestThomas Huth
2019-01-22tests/Makefile: Use some more CONFIG switches for ppc testsThomas Huth
2019-01-22tests/Makefile: Use some more CONFIG switches for x86 testsThomas Huth
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée
2019-01-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190121'...Peter Maydell
2019-01-21tests: Disable ipmi-bt-testPeter Maydell
2019-01-21target/arm: Implement PMSWINCAaron Lindsay
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay
2019-01-21target/arm: Implement PMOVSSETAaron Lindsay
2019-01-21target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson
2019-01-21target/arm: Add PAuth system registersRichard Henderson
2019-01-21target/arm: Implement pauth_computepacRichard Henderson
2019-01-21target/arm: Implement pauth_addpacRichard Henderson
2019-01-21target/arm: Implement pauth_authRichard Henderson
2019-01-21target/arm: Implement pauth_stripRichard Henderson
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson
2019-01-21target/arm: Decode TBID from TCRRichard Henderson
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson