aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-23qdev: Reject chardev property overrideMarkus Armbruster
2020-06-23qdev: Reject drive property overrideMarkus Armbruster
2020-06-23qdev: Improve netdev property override error a bitMarkus Armbruster
2020-06-23qdev: Eliminate get_pointer(), set_pointer()Markus Armbruster
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster
2020-06-23docs/qdev-device-use.txt: Update section "Default Devices"Markus Armbruster
2020-06-23fdc: Deprecate configuring floppies with -global isa-fdcMarkus Armbruster
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster
2020-06-23iotests/172: Cover -global floppy.drive=...Markus Armbruster
2020-06-23iotests/172: Cover empty filename and multiple use of drivesMarkus Armbruster
2020-06-23iotests/172: Include "info block" in test outputMarkus Armbruster
2020-06-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2...Peter Maydell
2020-06-22Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-06-21tests/acceptance: record/replay tests with advcal imagesPavel Dovgalyuk
2020-06-21tests/acceptance: add record/replay test for m68kPavel Dovgalyuk
2020-06-21tests/acceptance: add record/replay test for ppc64Pavel Dovgalyuk
2020-06-21tests/acceptance: add record/replay test for armPavel Dovgalyuk
2020-06-21tests/acceptance: add record/replay test for aarch64Pavel Dovgalyuk
2020-06-21tests/acceptance: add kernel record/replay test for x86_64Pavel Dovgalyuk
2020-06-21tests/acceptance: add base class record/replay kernel testsPavel Dovgalyuk
2020-06-21MAINTAINERS: Add an entry to review Avocado based acceptance testsPhilippe Mathieu-Daudé
2020-06-19Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200619-pull-request...Peter Maydell
2020-06-19qht: Fix threshold rate calculationRichard Henderson
2020-06-19hw/riscv: sifive_u: Add a dummy DDR memory controller deviceBin Meng
2020-06-19hw/riscv: sifive_u: Sort the SoC memmap table entriesBin Meng
2020-06-19hw/riscv: sifive_u: Support different boot source per MSEL pin stateBin Meng
2020-06-19hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004Bin Meng
2020-06-19target/riscv: Rename IBEX CPU init routineBin Meng
2020-06-19hw/riscv: sifive_u: Add a new property msel for MSEL pin stateBin Meng
2020-06-19hw/riscv: sifive_u: Rename serial property get/set functions to a generic nameBin Meng
2020-06-19hw/riscv: sifive_u: Add reset functionalityBin Meng
2020-06-19hw/riscv: sifive_gpio: Do not blindly trigger output IRQsBin Meng
2020-06-19hw/riscv: sifive_u: Hook a GPIO controllerBin Meng
2020-06-19hw/riscv: sifive_gpio: Add a new 'ngpio' propertyBin Meng
2020-06-19hw/riscv: sifive_gpio: Clean up the codesBin Meng
2020-06-19hw/riscv: sifive_u: Generate device tree node for OTPBin Meng
2020-06-19hw/riscv: sifive_u: Simplify the GEM IRQ connect code a little bitBin Meng
2020-06-19hw/riscv: opentitan: Remove the riscv_ prefix of the machine* and soc* functionsBin Meng
2020-06-19hw/riscv: sifive_e: Remove the riscv_ prefix of the machine* and soc* functionsBin Meng
2020-06-19target/riscv: Use a smaller guess size for no-MMU PMPAlistair Francis
2020-06-19riscv/opentitan: Connect the UART deviceAlistair Francis
2020-06-19riscv/opentitan: Connect the PLIC deviceAlistair Francis
2020-06-19hw/intc: Initial commit of lowRISC Ibex PLICAlistair Francis
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis
2020-06-19riscv/opentitan: Fix the ROM sizeAlistair Francis
2020-06-19target/riscv: Implement checks for hfenceAlistair Francis
2020-06-19target/riscv: Move the hfence instructions to the rvh decodeAlistair Francis