summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390x/tcg: Fault-safe memmoveDavid Hildenbrand2019-09-231-99/+139
* s390x/tcg: Fault-safe memsetDavid Hildenbrand2019-09-231-20/+103
* s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand2019-09-232-0/+8
* s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand2019-09-234-19/+19
* s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand2019-09-231-0/+3
* s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand2019-09-231-0/+6
* s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand2019-09-231-3/+11
* s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand2019-09-231-0/+12
* s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand2019-09-231-23/+31
* s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand2019-09-231-2/+9
* s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand2019-09-231-0/+7
* s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand2019-09-231-1/+1
* s390x/tcg: MVC: Increment the length onceDavid Hildenbrand2019-09-231-8/+12
* s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand2019-09-231-6/+38
* s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand2019-09-231-1/+18
* s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand2019-09-231-2/+21
* s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand2019-09-231-3/+3
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-09-202-5/+8
|\
| * BootLinuxSshTest: Only run the tests when explicitly requestedPhilippe Mathieu-Daudé2019-09-191-5/+5
| * tests/acceptance: Specify arch for QueryCPUModelExpansionDavid Gibson2019-09-191-0/+3
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-09-2016-27/+36
|\ \
| * | configure: Add xkbcommon configure optionsJames Le Cuirot2019-09-191-0/+5
| * | kvm: Fix typo in header of kvm_device_access()Greg Kurz2019-09-191-1/+1
| * | Fix cacheline detection on FreeBSD/powerpc.Justin Hibbits2019-09-191-10/+13
| * | build: Don't ignore qapi-visit-core.cEric Blake2019-09-191-0/+1
| * | target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic2019-09-191-4/+4
| * | Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth2019-09-196-7/+6Star
| * | cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé2019-09-194-3/+4
| * | vfio: fix a typoChen Zhang2019-09-191-2/+2
| |/
* | Makefile: Fix in-tree builds when Sphinx is availablePeter Maydell2019-09-201-13/+13
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190919-pull-request' i...Peter Maydell2019-09-1913-169/+1409
|\ \
| * | vnc: fix memory leak when vnc disconnectLi Qiang2019-09-176-162/+170
| * | ui: add an embedded Barrier clientLaurent Vivier2019-09-174-0/+1233
| * | vnc: fix websocket field in eventsGerd Hoffmann2019-09-171-0/+1
| * | ui/egl: fix framebuffer readsGerd Hoffmann2019-09-173-7/+5Star
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ati-20190919-pull-request' ...Peter Maydell2019-09-194-35/+60
|\ \ \
| * | | ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann2019-09-191-9/+10
| * | | vga: move access helpers to separate include fileGerd Hoffmann2019-09-193-26/+50
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-09-1910-12/+23
|\ \ \
| * | | trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé2019-09-182-0/+5
| * | | trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-185-12/+12
| * | | loader: Trace loaded imagesAlexey Kardashevskiy2019-09-183-0/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf1-v3...Peter Maydell2019-09-1941-444/+1366
|\ \ \
| * | | gdbstub: riscv: fix the fflags registersKONRAD Frederic2019-09-171-2/+4
| * | | target/riscv: Use TB_FLAGS_MSTATUS_FS for floating pointAlistair Francis2019-09-171-1/+1
| * | | target/riscv: Fix mstatus dirty maskAlistair Francis2019-09-171-1/+1
| * | | target/riscv: Use both register name and ABI nameAtish Patra2019-09-171-8/+11
| * | | riscv: sifive_u: Update model and compatible strings in device treeBin Meng2019-09-171-2/+3
| * | | riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernetBin Meng2019-09-172-25/+2Star
| * | | riscv: sifive_u: Fix broken GEM supportBin Meng2019-09-173-5/+23