aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-22block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 modeThomas Huth
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth
2019-01-22virtio-net: Fix VirtIONet typedef redefinitionPhilippe Mathieu-Daudé
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé
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