summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-267-23/+63
* target/i386: Add notes for versioned CPU modelsTao Xu2020-06-261-0/+5
* target/i386: reimplement fpatan using floatx80 operationsJoseph Myers2020-06-262-4/+1554
* target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers2020-06-262-111/+1423
* target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers2020-06-262-9/+1358
* target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers2020-06-261-108/+48Star
* softfloat: return low bits of quotient from floatx80_modremJoseph Myers2020-06-262-6/+20
* softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers2020-06-261-1/+0Star
* softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers2020-06-261-3/+19
* softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers2020-06-261-1/+1
* softfloat: merge floatx80_mod and floatx80_remJoseph Myers2020-06-264-95/+40Star
* target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers2020-06-262-3/+1522
* xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
* Makefile: Install qemu-[qmp/ga]-ref.* into the directory "interop"Liao Pingfang2020-06-262-6/+8
* hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth2020-06-261-13/+23
* docs/nvdimm: add description of alignment requirement of device daxJingqi Liu2020-06-262-1/+11
* exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu2020-06-261-1/+53
* configure: add libdaxctl supportJingqi Liu2020-06-261-0/+29
* replay: synchronize on every virtual timer callbackPavel Dovgalyuk2020-06-262-24/+10Star
* replay: notify the main loop when there are no instructionsPavel Dovgalyuk2020-06-261-3/+12
* memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"Michael S. Tsirkin2020-06-261-20/+9Star
* libqos: pci-pc: use 32-bit write for EJ registerPaolo Bonzini2020-06-261-1/+1
* libqos: usb-hcd-ehci: use 32-bit write for config registerPaolo Bonzini2020-06-261-1/+1
* util/getauxval: Porting to FreeBSD getauxval featureDavid CARLIER2020-06-261-0/+10
* kvm: support to get/set dirty log initial-all-set capabilityJay Zhou2020-06-261-7/+14
* Merge remote-tracking branch 'remotes/xtensa/tags/20200625-xtensa' into stagingPeter Maydell2020-06-253-23/+46
|\
| * target/xtensa: drop gen_io_end callMax Filippov2020-06-221-3/+0Star
| * target/xtensa: fix simcall for newer hardwareMax Filippov2020-05-171-3/+6
| * target/xtensa: fetch HW version from configuration overlayMax Filippov2020-05-172-3/+6
| * target/xtensa: work around missing SR definitionsMax Filippov2020-04-301-14/+34
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-06-2536-290/+286Star
|\ \
| * | Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha2020-06-251-10/+11
| * | Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz2020-06-241-6/+6
| * | docs/specs/tpm: ACPI boot now supported for TPM/ARMEric Auger2020-06-241-2/+0Star
| * | arm/acpi: Add the TPM2.0 device under the DSDTEric Auger2020-06-241-0/+34
| * | acpi: Some build_tpm2() code reshapeEric Auger2020-06-242-37/+32Star
| * | tests/acpi: update expected data filesGerd Hoffmann2020-06-2418-0/+0
| * | acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann2020-06-241-11/+0Star
| * | acpi: drop build_piix4_pm()Gerd Hoffmann2020-06-241-16/+0Star
| * | acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann2020-06-241-23/+0Star
| * | acpi: simplify build_isa_devices_aml()Gerd Hoffmann2020-06-241-10/+6Star
| * | acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann2020-06-243-23/+30
| * | acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann2020-06-242-39/+31Star
| * | floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2020-06-244-27/+26Star
| * | floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann2020-06-242-4/+2Star
| * | acpi: move aml builder code for floppy deviceGerd Hoffmann2020-06-244-83/+91
| * | acpi: bios-tables-test: show more context on asl diffsGerd Hoffmann2020-06-241-1/+1
| * | qtest: allow DSDT acpi table changesGerd Hoffmann2020-06-241-0/+18
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2020-06-2520-25/+33
|\ \ \
| * | | trace/simple: Fix unauthorized enableMarkus Armbruster2020-06-242-7/+15