aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-03-07s390x: express dependencies with KconfigThomas Huth3-1/+16
2019-03-07riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directivesPaolo Bonzini1-0/+13
2019-03-07or1k-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07nios2-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07moxie-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07microblaze-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+12
2019-03-07m68k-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-3/+2
2019-03-07lm32-softmmu.mak: express dependencies with KconfigPaolo Bonzini2-2/+7
2019-03-07hppa-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+8
2019-03-07cris-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07alpha-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+10
2019-03-07ppc: Express dependencies of the embedded machines with kconfigThomas Huth1-0/+19
2019-03-07ppc: Express dependencies of the Sam460EX machines with kconfigThomas Huth1-0/+11
2019-03-07ppc: Express dependencies of the Mac machines with kconfigThomas Huth4-1/+25
2019-03-07ppc: Express dependencies of the 'prep' and '40p' machines with kconfigThomas Huth1-0/+10
2019-03-07ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfigThomas Huth3-6/+23
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong5-0/+25
2019-03-07ipmi: express dependencies with kconfigPaolo Bonzini1-0/+6
2019-03-07sd: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07ssi: express dependencies with kconfigPaolo Bonzini2-0/+5
2019-03-07isa: express SuperIO dependencies with KconfigPaolo Bonzini2-2/+24
2019-03-07tpm: express dependencies with KconfigPaolo Bonzini1-1/+9
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong9-5/+27
2019-03-07vfio: express vfio dependencies with KconfigPaolo Bonzini1-3/+10
2019-03-07hyperv: express dependencies with kconfigYang Zhong2-0/+4
2019-03-07display: express dependencies with kconfigYang Zhong2-1/+7
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini13-0/+26
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini11-1/+23
2019-03-07i386: express dependencies with KconfigPaolo Bonzini7-4/+63
2019-03-07isa: express dependencies with kconfigPaolo Bonzini15-1/+41
2019-03-07scsi: express dependencies with KconfigPaolo Bonzini3-2/+12
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini2-2/+3
2019-03-07build: convert usb.mak to KconfigPaolo Bonzini2-1/+27
2019-03-07build: convert sound.mak to KconfigPaolo Bonzini1-0/+8
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini16-1/+109
2019-03-07hw/pci/Makefile.objs: make pcie configurableYang Zhong2-2/+11
2019-03-07ide: express dependencies with KconfigPaolo Bonzini1-0/+15
2019-03-07kconfig: introduce CONFIG_TEST_DEVICESPaolo Bonzini1-0/+3
2019-03-07build: switch to KconfigPaolo Bonzini13-1/+58
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini61-0/+1279
2019-03-07hw/display: make edid configurableYang Zhong1-3/+1
2019-03-07xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGAPaolo Bonzini1-1/+1
2019-03-079pfs: remove unnecessary conditionalsPaolo Bonzini2-3/+1
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner1-1/+6
2019-03-07usb-mtp: prevent null dereference while deleting objectsBandan Das1-3/+1
2019-03-07usb-mtp: fix some usb_mtp_write_data return pathsBandan Das1-8/+10
2019-03-07usb-mtp: return incomplete transfer on a lstat failureBandan Das1-5/+14
2019-03-06Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell12-24/+44
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand1-1/+9
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov1-4/+2