aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-02-05hw/moxie/Makefile.objs: Conditionally build moxieYang Zhong
2019-02-05hw/hppa/Makefile.objs: Create CONFIG_* for hppaYang Zhong
2019-02-05hw/cris/Makefile.objs: Create CONFIG_* for crisYang Zhong
2019-02-05hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong
2019-02-05hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong
2019-02-05hw/riscv/Makefile.objs: Create CONFIG_* for riscv boardsYang Zhong
2019-02-05hw/nios2/Makefile.objs: Conditionally build nios2Yang Zhong
2019-02-05hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács
2019-02-05hw/lm32/Makefile.objs: Conditionally build lm32 and milkmystÁkos Kovács
2019-02-05hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 createdÁkos Kovács
2019-02-05hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini
2019-02-05hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács
2019-02-05hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács
2019-02-05hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács
2019-02-05hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács
2019-02-05hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács
2019-02-05hw/arm/Makefile.objs: CONFIG_ARM_VIRT created for virt boardYang Zhong
2019-02-05hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boardsPaolo Bonzini
2019-02-05build: actually use CONFIG_PAMPaolo Bonzini
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong
2019-02-05vfio: move conditional up to hw/Makefile.objsPaolo Bonzini
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini
2019-02-05scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini
2019-02-05i386: allow to load initrd below 4 GB for recent linuxLi Zhijian
2019-02-05i386: import & use bootparam.hLi Zhijian
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-02-05Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into stagingPeter Maydell
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-02-04Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190204' into st...Peter Maydell
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand
2019-02-04xen-block: handle resize callbackPaul Durrant
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy
2019-02-04hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth
2019-02-04spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater
2019-02-04ppc/pnv: introduce a CPU machine_dataCédric Le Goater
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater