aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-05hw/nios2/Makefile.objs: Conditionally build nios2Yang Zhong2-1/+3
2019-02-05hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács3-2/+8
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ács2-1/+5
2019-02-05hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev...Paolo Bonzini2-1/+2
2019-02-05hw/sh4/Makefile.objs: New CONFIG_* varibales created for sh4 boards and deviceÁkos Kovács3-2/+6
2019-02-05hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács2-6/+12
2019-02-05hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács2-2/+6
2019-02-05hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács2-3/+6
2019-02-05hw/m68k/Makefile.objs: Conditionally build boardsÁkos Kovács2-2/+4
2019-02-05hw/arm/Makefile.objs: CONFIG_ARM_VIRT created for virt boardYang Zhong2-1/+3
2019-02-05hw/i386/Makefile.objs: Build pc_piix* and pc_q35 boardsPaolo Bonzini2-1/+5
2019-02-05build: actually use CONFIG_PAMPaolo Bonzini2-1/+2
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong8-13/+13
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-05arm: disable CONFIG_SERIAL_ISAPaolo Bonzini1-1/+0
2019-02-05qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini5-80/+1
2019-02-05Remove deprecated -enable-hax optionThomas Huth3-21/+0
2019-02-05scsi-generic: avoid possible out-of-bounds access to r->bufPaolo Bonzini1-8/+10
2019-02-05gdbstub: Fix i386/x86_64 machine description and add control registersDoug Gale9-265/+580
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov1-1/+1
2019-02-05docker: adjust Xen repository for CentOS 7Paolo Bonzini1-2/+3
2019-02-05i386: allow to load initrd below 4 GB for recent linuxLi Zhijian1-1/+20
2019-02-05i386: import & use bootparam.hLi Zhijian3-7/+41
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian1-6/+5
2019-02-05unify len and addr type for memory/address APIsLi Zhijian4-40/+39
2019-02-05ui: vnc: finish removing TABsPaolo Bonzini2-331/+331
2019-02-05crypto: finish removing TABsPaolo Bonzini2-504/+504
2019-02-05monitor: do not use QTAILQ_FOREACH_SAFE across critical sectionsPaolo Bonzini1-3/+2
2019-02-05configure: enable elf2dmp build for Windows hostsViktor Prutyanov2-4/+4
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov2-13/+18
2019-02-05contrib/elf2dmp: fix structures definitionsViktor Prutyanov3-6/+14
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov2-22/+9
2019-02-05contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov2-20/+9
2019-02-05contrib/elf2dmp: fix elf.h includingViktor Prutyanov1-4/+4
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini1-17/+1
2019-02-05Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo2-2/+1
2019-02-05i386: remove the 'INTEL_PT' CPUID bit from named CPU modelsPaolo Bonzini1-5/+3
2019-02-05i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU modelRobert Hoo1-2/+1
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella4-1/+12
2019-02-05optionrom/pvh: load initrd from fw_cfgStefano Garzarella2-2/+19
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella1-0/+5
2019-02-05optionrom: add new PVH option romStefano Garzarella6-2/+325
2019-02-05linuxboot_dma: move common functions in a new headerStefano Garzarella3-83/+221
2019-02-05linuxboot_dma: remove duplicate definitions of FW_CFGStefano Garzarella1-16/+4
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella1-9/+29
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick2-0/+145
2019-02-05pvh: Add x86/HVM direct boot ABI header fileLiam Merwick1-0/+146
2019-02-05elf-ops.h: Add get_elf_note_type()Liam Merwick1-0/+75