aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann1-2/+32
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann2-0/+326
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann1-2/+4
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann3-46/+71
2018-05-24vga: catch depth 0Gerd Hoffmann1-5/+18
2018-05-22Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell4-4/+39
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk1-1/+1
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk3-2/+36
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé2-1/+2
2018-05-21Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell48-348/+187
2018-05-21Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180518' into stagingPeter Maydell8-42/+57
2018-05-20acpi: fix a comment about aml_call0()Marc-André Lureau1-1/+1
2018-05-20qapi/net.json: Fix the version number of the "vlan" removalThomas Huth1-2/+2
2018-05-20gdbstub: Handle errors in gdb_accept()Peter Maydell1-4/+12
2018-05-20gdbstub: Use qemu_set_cloexec()Peter Maydell1-6/+2
2018-05-20replace functions which are only available in glib-2.24Olaf Hering1-4/+2
2018-05-20typedefs: Remove PcGuestInfo from qemu/typedefs.hPhilippe Mathieu-Daudé1-1/+0
2018-05-20qemu-options: Allow -no-user-config againMichal Privoznik1-0/+4
2018-05-20hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format stringsThomas Huth2-8/+5
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier20-248/+79
2018-05-20trivial: Do not include pci.h if it is not necessaryThomas Huth3-4/+0
2018-05-20tests: fix tpm-crb tpm-tis tests raceMarc-André Lureau1-1/+1
2018-05-20hw/ide/ahci: Keep ALLWINNER_AHCI() macro internalPhilippe Mathieu-Daudé2-3/+3
2018-05-20qemu-img-cmds.hx: add passive-aggressive noteJohn Snow1-0/+3
2018-05-20qemu-img: Make documentation between .texi and .hx consistentJohn Snow2-14/+14
2018-05-20qemu-img: remove references to GEN_DOCSJohn Snow2-3/+0
2018-05-20qemu-img.texi: fix command orderingJohn Snow1-28/+30
2018-05-20qemu-img-commands.hx: argument ordering fixupsJohn Snow1-3/+3
2018-05-20HACKING: document preference for g_new instead of g_mallocMurilo Opsfelder Araujo1-0/+9
2018-05-20qemu-option-trace: -trace enable= is a pattern, not a fileMichael Tokarev1-3/+2
2018-05-20slirp/debug: Print IP addresses in human readable formAlexey Kardashevskiy3-8/+8
2018-05-20misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé2-6/+6
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota3-3/+3
2018-05-18target/xtensa: Honor CPU_DUMP_FPURichard Henderson1-1/+2
2018-05-18target/unicore32: Honor CPU_DUMP_FPURichard Henderson1-1/+3
2018-05-18target/sparc: Honor CPU_DUMP_FPURichard Henderson1-7/+10
2018-05-18target/s390x: Honor CPU_DUMP_FPURichard Henderson1-11/+12
2018-05-18target/riscv: Honor CPU_DUMP_FPURichard Henderson1-5/+7
2018-05-18target/ppc: Honor CPU_DUMP_FPURichard Henderson1-7/+13
2018-05-18target/mips: Honor CPU_DUMP_FPURichard Henderson1-1/+2
2018-05-18target/alpha: Honor CPU_DUMP_FPURichard Henderson1-9/+8
2018-05-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180518'...Peter Maydell22-116/+5778
2018-05-18target/arm: Implement SVE Permute - Extract GroupRichard Henderson4-0/+124
2018-05-18target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson4-1/+224
2018-05-18target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson2-0/+66
2018-05-18target/arm: Implement SVE Element Count GroupRichard Henderson4-1/+465
2018-05-18target/arm: Implement SVE floating-point trig select coefficientRichard Henderson4-0/+72
2018-05-18target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson4-0/+125
2018-05-18target/arm: Implement SVE Compute Vector Address GroupRichard Henderson4-0/+93
2018-05-18target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson4-0/+153