aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-02-05hw: virtio-pci: drop DO_UPCASTLi Qiang1-2/+2
2019-02-05scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-30/+37
2019-02-05scsi-disk: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-53/+79
2019-02-05pc: Use hotplug_handler_(plug|unplug|unplug_request)David Hildenbrand1-22/+8
2019-02-05hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCIPaolo Bonzini2-5/+4
2019-02-05hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI contr...Paolo Bonzini1-2/+3
2019-02-05hw/tricore/Makefile.objs: Create CONFIG_* for tricoreYang Zhong1-1/+1
2019-02-05hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong1-1/+1
2019-02-05hw/moxie/Makefile.objs: Conditionally build moxieYang Zhong1-1/+1
2019-02-05hw/hppa/Makefile.objs: Create CONFIG_* for hppaYang Zhong1-1/+1
2019-02-05hw/cris/Makefile.objs: Create CONFIG_* for crisYang Zhong1-1/+1
2019-02-05hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong1-1/+1
2019-02-05hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong1-3/+3
2019-02-05hw/riscv/Makefile.objs: Create CONFIG_* for riscv boardsYang Zhong1-11/+11
2019-02-05hw/nios2/Makefile.objs: Conditionally build nios2Yang Zhong1-1/+2
2019-02-05hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács1-2/+2
2019-02-05hw/lm32/Makefile.objs: Conditionally build lm32 and milkmystÁkos Kovács1-2/+2
2019-02-05hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 createdÁkos Kovács1-1/+3
2019-02-05hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini1-1/+1
2019-02-05hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács1-2/+2
2019-02-05hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács1-5/+6
2019-02-05hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács1-2/+3
2019-02-05hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács1-3/+3
2019-02-05hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács1-2/+2
2019-02-05hw/arm/Makefile.objs: CONFIG_ARM_VIRT created for virt boardYang Zhong1-1/+2
2019-02-05hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boardsPaolo Bonzini1-1/+3
2019-02-05build: actually use CONFIG_PAMPaolo Bonzini1-1/+1
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong2-6/+6
2019-02-05vfio: move conditional up to hw/Makefile.objsPaolo Bonzini2-3/+1
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini3-27/+68
2019-02-05scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini1-8/+10
2019-02-05i386: allow to load initrd below 4 GB for recent linuxLi Zhijian1-1/+20
2019-02-05i386: import & use bootparam.hLi Zhijian1-7/+1
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian1-6/+5
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella3-1/+9
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella1-0/+5
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella1-9/+29
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick1-0/+135
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick39-69/+103
2019-02-05Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into stagingPeter Maydell4-38/+429
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand1-0/+15
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand1-0/+6
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand1-9/+19
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-5/+8
2019-02-04Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190204' into st...Peter Maydell4-20/+57
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck1-0/+10
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand2-33/+8
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand2-54/+113
2019-02-04xen-block: handle resize callbackPaul Durrant3-7/+38
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant1-13/+19