Age | Commit message (Expand) | Author |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-10-29 | pckbd: convert PIO to new memory api read/write | Alexander Graf |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
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-27 | isa: pic: convert to QEMU Object Model | Anthony Liguori |
2011-09-25 | pckbd: Convert to MemoryRegion | Richard Henderson |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-01-06 | pc: move port 92 stuff back to pc.c from pckbd.c | Blue Swirl |
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-08-22 | pckbd: support for commands 0xf0-0xff: Pulse output bit | Bernhard Kohl |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-05-22 | pckbd: improve debugging | Blue Swirl |
2010-05-22 | Compile pckbd only once | Blue Swirl |
2010-05-12 | pckbd: don't use any static state | Blue Swirl |
2009-12-04 | Add "static" to please Sparse | Blue Swirl |
2009-12-03 | savevm: Port to qdev.vmsd all devices that have qdev | Juan Quintela |
2009-11-07 | Sparc64/x86: remove unneeded calls to device reset | Blue Swirl |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-11 | vmstate: port pckbd device | Juan Quintela |
2009-09-10 | qdev/isa: finish pckbd conversion | Gerd Hoffmann |
2009-09-10 | qdev: simplify isa irq assignments | Gerd Hoffmann |
2009-09-10 | qdev: drop iobase properties from isa bus | Gerd Hoffmann |
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/isa: add qdev support to i8042 (aka ps/2 kbd+mouse). | Gerd Hoffmann |
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-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 |
2008-12-10 | MIPS Magnum: fix memory-mapped i8042 | aurel32 |
2008-12-01 | Change MMIO callbacks to use offsets, not absolute addresses. | pbrook |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-07-19 | Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity). | balrog |
2008-02-10 | Enhance PC kbd debugging (patch from Hervé Poussineau) | balrog |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-10-20 | "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain. | ths |
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-06-08 | Fix incorrect target_ulong use in hw devices | blueswir1 |
2007-04-16 | Support it_shift for mmapped pckbd. | ths |
2007-04-16 | Memory-mapped interface for PS/2 controller, by Herve Poussineau. | ths |
2007-04-07 | Unify IRQ handling. | pbrook |
2007-03-20 | VMMouse Emulation, by Anthony Liguori. | ths |
2007-02-18 | PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau. | ths |