aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-05qom/object: register 'type' property as class propertyMarc-André Lureau1-3/+4
2018-10-05qom/object: fix iterating properties over a classMarc-André Lureau1-1/+1
2018-10-05qemu-option: improve qemu_opts_print_help() outputMarc-André Lureau1-2/+36
2018-10-05qemu-option: add help fallback to print the list of optionsMarc-André Lureau1-11/+22
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau2-0/+17
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau3-16/+35
2018-10-05Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell3-14/+4
2018-10-05edid: fix vendor defaultGerd Hoffmann2-2/+2
2018-10-05secondary-vga: delete mmio subregions upon exitremy.noel1-0/+8
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell2-1/+34
2018-10-05edid: Ignore built binaryEric Blake1-0/+1
2018-10-05Update OpenBIOS images to 441a84d3 built from submodule.Mark Cave-Ayland4-0/+0
2018-10-04nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev1-1/+3
2018-10-04hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth1-13/+21
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand1-28/+6
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand1-10/+10
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand2-145/+76
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand1-0/+33
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand2-127/+135
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand2-6/+19
2018-10-04s390x/tcg: store in the TB flags if AFP is enabledDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand7-20/+44
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand5-15/+24
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy1-2/+4
2018-10-04s390x: Fence huge pages prior to 3.1Janosch Frank3-0/+19
2018-10-04hw/s390x/ioinst: Fix alignment problem in struct SubchDevThomas Huth2-9/+16
2018-10-04hw/s390x/css: Remove QEMU_PACKED from struct SenseIdThomas Huth2-17/+23
2018-10-04hw/s390x/ipl: Fix alignment problems of S390IPLState membersThomas Huth1-2/+3
2018-10-03scripts/device-crash-test: Remove entries for serial devicesThomas Huth1-5/+0
2018-10-03Revert "tests: migration/guestperf Python 2.6 argparse compatibility"Eduardo Habkost1-5/+3
2018-10-03Revert "docker.py: Python 2.6 argparse compatibility"Eduardo Habkost1-3/+1
2018-10-03device-crash-test: No need for sys.path hackEduardo Habkost1-1/+0
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy4-43/+18
2018-10-03qemu-nbd: drop old-style negotiationVladimir Sementsov-Ogievskiy1-19/+6
2018-10-03qemu-nbd: Document --tls-credsEric Blake1-0/+1
2018-10-03nbd/server: fix NBD_CMD_CACHEVladimir Sementsov-Ogievskiy1-1/+2
2018-10-03nbd: Don't take address of fields in packed structsPeter Maydell2-34/+34
2018-10-03Merge remote-tracking branch 'remotes/elmarco/tags/chardev-pull-request' into...Peter Maydell10-147/+149
2018-10-03chardev: use a child source for qio input sourceMarc-André Lureau1-43/+5
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau6-19/+70
2018-10-03char.h: fix gtk-doc comment styleMarc-André Lureau2-79/+63
2018-10-03chardev: unref if underlying chardev has no parentMarc-André Lureau1-1/+6
2018-10-03chardev: remove qemu_chr_fe_read_all() counterMarc-André Lureau1-5/+1
2018-10-03chardev: avoid crash if no associated addressMarc-André Lureau1-2/+6
2018-10-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell100-2187/+4824
2018-10-02hw/scsi/mptendian: Avoid taking address of fields in packed structsPeter Maydell1-80/+83
2018-10-02cpus: fix TCG kick timer leakAlex Bennée1-2/+3
2018-10-02docs/devel/memory.txt: Document _with_attrs accessorsPeter Maydell1-2/+9
2018-10-02hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps structPeter Maydell1-6/+1
2018-10-02memory: Remove old_mmio accessorsPeter Maydell3-68/+2