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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
ftgmac100: compute maximum frame size depending on the protocol
Cédric Le Goater
1
-1
/
+6
2018-06-08
misc: add pca9552 LED blinker model
Cédric Le Goater
2
-0
/
+64
2018-06-08
smbus: add a smbus_eeprom_init_one() routine
Cédric Le Goater
1
-0
/
+1
2018-06-08
arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICR
Shannon Zhao
1
-0
/
+1
2018-06-05
vfio: remove DPRINTF() definition from vfio-common.h
Tiwei Bie
1
-9
/
+0
2018-06-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
5
-2
/
+86
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
2
-1
/
+10
2018-06-04
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...
Peter Maydell
1
-1
/
+1
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-2
/
+53
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+4
2018-06-04
migration: introduce decompress-error-check
Xiao Guangrong
1
-1
/
+6
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-1
/
+1
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
25
-94
/
+137
2018-06-01
vhost-blk: turn on pre-defined RO feature bit
Changpeng Liu
1
-1
/
+0
2018-06-01
nvdimm, acpi: support NFIT platform capabilities
Ross Zwisler
2
-0
/
+6
2018-06-01
migration: drop an unused include
Michael S. Tsirkin
1
-1
/
+1
2018-06-01
block-backend: Add blk_co_copy_range
Fam Zheng
1
-0
/
+4
2018-06-01
iscsi: Implement copy offloading
Fam Zheng
1
-0
/
+4
2018-06-01
file-posix: Implement bdrv_co_copy_range
Fam Zheng
1
-2
/
+8
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
2
-0
/
+70
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
1
-16
/
+4
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
1
-3
/
+0
2018-06-01
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
Philippe Mathieu-Daudé
1
-1
/
+0
2018-06-01
Update Linux headers to 4.17-rc6
Peter Maydell
8
-37
/
+78
2018-06-01
virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
Alex Williamson
1
-0
/
+6
2018-06-01
vmstate: Add a VSTRUCT type
Corey Minyard
1
-0
/
+45
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
1
-23
/
+0
2018-06-01
memory.h: Fix typo in documentation comment
Peter Maydell
1
-1
/
+1
2018-06-01
hw: Clean "hw/devices.h" includes
Philippe Mathieu-Daudé
1
-5
/
+2
2018-06-01
hw/misc/mips_itu: Cleanup includes
Philippe Mathieu-Daudé
1
-0
/
+2
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
8
-8
/
+0
2018-06-01
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
1
-1
/
+2
2018-05-31
xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
Paul Durrant
1
-0
/
+16
2018-05-31
xen/hvm: correct reporting of modified memory under physmap during migration
Igor Druzhinin
1
-3
/
+2
2018-05-31
vfio: Include "exec/address-spaces.h" directly in the source file
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-31
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
1
-1
/
+2
2018-05-31
vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
Peter Maydell
1
-0
/
+3
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+1
2018-05-31
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
1
-3
/
+4
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
2
-2
/
+5
2018-05-31
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
2
-2
/
+4
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+3
2018-05-31
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
1
-2
/
+3
2018-05-31
memory.h: Improve IOMMU related documentation
Peter Maydell
1
-10
/
+95
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
1
-1
/
+1
2018-05-31
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-next-pull-request' i...
Peter Maydell
3
-0
/
+4
2018-05-30
cli: add --preconfig option
Igor Mammedov
1
-0
/
+1
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
1
-0
/
+1
[next]