aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-04Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190204' into st...Peter Maydell4-20/+57
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
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth4-5/+0
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy1-1/+1
2019-02-04hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth1-0/+1
2019-02-04spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy1-5/+3
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth3-60/+57
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater5-18/+23
2019-02-04ppc/pnv: introduce a CPU machine_dataCédric Le Goater2-4/+15
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater2-6/+18
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-4/+1
2019-02-04spapr: Forbid setting ic-mode for old machine typesGreg Kurz1-0/+5
2019-02-04hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNsThomas Huth1-3/+4
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater1-41/+6
2019-02-04ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan1-2/+4
2019-02-04ppc/xive: fix remaining XiveFabric namesCédric Le Goater1-3/+3
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan2-12/+16
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan2-44/+36
2019-02-04ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan1-8/+8
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan3-4/+4
2019-02-04sam460ex: Clean up SPD EEPROM creationBALATON Zoltan1-153/+20