aboutsummaryrefslogtreecommitdiff
path: root/hw/input/pckbd.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert
2019-01-30hw: input: set category of the i8042 devicekumar sourav
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau
2016-06-29pckbd: handle A20 IRQ as GPIOEfimov Vasily
2016-01-29hw: Clean up includesPeter Maydell
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-01-03pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk
2014-09-02Fix debug print warningGonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-03-09pckbd: return 'keyboard enabled' on read input port commandHervé Poussineau
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-04-29pckbd: QOM'ifyAndreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini