Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCs | BALATON Zoltan | 2 | -0/+26 |
2017-09-27 | ohci: Allow sysbus version to be used as a companion | BALATON Zoltan | 1 | -3/+12 |
2017-09-27 | ppc/kvm: drop kvmppc_has_cap_htab_fd() | Greg Kurz | 2 | -11/+0 |
2017-09-27 | ppc/kvm: check some capabilities with kvm_vm_check_extension() | Greg Kurz | 1 | -3/+3 |
2017-09-26 | Merge remote-tracking branch 'remotes/kraxel/tags/fw-20170926-pull-request' i... | Peter Maydell | 3 | -14/+38 |
2017-09-26 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 17 | -44/+86 |
2017-09-26 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170925' into staging | Peter Maydell | 1 | -2/+2 |
2017-09-26 | Merge remote-tracking branch 'mreitz/tags/pull-block-2017-09-26' into queue-b... | Kevin Wolf | 15 | -19/+482 |
2017-09-26 | block/qcow2-bitmap: fix use of uninitialized pointer | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-09-26 | qemu-iotests: add shrinking image test | Pavel Butsykin | 3 | -0/+176 |
2017-09-26 | qcow2: add shrink image support | Pavel Butsykin | 5 | -10/+225 |
2017-09-26 | qcow2: add qcow2_cache_discard | Pavel Butsykin | 3 | -2/+47 |
2017-09-26 | qemu-img: add --shrink flag for resize | Pavel Butsykin | 5 | -6/+33 |
2017-09-26 | iotests: fix 181: enable postcopy-ram capability on target | Vladimir Sementsov-Ogievskiy | 2 | -1/+2 |
2017-09-26 | qemu-iotests: Test change-backing-file command | Kevin Wolf | 3 | -0/+171 |
2017-09-26 | block: Fix permissions after bdrv_reopen() | Kevin Wolf | 2 | -0/+65 |
2017-09-26 | block: reopen: Queue children after their parents | Kevin Wolf | 1 | -13/+13 |
2017-09-26 | block: Base permissions on rw state after reopen | Kevin Wolf | 2 | -16/+37 |
2017-09-26 | block: Add reopen queue to bdrv_check_perm() | Kevin Wolf | 1 | -15/+19 |
2017-09-26 | block: Add reopen_queue to bdrv_child_perm() | Kevin Wolf | 6 | -7/+23 |
2017-09-26 | qemu-io: Drop write permissions before read-only reopen | Kevin Wolf | 2 | -1/+13 |
2017-09-26 | block: Clean up some bad code in the vvfat driver | Thomas Huth | 1 | -24/+2 |
2017-09-26 | block/throttle-groups.c: allocate RestartData on the heap | Manos Pitsidianakis | 1 | -5/+7 |
2017-09-26 | throttle: Assert that bkt->max is valid in throttle_compute_wait() | Alberto Garcia | 1 | -0/+1 |
2017-09-26 | iotests: Print full path of bad output if mismatch | Fam Zheng | 1 | -1/+1 |
2017-09-26 | iotests: use virtio aliases for 067 | Cornelia Huck | 2 | -2/+2 |
2017-09-26 | iotests: use -ccw on s390x for 051 | Cornelia Huck | 3 | -3/+13 |
2017-09-26 | iotests: use -ccw on s390x for 040, 139, and 182 | Cornelia Huck | 3 | -5/+26 |
2017-09-26 | docs: add qemu-block-drivers(7) man page | Stefan Hajnoczi | 3 | -781/+810 |
2017-09-26 | file-posix: Clear out first sector in hdev_create | Fam Zheng | 1 | -0/+10 |
2017-09-26 | qemu-img: Clarify about relative backing file options | Fam Zheng | 1 | -0/+9 |
2017-09-26 | qemu-iotests: Add missing -machine accel=qtest | Kevin Wolf | 2 | -4/+4 |
2017-09-26 | Add --firmwarepath to configure | Gerd Hoffmann | 3 | -4/+16 |
2017-09-26 | add qemu_add_data_dir() | Gerd Hoffmann | 1 | -11/+23 |
2017-09-26 | hw/isa/pc87312: Mark the device with user_creatable = false | Thomas Huth | 1 | -0/+2 |
2017-09-26 | Drop gld linker usage on SunOS | Kamil Rytarowski | 1 | -1/+0 |
2017-09-26 | tests/boot-sector: Increase timeout to 600 seconds | Thomas Huth | 1 | -2/+2 |
2017-09-26 | nbd-client: Use correct macro parenthesization | Eric Blake | 1 | -2/+2 |
2017-09-26 | hw/display/virtio-gpu: Put the virtio-gpu-device into the display category | Thomas Huth | 1 | -0/+1 |
2017-09-26 | osdep: Fix ROUND_UP(64-bit, 32-bit) | Eric Blake | 1 | -3/+3 |
2017-09-26 | target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro | Alistair Francis | 1 | -2/+2 |
2017-09-26 | trivial: Add missing "-m" parameter in docs/memory-hotplug.txt | Thomas Huth | 1 | -1/+1 |
2017-09-26 | chardev/baum: fix baum that releases brlapi twice | Liang Yan | 1 | -0/+1 |
2017-09-26 | remove trailing whitespace from qemu-options.hx | Michael Tokarev | 1 | -2/+2 |
2017-09-26 | hw/display/xenfb.c: Add trace_xenfb_key_event | Liang Yan | 2 | -0/+2 |
2017-09-26 | aux-to-i2c-bridge: don't allow user to create one | KONRAD Frederic | 1 | -0/+11 |
2017-09-26 | util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAIT | Peter Maydell | 3 | -6/+21 |
2017-09-26 | MAINTAINERS: update docs/interop/ entries | Philippe Mathieu-Daudé | 1 | -2/+2 |
2017-09-26 | MAINTAINERS: update docs/devel/ entries | Philippe Mathieu-Daudé | 1 | -5/+5 |
2017-09-26 | MAINTAINERS: add missing Cryptography entry | Philippe Mathieu-Daudé | 1 | -0/+1 |