summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-206-64/+64
* Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-20/+22
* hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
* hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-205-7/+7
* Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-203-25/+18Star
* Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-206-35/+30Star
* hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-202-4/+3Star
* hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-203-18/+10Star
* Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell2020-02-146-4/+332
|\
| * riscv: virt: Use Goldfish RTC deviceAnup Patel2020-02-102-0/+17
| * hw: rtc: Add Goldfish RTC deviceAnup Patel2020-02-104-0/+293
| * riscv/virt: Add syscon reboot and poweroff DT nodesAnup Patel2020-02-101-4/+22
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell2020-02-147-69/+222
|\ \
| * | hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+16
| * | hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé2020-02-131-25/+6Star
| * | hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
| * | hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé2020-02-131-2/+2
| * | hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé2020-02-131-13/+3Star
| * | hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-3/+14
| * | hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé2020-02-131-7/+49
| * | hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé2020-02-131-3/+2Star
| * | hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé2020-02-131-2/+16
| * | hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé2020-02-131-3/+12
| * | hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé2020-02-131-4/+27
| * | hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé2020-02-131-2/+2
| * | hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé2020-02-131-3/+3
| * | hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun2020-02-131-2/+3
| * | hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+23
| * | hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+25
| * | arm/acpi: simplify the description of PCI _CRSHeyi Guo2020-02-131-1/+0Star
| * | arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo2020-02-131-1/+1
| * | arm/acpi: fix PCI _PRT definitionHeyi Guo2020-02-131-5/+5
| * | arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo2020-02-131-8/+0Star
| * | arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo2020-02-131-4/+0Star
| * | i.MX: Add support for WDT on i.MX6Roman Kapl2020-02-131-0/+21
| * | i.MX: Fix inverted register bits in wdt code.Roman Kapl2020-02-131-1/+1
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200213-pull-request' ...Peter Maydell2020-02-133-2/+9
|\ \
| * | qxl: introduce hardware revision 5Gerd Hoffmann2020-02-133-2/+9
| |/
* | uas: fix super speed bMaxPacketSize0Gerd Hoffmann2020-02-121-1/+1
* | usb-host: wait for cancel completeGerd Hoffmann2020-02-121-8/+9
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-02-101-1/+2
|\
| * hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX hostPhilippe Mathieu-Daudé2020-02-071-1/+2
* | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into sta...Peter Maydell2020-02-104-0/+56
|\ \
| * | hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2020-02-082-0/+24
| * | 9pfs: validate count sent by client with T_readdirChristian Schoenebeck2020-02-081-0/+9
| * | 9pfs: require msize >= 4096Christian Schoenebeck2020-02-082-0/+23
| |/
* | stellaris: delay timer_new to avoid memleaksPan Nengyuan2020-02-071-1/+6
* | stm32f2xx_timer: delay timer_new to avoid memleaksPan Nengyuan2020-02-071-0/+5
* | armv7m_systick: delay timer_new to avoid memleaksPan Nengyuan2020-02-071-0/+6