aboutsummaryrefslogtreecommitdiff
path: root/hw/input/pckbd.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost1-2/+0
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-0/+31
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-5/+3
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert1-13/+6
2019-01-30hw: input: set category of the i8042 devicekumar sourav1-0/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-1/+3
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell1-6/+8
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau1-2/+2
2016-06-29pckbd: handle A20 IRQ as GPIOEfimov Vasily1-14/+7
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-12/+10
2015-01-03pckbd: set bits 2-3-6-7 of the output port by defaultPaolo Bonzini1-2/+8
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk1-0/+51
2014-09-02Fix debug print warningGonglei1-2/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2014-03-09pckbd: return 'keyboard enabled' on read input port commandHervé Poussineau1-1/+1
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-11/+18
2013-04-29pckbd: QOM'ifyAndreas Färber1-5/+11
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+527