Age | Commit message (Expand) | Author | Files | Lines |
2023-01-12 | hw/arm/pxa2xx: Simplify pxa255_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-10 | hw/ssi: Rename SSI 'slave' as 'peripheral' | Philippe Mathieu-Daudé | 1 | -6/+6 |
2020-11-23 | hw/arm: Fix bad print format specifiers | AlexChen | 1 | -1/+1 |
2020-10-26 | hw/arm/tosa: Replace fprintf() calls by LED devices | Philippe Mathieu-Daudé | 1 | -25/+15 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -6/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -3/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+7 |
2020-08-27 | tosa: Use TYPE_TOSA_MISC_GPIO constant | Eduardo Habkost | 1 | -1/+1 |
2020-07-20 | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into staging | Peter Maydell | 1 | -1/+1 |
2020-07-16 | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-07-13 | hw/arm/tosa: Encapsulate misc GPIO handling in a device | Peter Maydell | 1 | -24/+64 |
2020-07-13 | hw/arm/tosa.c: Detabify | Peter Maydell | 1 | -26/+26 |
2020-03-17 | hw/arm: Use memory_region_init_rom() with read-only regions | Philippe Mathieu-Daudé | 1 | -2/+1 |
2019-09-03 | hw/arm: simplify arm_load_dtb | Tao Xu | 1 | -7/+1 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-05-23 | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell | 1 | -1/+1 |
2019-04-29 | hw/devices: Move TC6393XB declarations into a new header | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard | 1 | -2/+2 |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 1 | -1/+0 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -5/+5 |
2017-09-19 | arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly | Igor Mammedov | 1 | -4/+0 |
2017-09-07 | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | Peter Maydell | 1 | -0/+1 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 1 | -2/+1 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -1/+1 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -1/+1 |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster | 1 | -0/+1 |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard | 1 | -1/+3 |
2016-12-27 | hw/i2c: Add a NULL check for i2c slave init callbacks | Alastair D'Silva | 1 | -7/+0 |
2016-10-28 | hw/arm/tosa: Fix reset handling | Guenter Roeck | 1 | -1/+11 |
2016-07-04 | ssi: change ssi_slave_init to be a realize ops | Cédric Le Goater | 1 | -3/+2 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-21 | ssi: Move ssi.h into a separate directory | Alistair Francis | 1 | -1/+1 |
2016-01-18 | hw/arm: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-16 | target-arm: Provide model numbers for Sharp PDAs | Ryo ONODERA | 1 | -1/+1 |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 1 | -9/+4 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 1 | -1/+1 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -2/+1 |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao | 1 | -1/+1 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 1 | -5/+5 |
2014-02-14 | tosa: QOM'ify DAC | Andreas Färber | 1 | -5/+11 |
2014-02-14 | i2c: Rename i2c_bus to I2CBus | Andreas Färber | 1 | -1/+1 |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster | 1 | -1/+0 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -1/+1 |
2013-04-15 | arm: fix location of some include files | Peter Maydell | 1 | -2/+2 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -5/+5 |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 1 | -0/+302 |