aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé3-25/+18
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé6-35/+30
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2-4/+3
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé3-18/+10
2020-02-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell6-4/+332
2020-02-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell7-69/+222
2020-02-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200213-pull-request' ...Peter Maydell3-2/+9
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé1-3/+16
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé1-25/+6
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé1-13/+3
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé1-3/+14
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé1-7/+49
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé1-3/+2
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé1-2/+16
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé1-3/+12
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé1-4/+27
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé1-3/+3
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun1-2/+3
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck1-0/+23
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck1-0/+25
2020-02-13arm/acpi: simplify the description of PCI _CRSHeyi Guo1-1/+0
2020-02-13arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo1-1/+1
2020-02-13arm/acpi: fix PCI _PRT definitionHeyi Guo1-5/+5
2020-02-13arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo1-8/+0
2020-02-13arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo1-4/+0
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl1-0/+21
2020-02-13i.MX: Fix inverted register bits in wdt code.Roman Kapl1-1/+1
2020-02-13qxl: introduce hardware revision 5Gerd Hoffmann3-2/+9
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann1-1/+1
2020-02-12usb-host: wait for cancel completeGerd Hoffmann1-8/+9
2020-02-10riscv: virt: Use Goldfish RTC deviceAnup Patel2-0/+17
2020-02-10hw: rtc: Add Goldfish RTC deviceAnup Patel4-0/+293
2020-02-10riscv/virt: Add syscon reboot and poweroff DT nodesAnup Patel1-4/+22
2020-02-10Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+2
2020-02-10Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into sta...Peter Maydell4-0/+56
2020-02-08hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2-0/+24
2020-02-089pfs: validate count sent by client with T_readdirChristian Schoenebeck1-0/+9
2020-02-089pfs: require msize >= 4096Christian Schoenebeck2-0/+23
2020-02-07hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX hostPhilippe Mathieu-Daudé1-1/+2
2020-02-07stellaris: delay timer_new to avoid memleaksPan Nengyuan1-1/+6
2020-02-07stm32f2xx_timer: delay timer_new to avoid memleaksPan Nengyuan1-0/+5
2020-02-07armv7m_systick: delay timer_new to avoid memleaksPan Nengyuan1-0/+6
2020-02-07bcm2835_dma: Re-initialize xlen in TD modeRene Stange1-1/+3
2020-02-07bcm2835_dma: Fix the ylen loop in TD modeRene Stange1-2/+2
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth5-611/+642
2020-02-06aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina1-1/+1
2020-02-06hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmportThomas Huth1-0/+6