- e229a17 hw: aspeed_gpio: Fix memory size by Joel Stanley · 3 years, 5 months ago
- 0642e15 hw/gpio/pl061: Document a shortcoming in our implementation by Peter Maydell · 3 years, 6 months ago
- ef4989b hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on reset by Peter Maydell · 3 years, 6 months ago
- c1e69e9 hw/gpio/pl061: Make pullup/pulldown of outputs configurable by Peter Maydell · 3 years, 6 months ago
- ad06d56 hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers by Peter Maydell · 3 years, 6 months ago
- 455736d hw/gpio/pl061: Document the interface of this device by Peter Maydell · 3 years, 6 months ago
- 74d359b hw/gpio/pl061: Add tracepoints for register read and write by Peter Maydell · 3 years, 6 months ago
- e24a9f6 hw/gpio/pl061: Clean up read/write offset handling logic by Peter Maydell · 3 years, 6 months ago
- 102d7d1 hw/gpio/pl061: Convert DPRINTF to tracepoints by Peter Maydell · 3 years, 6 months ago
- e3bcf57 hw/gpio/gpio_pwr: use shutdown function for reboot by Maxim Uvarov · 3 years, 6 months ago
- 5851909 misc: Correct relative include path by Philippe Mathieu-Daudé · 3 years, 7 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 7 months ago
- 367196c Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 7 months ago
- bcfec37 hw/gpio/aspeed: spelling fix (addtional) by Michael Tokarev · 3 years, 7 months ago
- 4369223 Drop the deprecated unicore32 target by Markus Armbruster · 3 years, 8 months ago
- c973776 hw: gpio: implement gpio-pwr driver for qemu reset/poweroff by Maxim Uvarov · 3 years, 11 months ago
- 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- 526dbbe hw/gpio: Add GPIO model for Nuvoton NPCM7xx by Havard Skinnemoen · 4 years, 2 months ago
- 834b927 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
- 03a3c6f hw/gpio/max7310: Remove impossible check by Philippe Mathieu-Daudé · 4 years, 3 months ago
- f00f57f Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200910' into staging by Peter Maydell · 4 years, 3 months ago
- 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
- 4921a0c hw/riscv: Move sifive_gpio model to hw/gpio by Bin Meng · 4 years, 4 months ago
- 1c3bd33 hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP) by Philippe Mathieu-Daudé · 4 years, 4 months ago
- dfd4981 hw/gpio/omap_gpio: Replace fprintf() by qemu_log_mask(GUEST_ERROR) by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- 830b925 hw: Remove superfluous breaks by Liao Pingfang · 4 years, 5 months ago
- a7b057d meson: convert hw/gpio by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 4 years, 11 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 5 months ago
- 4d21fcd qom: Don't handle impossible object_property_get_link() failure by Markus Armbruster · 4 years, 5 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 5 months ago
- a0a8cf7 hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses by Peter Maydell · 4 years, 6 months ago
- 3b34ee6 hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() by Philippe Mathieu-Daudé · 4 years, 7 months ago
- faf58e5 ARM: PL061: Introduce N_GPIOS by Geert Uytterhoeven · 4 years, 7 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- 6ae1a5a hw/gpio/aspeed_gpio: Remove dead assignment by Philippe Mathieu-Daudé · 4 years, 8 months ago
- c88311f hw/gpio/aspeed_gpio.c: Don't directly include assert.h by Peter Maydell · 4 years, 9 months ago
- 3ab5a6e hw/*/Makefile.objs: Move many .o files to common-objs by Thomas Huth · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- ba2aba8 omap-gpio: remove PROP_PTR by Marc-André Lureau · 5 years ago
- 15cea92 gpio: fix memory leak in aspeed_gpio_init() by PanNengyuan · 5 years ago
- 7811ce8 hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model by Cédric Le Goater · 5 years ago
- 36d737e hw/gpio: Add in AST2600 specific implementation by Rashmica Gupta · 5 years ago
- 4b7f956 hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500 by Rashmica Gupta · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- d132baa Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 6 years ago
- 4261b2f nrf51_gpio: reflect pull-up/pull-down to IRQs by Paolo Bonzini · 6 years ago
- 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
- 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
- 7760636 trace: enforce that every trace-events file has a final newline by Daniel P. Berrangé · 6 years ago
- 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
- 805f61b hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral by Steffen Görtz · 6 years ago
- 671872b gpio/puv3_gpio: Convert sysbus init function to realize function by Mao Zhongyi · 6 years ago
- c8c9e10 hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init by Philippe Mathieu-Daudé · 7 years ago
- a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
- 940caf1 hw/gpio/omap_gpio.c: Don't use old_mmio by Peter Maydell · 7 years ago
- e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
- d72fc9d bcm2835_gpio: add bcm2835 gpio controller by Clement Deschamps · 8 years ago
- 396781f hw/gpio: QOM'ify mpc8xxx.c by xiaoqiang zhao · 8 years ago
- d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
- fb70029 i.MX: Fix GPIO ISR register write by Guenter Roeck · 8 years ago
- 5367766 hw/gpio: QOM'ify zaurus.c by xiaoqiang zhao · 9 years ago
- 09e6fb3 hw/gpio: QOM'ify pl061.c by xiaoqiang zhao · 9 years ago
- ebc116f hw/gpio: QOM'ify omap_gpio.c by xiaoqiang zhao · 9 years ago
- df43d49 hw: clean up hw/hw.h includes by Paolo Bonzini · 9 years ago
- 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
- e5a8152 hw/gpio: Add the emulation of gpio_key by Shannon Zhao · 9 years ago
- 09aa3bf ARM: PL061: Checking register r/w accesses to reserved area by Wei Huang · 9 years ago
- c3a86b3 ARM: PL061: Cleaning field of PL061 device state by Wei Huang · 9 years ago
- b527db4 ARM: PL061: Clear PL061 device state after reset by Wei Huang · 9 years ago
- 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
- 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
- 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
- 5af98cc unicore: Clean up includes by Peter Maydell · 9 years ago
- 84a3a53 omap: Don't use hw_error() in device init() methods by Markus Armbruster · 9 years ago
- f1f7e4b i.MX: add support for lower and upper interrupt in GPIO. by Jean-Christophe Dubois · 9 years ago
- 5641112 i.MX: Standardize i.MX GPIO debug by Jean-Christophe Dubois · 9 years ago
- f442728 i.MX: Add GPIO device by Jean-Christophe Dubois · 9 years ago
- c11b058 hw/gpio/zaurus: Remove meaningless blank Property by Shannon Zhao · 10 years ago
- b45c03f arm: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
- 0b2ff2c pl061: fix wrong calculation of GPIOMIS register by Victor CLEMENT · 10 years ago
- bd2a888 Convert ffs() != 0 callers to ctz32() by Stefan Hajnoczi · 10 years ago
- 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
- 77a8257 omap: Fix warnings from Sparse by Stefan Weil · 10 years ago
- 228aa99 PPC: Add MPC8XXX gpio controller by Alexander Graf · 10 years ago
- bfb27e6 pl061: implement input interrupt logic by Colin Leitner · 10 years ago
- 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
- 52f91c3 zaurus: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
- b8bcf81 max7310: QOM'ify by Andreas Färber · 11 years ago
- 1b111dc hw: cannot_instantiate_with_device_add_yet due to pointer props by Markus Armbruster · 11 years ago
- a009de4 gpio/zaurus: QOM cast cleanup by Andreas Färber · 11 years ago