aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson2-50/+36
2019-09-04target/openrisc: Fix lf.ftoi.sRichard Henderson1-1/+1
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson3-6/+19
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson3-13/+22
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson2-12/+1
2019-09-04target/openrisc: Cache R0 in DisasContextRichard Henderson1-7/+12
2019-09-04target/openrisc: Replace cpu register array with a functionRichard Henderson1-97/+116
2019-09-04target/openrisc: Add DisasContext parameter to check_r0_writeRichard Henderson1-47/+49
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-24/+122
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell57-867/+920
2019-09-04Merge remote-tracking branch 'remotes/juanquintela/tags/fail-pull-request' in...Peter Maydell19-43/+87
2019-09-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell51-248/+273
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell30-101/+244
2019-09-04libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg1-10/+10
2019-09-04Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-09-03' in...Peter Maydell51-90/+394
2019-09-04libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg1-1/+2
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova3-1/+17
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier4-4/+4
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster2-13/+9
2019-09-04rng-builtin: add an RNG backend that uses qemu_guest_getrandom()Laurent Vivier3-1/+86
2019-09-04Merge remote-tracking branch 'remotes/stsquad/tags/pull-gdbstub-gitdm-testing...Peter Maydell8-28/+175
2019-09-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' ...Peter Maydell3-586/+685
2019-09-04Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190829-pull-request' ...Peter Maydell2-14/+26
2019-09-03multifd: Use number of channels as listen backlogJuan Quintela1-1/+6
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela7-7/+10
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela4-9/+27
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela8-10/+14
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela6-20/+34
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-4/+11
2019-09-03x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov1-2/+4
2019-09-03i386/vmmouse: Properly reset stateJan Kiszka1-0/+1
2019-09-03hostmem-file: fix pmem file size checkStefan Hajnoczi1-2/+2
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé2-1/+8
2019-09-03pc: Don't make die-id mandatory unless necessaryEduardo Habkost2-0/+43
2019-09-03pc: Improve error message when die-id is omittedEduardo Habkost1-0/+4
2019-09-03pc: Fix error message on die-id validationEduardo Habkost1-1/+1
2019-09-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190829' into...Peter Maydell22-108/+287
2019-09-03Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell6-7/+26
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand3-19/+60
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand3-9/+22
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand1-2/+0
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand1-5/+3
2019-09-03tcg: Enforce single page access in probe_write()David Hildenbrand2-0/+4
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand3-9/+16
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-09-03tcg: Check for watchpoints in probe_write()David Hildenbrand1-2/+13
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson3-118/+90
2019-09-03cputlb: Remove double-alignment in store_helperRichard Henderson1-2/+1