Age | Commit message (Expand) | Author | Files | Lines |
2020-02-13 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200213-pull-request' ... | Peter Maydell | 3 | -2/+9 |
2020-02-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into staging | Peter Maydell | 7 | -8/+74 |
2020-02-13 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200212-pull-request' ... | Peter Maydell | 2 | -9/+10 |
2020-02-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 14 | -33/+34 |
2020-02-13 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200212-pull-request' i... | Peter Maydell | 7 | -80/+51 |
2020-02-13 | qxl: introduce hardware revision 5 | Gerd Hoffmann | 3 | -2/+9 |
2020-02-12 | tcg: Add tcg_gen_gvec_5_ptr | Richard Henderson | 2 | -0/+39 |
2020-02-12 | uas: fix super speed bMaxPacketSize0 | Gerd Hoffmann | 1 | -1/+1 |
2020-02-12 | usb-host: wait for cancel complete | Gerd Hoffmann | 1 | -8/+9 |
2020-02-12 | target/i386: enable monitor and ucode revision with -cpu max | Paolo Bonzini | 1 | -0/+2 |
2020-02-12 | target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR | Paolo Bonzini | 1 | -2/+5 |
2020-02-12 | target/i386: fix TCG UCODE_REV access | Paolo Bonzini | 1 | -4/+4 |
2020-02-12 | build: move TARGET_GPROF to config-host.mak | Paolo Bonzini | 5 | -8/+10 |
2020-02-12 | exec: do not define use_icount for user-mode emulation | Paolo Bonzini | 1 | -4/+4 |
2020-02-12 | minikconf: accept alnum identifiers | Marc-André Lureau | 1 | -1/+1 |
2020-02-12 | Remove support for CLOCK_MONOTONIC not being defined | Peter Maydell | 2 | -11/+5 |
2020-02-12 | seqlock: fix seqlock_write_unlock_impl function | Luc Michel | 1 | -2/+2 |
2020-02-12 | vl: Don't mismatch g_strsplit()/g_free() | Pan Nengyuan | 1 | -1/+1 |
2020-02-12 | ui/cocoa: Drop workarounds for pre-10.12 OSX | Peter Maydell | 1 | -59/+0 |
2020-02-12 | ui: deprecate legacy -show-cursor option | Gerd Hoffmann | 2 | -0/+7 |
2020-02-12 | ui: drop curor_hide global variable. | Gerd Hoffmann | 2 | -3/+0 |
2020-02-12 | ui/gtk: implement show-cursor option | Gerd Hoffmann | 1 | -2/+6 |
2020-02-12 | ui/cocoa: switch to new show-cursor option | Gerd Hoffmann | 1 | -0/+4 |
2020-02-12 | ui/sdl: switch to new show-cursor option | Gerd Hoffmann | 2 | -8/+18 |
2020-02-12 | ui: wire up legacy -show-cursor option | Gerd Hoffmann | 1 | -0/+2 |
2020-02-12 | ui: add show-cursor option | Gerd Hoffmann | 1 | -0/+3 |
2020-02-12 | ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized | Philippe Mathieu-Daudé | 1 | -5/+7 |
2020-02-12 | ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole | Philippe Mathieu-Daudé | 1 | -4/+5 |
2020-02-11 | tcg: Add support for a helper with 7 arguments | Taylor Simpson | 4 | -0/+28 |
2020-02-11 | exec: flush CPU TB cache in breakpoint_invalidate | Max Filippov | 1 | -8/+7 |
2020-02-10 | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020... | Peter Maydell | 10 | -120/+141 |
2020-02-10 | docs: add virtiofsd(1) man page | Stefan Hajnoczi | 5 | -2/+134 |
2020-02-10 | virtiofsd: do_read missing NULL check | Dr. David Alan Gilbert | 1 | -0/+4 |
2020-02-10 | virtiofsd: load_capng missing unlock | Dr. David Alan Gilbert | 1 | -0/+1 |
2020-02-10 | virtiofsd: fv_create_listen_socket error path socket leak | Dr. David Alan Gilbert | 1 | -0/+2 |
2020-02-10 | virtiofsd: Remove fuse_req_getgroups | Dr. David Alan Gilbert | 3 | -118/+0 |
2020-02-10 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2 | -2/+29 |
2020-02-10 | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into sta... | Peter Maydell | 6 | -1/+211 |
2020-02-10 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200207... | Peter Maydell | 147 | -235/+433 |
2020-02-08 | MAINTAINERS: 9pfs: Add myself as reviewer | Christian Schoenebeck | 1 | -0/+1 |
2020-02-08 | tests/virtio-9p: added readdir test | Christian Schoenebeck | 1 | -0/+152 |
2020-02-08 | hw/9pfs/9p-synth: added directory for readdir test | Christian Schoenebeck | 2 | -0/+24 |
2020-02-08 | 9pfs: validate count sent by client with T_readdir | Christian Schoenebeck | 1 | -0/+9 |
2020-02-08 | 9pfs: require msize >= 4096 | Christian Schoenebeck | 2 | -0/+23 |
2020-02-08 | tests/virtio-9p: add terminating null in v9fs_string_read() | Christian Schoenebeck | 1 | -1/+2 |
2020-02-07 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200207'... | Peter Maydell | 19 | -690/+1413 |
2020-02-07 | hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX host | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-02-07 | block: fix crash on zero-length unaligned write and read | Vladimir Sementsov-Ogievskiy | 1 | -1/+27 |
2020-02-07 | Merge remote-tracking branch 'remotes/berrange/tags/misc-fixes-pull-request' ... | Peter Maydell | 3 | -18/+32 |
2020-02-07 | .readthedocs.yml: specify some minimum python requirements | Alex Bennée | 1 | -0/+20 |