summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-072-12/+29
|\
| * sun4m: pass initrd size to OpenBIOS via fw_cfg interfaceMark Cave-Ayland2019-02-061-11/+14
| * sun4u: add power_mem_read routinePrasad J Pandit2019-02-061-0/+6
| * hw/sparc64: Create VGA device only if it has really been requestedThomas Huth2019-02-061-1/+9
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-02-074-14/+9Star
|\ \
| * | hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé2019-02-061-12/+6Star
| * | hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth2019-02-061-0/+3
| * | hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| * | hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-0573-282/+564
|\ \ | |/ |/|
| * scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-02-052-30/+37
| * scsi-disk: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-02-052-53/+79
| * pc: Use hotplug_handler_(plug|unplug|unplug_request)David Hildenbrand2019-02-051-22/+8Star
| * hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCIPaolo Bonzini2019-02-052-5/+4Star
| * hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI contr...Paolo Bonzini2019-02-051-2/+3
| * hw/tricore/Makefile.objs: Create CONFIG_* for tricoreYang Zhong2019-02-051-1/+1
| * hw/openrisc/Makefile.objs: Create CONFIG_* for openriscYang Zhong2019-02-051-1/+1
| * hw/moxie/Makefile.objs: Conditionally build moxieYang Zhong2019-02-051-1/+1
| * hw/hppa/Makefile.objs: Create CONFIG_* for hppaYang Zhong2019-02-051-1/+1
| * hw/cris/Makefile.objs: Create CONFIG_* for crisYang Zhong2019-02-051-1/+1
| * hw/alpha/Makefile.objs: Create CONFIG_* for alphaYang Zhong2019-02-051-1/+1
| * hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64Yang Zhong2019-02-051-3/+3
| * hw/riscv/Makefile.objs: Create CONFIG_* for riscv boardsYang Zhong2019-02-051-11/+11
| * hw/nios2/Makefile.objs: Conditionally build nios2Yang Zhong2019-02-051-1/+2
| * hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács2019-02-051-2/+2
| * hw/lm32/Makefile.objs: Conditionally build lm32 and milkmystÁkos Kovács2019-02-051-2/+2
| * hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 createdÁkos Kovács2019-02-051-1/+3
| * hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini2019-02-051-1/+1
| * hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács2019-02-051-2/+2
| * hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács2019-02-051-5/+6
| * hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács2019-02-051-2/+3
| * hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács2019-02-051-3/+3
| * hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács2019-02-051-2/+2
| * hw/arm/Makefile.objs: CONFIG_ARM_VIRT created for virt boardYang Zhong2019-02-051-1/+2
| * hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boardsPaolo Bonzini2019-02-051-1/+3
| * build: actually use CONFIG_PAMPaolo Bonzini2019-02-051-1/+1
| * hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong2019-02-052-6/+6
| * vfio: move conditional up to hw/Makefile.objsPaolo Bonzini2019-02-052-3/+1Star
| * ide: split ioport registration to a separate filePaolo Bonzini2019-02-053-27/+68
| * scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini2019-02-051-8/+10
| * i386: allow to load initrd below 4 GB for recent linuxLi Zhijian2019-02-051-1/+20
| * i386: import & use bootparam.hLi Zhijian2019-02-051-7/+1Star
| * hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian2019-02-051-6/+5Star
| * hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella2019-02-053-1/+9
| * hw/i386/pc: use PVH option romStefano Garzarella2019-02-051-0/+5
| * pvh: load initrd and expose it through fw_cfgStefano Garzarella2019-02-051-9/+29
| * pvh: Boot uncompressed kernel using direct boot ABILiam Merwick2019-02-051-0/+135
| * elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-0539-69/+103
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205'...Peter Maydell2019-02-051-70/+96
|\ \
| * | hw/arm/boot: Support DTB autoload for firmware-only bootsPeter Maydell2019-02-051-1/+0Star