index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
52
-304
/
+3715
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
39
-393
/
+468
2018-02-13
virtio-balloon: include statistics of disk/file caches
Tomáš Golembiovský
2
-1
/
+3
2018-02-13
acpi-test: update FADT
Michael S. Tsirkin
2
-0
/
+0
2018-02-13
lpc: drop pcie host dependency
Michael S. Tsirkin
1
-1
/
+0
2018-02-13
tests: acpi: fix FADT not being compared to reference table
Igor Mammedov
1
-2
/
+33
2018-02-13
hw/pci-bridge: fix pcie root port's IO hints capability
Marcel Apfelbaum
2
-7
/
+21
2018-02-13
libvhost-user: Support across-memory-boundary access
Yongji Xie
2
-14
/
+122
2018-02-13
libvhost-user: Fix resource leak
Yongji Xie
1
-0
/
+14
2018-02-13
virtio-balloon: unref the memory region before continuing
Tiwei Bie
1
-0
/
+1
2018-02-13
travis: use libgcc-4.8-dev (libgcc-6-dev is not available on Ubuntu 14.04)
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-13
memory: unify loops to sync dirty log bitmap
Paolo Bonzini
1
-21
/
+2
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
9
-43
/
+20
2018-02-13
memory: remove memory_region_test_and_clear_dirty
Paolo Bonzini
2
-29
/
+3
2018-02-13
g364fb: switch to using DirtyBitmapSnapshot
Paolo Bonzini
1
-4
/
+6
2018-02-13
sdhci: add Spec v4.2 register definitions
Philippe Mathieu-Daudé
2
-1
/
+24
2018-02-13
sdhci: add a check_capab_v3() qtest
Philippe Mathieu-Daudé
1
-0
/
+17
2018-02-13
sdhci: check Spec v3 capabilities qtest
Philippe Mathieu-Daudé
2
-0
/
+13
2018-02-13
hw/arm/xilinx_zynqmp: enable the UHS-I mode
Philippe Mathieu-Daudé
1
-0
/
+1
2018-02-13
hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheet
Philippe Mathieu-Daudé
1
-11
/
+18
2018-02-13
hw/arm/fsl-imx6: implement SDHCI Spec. v3
Philippe Mathieu-Daudé
1
-0
/
+7
2018-02-13
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-13
hw/arm/bcm2835_peripherals: implement SDHCI Spec v3
Philippe Mathieu-Daudé
1
-8
/
+13
2018-02-13
sdhci: implement CMD/DAT[] fields in the Present State register
Philippe Mathieu-Daudé
6
-0
/
+62
2018-02-13
sdhci: implement UHS-I voltage switch
Philippe Mathieu-Daudé
6
-1
/
+55
2018-02-13
sdbus: add trace events
Philippe Mathieu-Daudé
2
-2
/
+17
2018-02-13
sdhci: implement the Host Control 2 register (tuning sequence)
Philippe Mathieu-Daudé
3
-3
/
+30
2018-02-13
sdhci: rename the hostctl1 register
Philippe Mathieu-Daudé
2
-22
/
+22
2018-02-13
sdhci: add support for v3 capabilities
Philippe Mathieu-Daudé
2
-2
/
+65
2018-02-13
hw/arm/xilinx_zynq: fix the capabilities register to match the datasheet
Philippe Mathieu-Daudé
2
-24
/
+34
2018-02-13
hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
Philippe Mathieu-Daudé
1
-0
/
+12
2018-02-13
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-13
sdhci: check Spec v2 capabilities (DMA and 64-bit bus)
Philippe Mathieu-Daudé
2
-9
/
+19
2018-02-13
sdhci: Fix 64-bit ADMA2
Sai Pavan Boddu
1
-2
/
+2
2018-02-13
sdhci: replace DMA magic value by BLOCK_SIZE_MASK
Philippe Mathieu-Daudé
1
-8
/
+10
2018-02-13
sdhci: check the Spec v1 capabilities correctness
Philippe Mathieu-Daudé
3
-2
/
+116
2018-02-13
sdhci: simplify sdhci_get_fifolen()
Philippe Mathieu-Daudé
2
-16
/
+8
2018-02-13
sdhci: use a numeric value for the default CAPAB register
Philippe Mathieu-Daudé
1
-58
/
+16
2018-02-13
sdhci: add a 'spec_version property' (default to v2)
Philippe Mathieu-Daudé
3
-6
/
+27
2018-02-13
sdhci: add qtest to check the SD Spec version
Philippe Mathieu-Daudé
1
-0
/
+24
2018-02-13
sdhci: add a check_capab_sdma() qtest
Philippe Mathieu-Daudé
1
-0
/
+11
2018-02-13
sdhci: add a check_capab_baseclock() qtest
Philippe Mathieu-Daudé
1
-0
/
+14
2018-02-13
sdhci: add check_capab_readonly() qtest
Philippe Mathieu-Daudé
1
-0
/
+24
2018-02-13
sdhci: add qtest to check the SD capabilities register
Philippe Mathieu-Daudé
2
-0
/
+146
2018-02-13
sdhci: use error_propagate(local_err) in realize()
Philippe Mathieu-Daudé
1
-2
/
+6
2018-02-13
build-sys: check static linking of UBSAN
Marc-André Lureau
1
-1
/
+9
2018-02-13
build-sys: remove useless extra*flags variables
Marc-André Lureau
1
-6
/
+0
2018-02-13
hw/net/can: interrupt cleanup
Paolo Bonzini
2
-41
/
+45
2018-02-13
net/can: documentation
Pavel Pisa
1
-0
/
+107
2018-02-13
hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation
Deniz Eren
2
-0
/
+263
[next]