aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-02hw/mips/r4k: Constify params_sizePhilippe Mathieu-Daudé1-3/+3
2018-07-02hw/sh4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/lm32: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-11/+12
2018-07-02hw/cris: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/nios2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-3/+3
2018-07-02hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-6/+8
2018-07-02hw/tricore: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-6/+7
2018-07-02hw/alpha: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-9/+8
2018-07-02hw/xtensa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-6/+8
2018-07-02hw/hppa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-6/+7
2018-07-02hw/s390x: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-3/+6
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé4-12/+15
2018-07-02hw/m68k: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/riscv: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/misc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-2/+4
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé10-37/+41
2018-07-02hw/block: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-4/+7
2018-07-02hw/tpm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-8/+11
2018-07-02hw/smbios: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-9/+6
2018-07-02hw/scsi: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+5
2018-07-02hw/ipack: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-07-02hw/ivshmem: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé7-7/+7
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé19-80/+76
2018-07-02checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé1-0/+1
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé1-3/+1
2018-07-02vdi: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé1-4/+3
2018-07-02include: Add IEC binary prefixes in "qemu/units.h"Philippe Mathieu-Daudé1-0/+20
2018-07-02configure: add sanity check to catch builds from "git archive"Daniel P. Berrangé1-0/+18
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov4-1/+17
2018-07-02Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' ...Peter Maydell1-0/+14
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé3-5/+16
2018-07-02target/m68k: correctly disassemble move16Laurent Vivier1-0/+14
2018-07-02audio/hda: drop atomicsGerd Hoffmann1-16/+15
2018-07-02s390x/tcg: fix locking problem with tcg_s390_tod_updatedDavid Hildenbrand1-10/+16
2018-07-02s390x/kvm: indicate alignment in legacy_s390_alloc()David Hildenbrand1-0/+3
2018-07-02s390x/kvm: legacy_s390_alloc() only supports one allocationDavid Hildenbrand1-2/+10
2018-07-02s390x/tcg: fix CPU hotplug with single-threaded TCGDavid Hildenbrand1-5/+12
2018-07-02s390x/tcg: rearm the CKC timer during migrationDavid Hildenbrand3-0/+27
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand4-2/+27
2018-07-02s390x/tcg: SET CLOCK COMPARATOR can clear CKC interruptsDavid Hildenbrand1-0/+7
2018-07-02s390x/tcg: properly implement the TODDavid Hildenbrand8-34/+109
2018-07-02s390x/tcg: drop tod_basetimeDavid Hildenbrand3-4/+2
2018-07-02s390x/tod: factor out TOD into separate deviceDavid Hildenbrand9-88/+286
2018-07-02s390x/kvm: pass values instead of pointers to kvm_s390_set_clock_*()David Hildenbrand4-12/+12
2018-07-02s390x/tcg: avoid overflows in time2tod/tod2timeDavid Hildenbrand1-2/+3
2018-07-02s390x/cpumodel: default enable bpb and ppa15 for z196 and laterChristian Borntraeger2-0/+4
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth7-19/+27
2018-07-02s390/ipl: fix ipl with -no-rebootChristian Borntraeger3-3/+13