Age | Commit message (Expand) | Author |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-30 | m48t59: use rtc_clock for alarm timer | Paolo Bonzini |
2012-01-27 | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | isa: pic: convert to QEMU Object Model | Anthony Liguori |
2011-12-20 | isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ... | Hervé Poussineau |
2011-11-28 | sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() | Avi Kivity |
2011-11-24 | m48t59: convert to memory API | Avi Kivity |
2011-10-23 | m48t59: fix write access | Blue Swirl |
2011-10-23 | m48t59: drop obsolete address base arithmetic | Blue Swirl |
2011-10-11 | m48t59: Convert to isa_register_ioport | Richard Henderson |
2011-08-21 | m48t59: avoid structure holes spotted by pahole | Blue Swirl |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-04-22 | vmstate: port m48t59 | Juan Quintela |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2011-01-16 | m48t59: Fix a wrong opaque passed to nvram read and write routines | Hervé Poussineau |
2010-12-11 | Keep track of ISA ports ISA device is using in qdev. | Gleb Natapov |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-02-07 | m48t59: don't use reserved _t suffix | Blue Swirl |
2009-11-22 | BCD cleanup | Paul Brook |
2009-10-24 | m48t59: convert to vmstate reset | Blue Swirl |
2009-10-13 | Add some chipset doc links | Blue Swirl |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-14 | Add an ISA bus version of m48t59 | Blue Swirl |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-08-10 | qdev/prop: convert m48t59.c to helper macros. | Gerd Hoffmann |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann |
2009-07-12 | Sparc32/Sparc64/PPC: convert m48txx to qdev | Blue Swirl |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2008-12-28 | Register reset handlers | blueswir1 |
2008-12-01 | Change MMIO callbacks to use offsets, not absolute addresses. | pbrook |
2008-02-17 | Unify RTCs that use host time, fix M48t59 alarm. | balrog |
2007-12-29 | M48T02 support (Robert Reif) | blueswir1 |
2007-12-29 | Make debug printing consistent (Robert Reif) | blueswir1 |
2007-11-17 | Break up vl.h. | pbrook |
2007-10-28 | Give an opaque to the m48t59 direct access routines to make it easier | j_mayer |
2007-09-30 | Avoid crash on NULL timers. | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-08-04 | Use UTC/localtime flag in M48Txx | blueswir1 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 |
2007-04-14 | Add device save and reset methods to FDC and M48T59 | blueswir1 |