]> git.proxmox.com Git - qemu.git/history - hw/pckbd.c
Use glib memory allocation and free functions
[qemu.git] / hw / pckbd.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-06 Blue Swirlpc: move port 92 stuff back to pc.c from pckbd.c
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Bernhard Kohlpckbd: support for commands 0xf0-0xff: Pulse output bit
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue Swirlpckbd: improve debugging
2010-05-22 Blue SwirlCompile pckbd only once
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-12 Blue Swirlpckbd: don't use any static state
2009-12-04 Blue SwirlAdd "static" to please Sparse
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-11-07 Blue SwirlSparc64/x86: remove unneeded calls to device reset
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan Quintelavmstate: port pckbd device
2009-09-10 Gerd Hoffmannqdev/isa: finish pckbd conversion
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-10 Gerd Hoffmannqdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse).
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2008-12-10 aurel32MIPS Magnum: fix memory-mapped i8042
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-07-19 balrogRevert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
2008-02-10 balrogEnhance PC kbd debugging (patch from Hervé Poussineau)
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-20 ths"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-08 blueswir1 Fix incorrect target_ulong use in hw devices
2007-04-16 thsSupport it_shift for mmapped pckbd.
2007-04-16 thsMemory-mapped interface for PS/2 controller, by Herve...
2007-04-07 pbrookUnify IRQ handling.
2007-03-20 thsVMMouse Emulation, by Anthony Liguori.
2007-02-18 thsPS/2 interface - Allow custom IO ports + IRQ, by Herve...
2006-04-08 pbrookKeyboard savevm fix (malc).
2006-02-08 pbrookAdd support for raw AT keyboard scancodes.
2005-11-26 bellardPS2 mouse and keyboard separation (Paul Brook)
2005-11-21 bellardcpu_single_env usage fix
2005-01-27 bellardmouse reset fix
2005-01-17 bellardenabled wheel mouse support
2004-07-10 bellardkbd save/restore
2004-06-20 bellardnew reset API
2004-06-03 bellardhid event handling
2004-04-29 bellardkeyboard irq generation fix
2004-04-16 bellardNT mouse fix (Mark Jonckheere)
2004-04-10 bellardfixed keyboard random bug (Mike Nordell)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator