aboutsummaryrefslogtreecommitdiffstats
path: root/hw/adb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06ppc: move ADB stuff from ppc_mac.h to adb.hLaurent Vivier1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-22vmstate: port adb_mouseJuan Quintela1-28/+15
2011-04-22vmstate: port adb_kbdJuan Quintela1-26/+14
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2008-12-30VM load/save support for PPC devicesblueswir11-0/+56
2008-12-28Fix warning introduced by r6136blueswir11-1/+1
2008-12-28Register reset handlersblueswir11-2/+2
2008-12-24Improve PPC device debuggingblueswir11-0/+13
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-7/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-12/+12
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-1/+1
2006-04-12mouse API changebellard1-1/+1
2005-02-15ADB reset support (Joceylin Mayer)bellard1-4/+28
2004-07-12fixed register 0 usage - fixed mouse buttonsbellard1-31/+55
2004-06-21ADB fixesbellard1-97/+151
2004-06-21cuda fixesbellard1-2/+2
2004-06-03CUDA + ADB supportbellard1-0/+308