summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-04target/openrisc: Implement move to/from FPCSRRichard Henderson
2019-09-04target/openrisc: Implement unordered fp comparisonsRichard Henderson
2019-09-04target/openrisc: Add support for ORFPX64A32Richard Henderson
2019-09-04target/openrisc: Check CPUCFG_OF32S for float insnsRichard Henderson
2019-09-04target/openrisc: Fix lf.ftoi.sRichard Henderson
2019-09-04target/openrisc: Add VR2 and AVR special processor registersRichard Henderson
2019-09-04target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu initRichard Henderson
2019-09-04target/openrisc: Make VR and PPC read-onlyRichard Henderson
2019-09-04target/openrisc: Cache R0 in DisasContextRichard Henderson
2019-09-04target/openrisc: Replace cpu register array with a functionRichard Henderson
2019-09-04target/openrisc: Add DisasContext parameter to check_r0_writeRichard Henderson
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-04Merge remote-tracking branch 'remotes/juanquintela/tags/fail-pull-request' in...Peter Maydell
2019-09-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-09-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'...Peter Maydell
2019-09-04libvhost-user: introduce and use vu_has_protocol_feature()Johannes Berg
2019-09-04Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-09-03' in...Peter Maydell
2019-09-04libvhost-user: fix SLAVE_SEND_FD handlingJohannes Berg
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova
2019-09-04virtio-rng: change default backend to rng-builtinLaurent Vivier
2019-09-04virtio-rng: Keep the default backend out of VirtIORNGConfMarkus Armbruster
2019-09-04rng-builtin: add an RNG backend that uses qemu_guest_getrandom()Laurent Vivier
2019-09-04Merge remote-tracking branch 'remotes/stsquad/tags/pull-gdbstub-gitdm-testing...Peter Maydell
2019-09-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' ...Peter Maydell
2019-09-04Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190829-pull-request' ...Peter Maydell
2019-09-03multifd: Use number of channels as listen backlogJuan Quintela
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-09-03x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov
2019-09-03i386/vmmouse: Properly reset stateJan Kiszka
2019-09-03hostmem-file: fix pmem file size checkStefan Hajnoczi
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé
2019-09-03pc: Don't make die-id mandatory unless necessaryEduardo Habkost
2019-09-03pc: Improve error message when die-id is omittedEduardo Habkost
2019-09-03pc: Fix error message on die-id validationEduardo Habkost
2019-09-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190829' into...Peter Maydell
2019-09-03Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand
2019-09-03tcg: Enforce single page access in probe_write()David Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand