aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vmmouse.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-12/+16
2012-02-01hw/vmmouse.c: Disable vmmouse after rebootGerhard Wiesinger1-0/+2
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-8/+14
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka1-1/+1
2011-02-12vmmouse: fix queue_size field initializationBlue Swirl1-0/+1
2011-02-12x86: make vmmouse optionalBlue Swirl1-24/+0
2011-02-12vmmouse: convert to qdevBlue Swirl1-8/+29
2010-10-20vmmouse: adapt to mouse handler changes.Gerd Hoffmann1-10/+21
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-22Compile pckbd only onceBlue Swirl1-1/+1
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-09-11vmstate: port vmmouse deviceJuan Quintela1-28/+20
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-08-26Use the framework for the VMware mouse emulation, by Herve Poussineau.ths1-15/+3
2007-08-26Replace tabs by 8 spaces. No code change, by Herve Poussineau.ths1-52/+52
2007-03-20VMMouse Emulation, by Anthony Liguori.ths1-0/+300