| Commit message (Expand) | Author | Age | Files | Lines |
* | hw: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -3/+0 |
* | meson: convert hw/gpio | Marc-André Lureau | 2020-08-21 | 2 | -12/+12 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qom: Don't handle impossible object_property_get_link() failure | Markus Armbruster | 2020-07-10 | 1 | -13/+2 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses | Peter Maydell | 2020-07-03 | 1 | -5/+7 |
* | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé | 2020-06-09 | 1 | -4/+11 |
* | ARM: PL061: Introduce N_GPIOS | Geert Uytterhoeven | 2020-05-21 | 1 | -5/+7 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | hw/gpio/aspeed_gpio: Remove dead assignment | Philippe Mathieu-Daudé | 2020-05-04 | 1 | -1/+1 |
* | hw/gpio/aspeed_gpio.c: Don't directly include assert.h | Peter Maydell | 2020-04-03 | 1 | -2/+0 |
* | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth | 2020-02-04 | 1 | -5/+5 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 2 | -3/+3 |
* | omap-gpio: remove PROP_PTR | Marc-André Lureau | 2020-01-07 | 1 | -27/+15 |
* | gpio: fix memory leak in aspeed_gpio_init() | PanNengyuan | 2019-12-16 | 1 | -0/+1 |
* | hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model | Cédric Le Goater | 2019-10-24 | 1 | -4/+4 |
* | hw/gpio: Add in AST2600 specific implementation | Rashmica Gupta | 2019-10-15 | 1 | -5/+137 |
* | hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500 | Rashmica Gupta | 2019-09-13 | 2 | -0/+885 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 3 | -0/+3 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 4 | -3/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 8 | -0/+8 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 9 | -0/+9 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 10 | -0/+12 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2019-03-25 | 1 | -1/+1 |
|\ |
|
| * | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
* | | nrf51_gpio: reflect pull-up/pull-down to IRQs | Paolo Bonzini | 2019-03-25 | 1 | -25/+40 |
|/ |
|
* | i2c: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+1 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+8 |
* | i2c: have I2C receive operation return uint8_t | Corey Minyard | 2019-02-28 | 1 | -1/+1 |
* | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé | 2019-01-24 | 1 | -1/+1 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral | Steffen Görtz | 2019-01-07 | 3 | -0/+308 |
* | gpio/puv3_gpio: Convert sysbus init function to realize function | Mao Zhongyi | 2018-12-13 | 1 | -15/+14 |
* | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -5/+4 |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 2 | -5/+5 |
* | hw/gpio/omap_gpio.c: Don't use old_mmio | Peter Maydell | 2017-09-21 | 1 | -14/+12 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -2/+2 |
* | bcm2835_gpio: add bcm2835 gpio controller | Clement Deschamps | 2017-02-28 | 2 | -0/+354 |
* | hw/gpio: QOM'ify mpc8xxx.c | xiaoqiang zhao | 2017-01-31 | 1 | -9/+11 |
* | i2c: Allow I2C devices to NAK start events | Corey Minyard | 2017-01-09 | 1 | -1/+3 |
* | i.MX: Fix GPIO ISR register write | Guenter Roeck | 2016-10-28 | 1 | -1/+1 |
* | hw/gpio: QOM'ify zaurus.c | xiaoqiang zhao | 2016-06-14 | 1 | -8/+6 |
* | hw/gpio: QOM'ify pl061.c | xiaoqiang zhao | 2016-06-14 | 1 | -16/+8 |
* | hw/gpio: QOM'ify omap_gpio.c | xiaoqiang zhao | 2016-06-14 | 1 | -30/+31 |
* | hw: clean up hw/hw.h includes | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | hw: explicitly include qemu/log.h | Paolo Bonzini | 2016-05-19 | 2 | -0/+2 |
* | hw/gpio: Add the emulation of gpio_key | Shannon Zhao | 2016-03-30 | 2 | -0/+105 |
* | ARM: PL061: Checking register r/w accesses to reserved area | Wei Huang | 2016-02-26 | 1 | -8/+22 |
* | ARM: PL061: Cleaning field of PL061 device state | Wei Huang | 2016-02-18 | 1 | -4/+2 |