Age | Commit message (Expand) | Author |
2019-09-04 | target/openrisc: Update cpu "any" to v1.3 | Richard Henderson |
2019-09-04 | target/openrisc: Implement l.adrp | Richard Henderson |
2019-09-04 | target/openrisc: Implement move to/from FPCSR | Richard Henderson |
2019-09-04 | target/openrisc: Implement unordered fp comparisons | Richard Henderson |
2019-09-04 | target/openrisc: Add support for ORFPX64A32 | Richard Henderson |
2019-09-04 | target/openrisc: Check CPUCFG_OF32S for float insns | Richard Henderson |
2019-09-04 | target/openrisc: Fix lf.ftoi.s | Richard Henderson |
2019-09-04 | target/openrisc: Add VR2 and AVR special processor registers | Richard Henderson |
2019-09-04 | target/openrisc: Move VR, UPR, DMMCFGR, IMMCFGR to cpu init | Richard Henderson |
2019-09-04 | target/openrisc: Make VR and PPC read-only | Richard Henderson |
2019-09-04 | target/openrisc: Cache R0 in DisasContext | Richard Henderson |
2019-09-04 | target/openrisc: Replace cpu register array with a function | Richard Henderson |
2019-09-04 | target/openrisc: Add DisasContext parameter to check_r0_write | Richard Henderson |
2019-09-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/juanquintela/tags/fail-pull-request' in... | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190903'... | Peter Maydell |
2019-09-04 | libvhost-user: introduce and use vu_has_protocol_feature() | Johannes Berg |
2019-09-04 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-09-03' in... | Peter Maydell |
2019-09-04 | libvhost-user: fix SLAVE_SEND_FD handling | Johannes Berg |
2019-09-04 | virtio-pci: Add Function Level Reset support | Julia Suvorova |
2019-09-04 | virtio-rng: change default backend to rng-builtin | Laurent Vivier |
2019-09-04 | virtio-rng: Keep the default backend out of VirtIORNGConf | Markus Armbruster |
2019-09-04 | rng-builtin: add an RNG backend that uses qemu_guest_getrandom() | Laurent Vivier |
2019-09-04 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-gdbstub-gitdm-testing... | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' ... | Peter Maydell |
2019-09-04 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190829-pull-request' ... | Peter Maydell |
2019-09-03 | multifd: Use number of channels as listen backlog | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_channel_socket_async() | Juan Quintela |
2019-09-03 | socket: Add num connections to qio_channel_socket_sync() | Juan Quintela |
2019-09-03 | socket: Add backlog parameter to socket_listen | Juan Quintela |
2019-09-03 | migration: Do not re-read the clock on pre_save in case of paused guest | Maxiwell S. Garcia |
2019-09-03 | x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not... | Igor Mammedov |
2019-09-03 | i386/vmmouse: Properly reset state | Jan Kiszka |
2019-09-03 | hostmem-file: fix pmem file size check | Stefan Hajnoczi |
2019-09-03 | qapi: report the default CPU type for each machine | Daniel P. Berrangé |
2019-09-03 | pc: Don't make die-id mandatory unless necessary | Eduardo Habkost |
2019-09-03 | pc: Improve error message when die-id is omitted | Eduardo Habkost |
2019-09-03 | pc: Fix error message on die-id validation | Eduardo Habkost |
2019-09-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190829' into... | Peter Maydell |
2019-09-03 | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell |
2019-09-03 | tcg: Factor out probe_write() logic into probe_access() | David Hildenbrand |
2019-09-03 | tcg: Make probe_write() return a pointer to the host page | David Hildenbrand |
2019-09-03 | s390x/tcg: Pass a size to probe_write() in do_csst() | David Hildenbrand |
2019-09-03 | hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY | David Hildenbrand |
2019-09-03 | mips/tcg: Call probe_write() for CONFIG_USER_ONLY as well | David Hildenbrand |
2019-09-03 | tcg: Enforce single page access in probe_write() | David Hildenbrand |
2019-09-03 | tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code | David Hildenbrand |