aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-24tests/acpi: update expected data filesGerd Hoffmann
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann
2020-06-24floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann
2020-06-24acpi: bios-tables-test: show more context on asl diffsGerd Hoffmann
2020-06-24qtest: allow DSDT acpi table changesGerd Hoffmann
2020-06-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell
2020-06-23Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622'...Peter Maydell
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum
2020-06-23tests/qtest/arm-cpu-features: Add feature setting testsAndrew Jones
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé
2020-06-23hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add audio I2S interface as unimplemented devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add I2C devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add SPI devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Map the FPGA I/O blockPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devicesPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Add CMSDK APB watchdog devicePhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Rename CMSDK AHB peripheral regionPhilippe Mathieu-Daudé
2020-06-23hw/arm/mps2: Document CMSDK/FPGA APB subsystem sectionsPhilippe Mathieu-Daudé
2020-06-23hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé
2020-06-23hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé
2020-06-23hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé
2020-06-23hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock statusPhilippe Mathieu-Daudé
2020-06-23target/arm: Remove dead code relating to SABA and UABAPeter Maydell
2020-06-23target/arm: Remove unnecessary gen_io_end() callsPeter Maydell
2020-06-23target/arm: Move some functions used only in translate-neon.inc.c to that filePeter Maydell
2020-06-23target/arm: Convert Neon VTRN to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon VSWP to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc VCVT insns to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc VRINT insns to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetreePeter Maydell
2020-06-23target/arm: Convert simple fp Neon 2-reg-misc insnsPeter Maydell
2020-06-23target/arm: Convert Neon VQABS, VQNEG to decodetreePeter Maydell
2020-06-23target/arm: Convert remaining simple 2-reg-misc Neon opsPeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetreePeter Maydell
2020-06-23target/arm: Make gen_swap_half() take separate src and destPeter Maydell
2020-06-23target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefsPeter Maydell
2020-06-23target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFnPeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc crypto operations to decodetreePeter Maydell
2020-06-23target/arm: Convert vectorised 2-reg-misc Neon ops to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon VCVT f16/f32 insns to decodetreePeter Maydell
2020-06-23target/arm: Convert Neon 2-reg-misc VSHLL to decodetreePeter Maydell