Age | Commit message (Expand) | Author | Files | Lines |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-19 | mc146818rtc: Reset the periodic timer on load | Paul Donohue | 1 | -0/+6 |
2015-06-17 | i8254: fix out-of-bounds memory access in pit_ioport_read() | Petr Matousek | 1 | -0/+6 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -20/+14 |
2015-06-03 | hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 1 | -4/+2 |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 1 | -2/+3 |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil | 1 | -1/+1 |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil | 1 | -1/+1 |
2015-03-11 | stm32f2xx_timer: Add the stm32f2xx Timer | Alistair Francis | 2 | -0/+330 |
2015-03-11 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s... | Peter Maydell | 1 | -104/+255 |
2015-03-10 | m48t59: add m48t59 sysbus device | Mark Cave-Ayland | 1 | -0/+4 |
2015-03-10 | m48t59: introduce new base-year qdev property | Mark Cave-Ayland | 1 | -12/+15 |
2015-03-10 | m48t59: let init functions return a Nvram object | Hervé Poussineau | 1 | -19/+11 |
2015-03-10 | m48t59: add a Nvram interface | Hervé Poussineau | 1 | -0/+59 |
2015-03-10 | m48t59: register a QOM type for each nvram type we support | Hervé Poussineau | 1 | -77/+169 |
2015-03-10 | m48t59: move ISA ports/memory regions registration to QOM constructor | Hervé Poussineau | 1 | -12/+13 |
2015-03-10 | a9gtimer: remove superfluous '\n' around error_setg | Gonglei | 1 | -1/+1 |
2015-03-09 | Generalize QOM publishing of date and time from mc146818rtc.c | David Gibson | 1 | -41/+3 |
2015-02-05 | fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail | Zhang Haoyu | 1 | -1/+1 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 4 | -5/+5 |
2014-12-11 | hpet: increase spelling precision | Stefan Hajnoczi | 1 | -1/+1 |
2014-09-11 | mc146818rtc: add missed field to vmstate | Pavel Dovgalyuk | 1 | -0/+24 |
2014-09-02 | Fix debug print warning | Gonglei | 1 | -1/+1 |
2014-08-27 | mc146818rtc: reinitialize irq_reinject_on_ack_count on reset | Paolo Bonzini | 1 | -0/+1 |
2014-08-09 | hw/timer: Move extern declaration from .c to .h file | Stefan Weil | 1 | -3/+0 |
2014-08-09 | hw/timer/imx_*: fix TIMER_MAX clash with system symbol | Michael Tokarev | 2 | -24/+24 |
2014-07-10 | mc146818rtc: register the clock reset notifier on the right clock | Paolo Bonzini | 1 | -1/+1 |
2014-07-01 | Merge remote-tracking branch 'remotes/bonzini/memory' into staging | Peter Maydell | 1 | -0/+9 |
2014-07-01 | mc146818rtc: add "rtc-time" link to "/machine/rtc" | Marcelo Tosatti | 1 | -0/+9 |
2014-06-30 | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber | 1 | -2/+2 |
2014-06-29 | timer: cadence_ttc: Convert to instance_init | Alistair Francis | 1 | -9/+6 |
2014-06-29 | mc146818rtc: add rtc-reset-reinjection QMP command | Marcelo Tosatti | 1 | -0/+18 |
2014-06-23 | qapi event: convert RTC_CHANGE | Wenchao Xia | 1 | -1/+2 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 3 | -9/+4 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela | 1 | -2/+1 |
2014-06-09 | timer: xilinx_timer: Convert to realize() | Peter Crosthwaite | 1 | -8/+12 |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 1 | -2/+22 |
2014-05-15 | hw: Don't call visit_end_struct() after visit_start_struct() fails | Markus Armbruster | 1 | -8/+15 |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell | 3 | -8/+4 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 3 | -8/+4 |
2014-05-13 | hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_count | Peter Maydell | 1 | -2/+2 |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela | 12 | -29/+6 |
2014-05-13 | xilinx_timer: Fix writes into TCSR register | Guenter Roeck | 1 | -1/+1 |
2014-05-07 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i... | Peter Maydell | 1 | -0/+13 |
2014-05-05 | hpet: fix buffer overrun on invalid state load | Michael S. Tsirkin | 1 | -0/+13 |
2014-05-05 | hw: Consistently name Error ** objects errp, and not err | Markus Armbruster | 1 | -2/+2 |
2014-04-17 | allwinner-a10-pit: implement prescaler and source selection | Beniamino Galvani | 1 | -1/+27 |
2014-04-17 | allwinner-a10-pit: use level triggered interrupts | Beniamino Galvani | 1 | -1/+14 |
2014-04-17 | allwinner-a10-pit: avoid generation of spurious interrupts | Beniamino Galvani | 1 | -11/+14 |