Age | Commit message (Expand) | Author | Files | Lines |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 1 | -1/+0 |
2019-01-07 | hw/timer/nrf51_timer: Add nRF51 Timer peripheral | Steffen Görtz | 3 | -0/+399 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -1/+1 |
2018-12-13 | timer/puv3_ost: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -7/+6 |
2018-12-13 | timer/grlib_gptimer: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -6/+5 |
2018-12-13 | timer/etraxfs_timer: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -7/+7 |
2018-12-11 | hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write() | Eduardo Habkost | 1 | -1/+1 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -2/+2 |
2018-11-19 | hw/arm/stm32f205: Fix the UART and Timer region size | Seth Kintigh | 1 | -1/+1 |
2018-10-24 | hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé | 1 | -5/+5 |
2018-10-24 | hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events | Philippe Mathieu-Daudé | 2 | -10/+7 |
2018-10-24 | trace-events: Fix copy/paste typo | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 1 | -2/+1 |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 1 | -2/+1 |
2018-10-19 | target-i386: add rtc 0x70 port as coalesced_pio | Peng Hao | 1 | -0/+9 |
2018-09-25 | aspeed/timer: fix compile breakage with clang 3.4.2 | Cédric Le Goater | 1 | -1/+0 |
2018-09-25 | hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statements | Peter Maydell | 1 | -0/+2 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 1 | -1/+1 |
2018-08-24 | hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module | Peter Maydell | 3 | -0/+521 |
2018-08-23 | hw/timer/mc146818rtc: Fix introspection problem | Thomas Huth | 1 | -9/+3 |
2018-08-23 | hw/timer/mc146818rtc: White space clean-up | Thomas Huth | 1 | -4/+4 |
2018-08-23 | fix "Missing break in switch" coverity reports | Paolo Bonzini | 1 | -0/+1 |
2018-08-20 | hw/timer/m48t59: Move away from old_mmio accessors | Peter Maydell | 1 | -48/+11 |
2018-07-09 | hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUE | Peter Maydell | 1 | -0/+16 |
2018-07-09 | hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot mode | Guenter Roeck | 1 | -1/+1 |
2018-07-09 | hw/timer/cmsdk-apb-timer: Correct ptimer policy settings | Peter Maydell | 1 | -1/+1 |
2018-07-03 | hw/timer: Add basic M41T80 emulation | BALATON Zoltan | 2 | -0/+118 |
2018-06-26 | aspeed/timer: use the APB frequency from the SCU | Cédric Le Goater | 1 | -4/+15 |
2018-06-08 | hw/digic: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 1 | -7/+4 |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-05-20 | hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format strings | Thomas Huth | 2 | -8/+5 |
2018-04-26 | timer/aspeed: fix vmstate version id | Cédric Le Goater | 1 | -1/+1 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -2/+2 |
2018-03-02 | xlnx-zynqmp-rtc: Add basic time support | Alistair Francis | 2 | -0/+61 |
2018-03-02 | xlnx-zynqmp-rtc: Initial commit | Alistair Francis | 2 | -0/+215 |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 2 | -1/+2 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 2 | -1/+2 |
2018-02-09 | i.MX: Add i.MX7 GPT variant | Andrey Smirnov | 1 | -0/+25 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2 | -6/+6 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 4 | -4/+4 |
2018-01-12 | hpet: recover timer offset correctly | Pavel Dovgalyuk | 1 | -2/+28 |
2018-01-11 | hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() | Philippe Mathieu-Daudé | 1 | -2/+15 |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland | 1 | -1/+0 |
2017-12-18 | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé | 2 | -2/+0 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 6 | -6/+18 |
2017-09-21 | msf2: Add Smartfusion2 System timer | Subbaraya Sundeep | 2 | -0/+290 |
2017-09-21 | hw/timer/omap_gptimer: Don't use old_mmio | Peter Maydell | 1 | -12/+37 |