aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-05softfloat: Replace countLeadingZeros32/64 with clz32/64Thomas Huth
2018-10-05tests/fp/fp-test: add floating point testsEmilio G. Cota
2018-10-05gitmodules: add berkeley's softfloat + testfloat version 3Emilio G. Cota
2018-10-05softfloat: remove float64_trunc_to_intEmilio G. Cota
2018-10-05Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181004' into stagingPeter Maydell
2018-10-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-10-03-v2' into...Peter Maydell
2018-10-05Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2018-10-04nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev
2018-10-04hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank
2018-10-04hw/s390x/ioinst: Fix alignment problem in struct SubchDevThomas Huth
2018-10-04hw/s390x/css: Remove QEMU_PACKED from struct SenseIdThomas Huth
2018-10-04hw/s390x/ipl: Fix alignment problems of S390IPLState membersThomas Huth
2018-10-03scripts/device-crash-test: Remove entries for serial devicesThomas Huth
2018-10-03Revert "tests: migration/guestperf Python 2.6 argparse compatibility"Eduardo Habkost
2018-10-03Revert "docker.py: Python 2.6 argparse compatibility"Eduardo Habkost
2018-10-03device-crash-test: No need for sys.path hackEduardo Habkost
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-03qemu-nbd: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-03qemu-nbd: Document --tls-credsEric Blake
2018-10-03nbd/server: fix NBD_CMD_CACHEVladimir Sementsov-Ogievskiy
2018-10-03nbd: Don't take address of fields in packed structsPeter Maydell
2018-10-03Merge remote-tracking branch 'remotes/elmarco/tags/chardev-pull-request' into...Peter Maydell
2018-10-03chardev: use a child source for qio input sourceMarc-André Lureau
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-10-03char.h: fix gtk-doc comment styleMarc-André Lureau
2018-10-03chardev: unref if underlying chardev has no parentMarc-André Lureau
2018-10-03chardev: remove qemu_chr_fe_read_all() counterMarc-André Lureau
2018-10-03chardev: avoid crash if no associated addressMarc-André Lureau
2018-10-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-02hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell
2018-10-02cpus: fix TCG kick timer leakAlex Bennée
2018-10-02docs/devel/memory.txt: Document _with_attrs accessorsPeter Maydell
2018-10-02hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell
2018-10-02memory: Remove old_mmio accessorsPeter Maydell
2018-10-02memory: Fix access_with_adjusted_size(small size) on big-endian memory regionsPhilippe Mathieu-Daudé
2018-10-02memory: Refactor common shifting code from accessorsPhilippe Mathieu-Daudé
2018-10-02memory: Use MAKE_64BIT_MASK()Philippe Mathieu-Daudé
2018-10-02virtio: do not take address of packed membersPaolo Bonzini
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk