aboutsummaryrefslogtreecommitdiff
path: root/hw/vmmouse.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-01hw/vmmouse.c: Disable vmmouse after rebootGerhard Wiesinger
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka
2011-02-12vmmouse: fix queue_size field initializationBlue Swirl
2011-02-12x86: make vmmouse optionalBlue Swirl
2011-02-12vmmouse: convert to qdevBlue Swirl
2010-10-20vmmouse: adapt to mouse handler changes.Gerd Hoffmann
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-05-22Compile pckbd only onceBlue Swirl
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-09-11vmstate: port vmmouse deviceJuan Quintela
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Use the framework for the VMware mouse emulation, by Herve Poussineau.ths
2007-08-26Replace tabs by 8 spaces. No code change, by Herve Poussineau.ths
2007-03-20VMMouse Emulation, by Anthony Liguori.ths