index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
doc.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
ACPI testing: test NFIT platform capabilities
Ross Zwisler
3
-1
/
+1
2018-06-01
nvdimm, acpi: support NFIT platform capabilities
Ross Zwisler
5
-4
/
+105
2018-06-01
tests/.gitignore: add entry for generated file
Ross Zwisler
1
-0
/
+1
2018-06-01
arch_init: sort architectures
Michael S. Tsirkin
1
-8
/
+8
2018-06-01
ui: use local path for local headers
Michael S. Tsirkin
4
-4
/
+4
2018-06-01
qga: use local path for local headers
Michael S. Tsirkin
8
-13
/
+13
2018-06-01
colo: use local path for local headers
Michael S. Tsirkin
3
-3
/
+3
2018-06-01
migration: use local path for local headers
Michael S. Tsirkin
4
-5
/
+5
2018-06-01
usb: use local path for local headers
Michael S. Tsirkin
13
-13
/
+13
2018-06-01
sd: fix up include
Michael S. Tsirkin
1
-1
/
+1
2018-06-01
vhost-scsi: drop an unused include
Michael S. Tsirkin
1
-1
/
+0
2018-06-01
ppc: use local path for local headers
Michael S. Tsirkin
2
-3
/
+3
2018-06-01
rocker: drop an unused include
Michael S. Tsirkin
1
-1
/
+0
2018-06-01
e1000e: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-06-01
ioapic: fix up includes
Michael S. Tsirkin
1
-2
/
+1
2018-06-01
ide: use local path for local headers
Michael S. Tsirkin
3
-3
/
+3
2018-06-01
display: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-06-01
trace: use local path for local headers
Michael S. Tsirkin
2
-2
/
+2
2018-06-01
migration: drop an unused include
Michael S. Tsirkin
2
-1
/
+2
2018-06-01
hppa: use local path for local headers
Michael S. Tsirkin
2
-2
/
+2
2018-06-01
crypto: use local path for local headers
Michael S. Tsirkin
16
-23
/
+23
2018-06-01
.travis.yml: update GCC sanitizer build to GCC 7
Alex Bennée
1
-4
/
+5
2018-06-01
.travis.yml: make current setup explicit
Alex Bennée
1
-0
/
+4
2018-06-01
.travis.yml: rationalise clang testing
Alex Bennée
1
-62
/
+7
2018-06-01
docker: update Travis docker image
Alex Bennée
1
-2
/
+7
2018-06-01
docker: do not display deprecated images in 'make docker' help
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-01
docker: sort images list displayed by 'make docker'
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-01
.travis.yml: disable linux-user build for gcov
Alex Bennée
1
-1
/
+1
2018-06-01
hw: make virtio devices configurable via default-configs/
Paolo Bonzini
15
-34
/
+44
2018-06-01
hw: allow compiling out SCSI
Paolo Bonzini
8
-1
/
+8
2018-06-01
memory: Make operations using MemoryRegionIoeventfd struct pass by pointer.
Tristan Burgess
1
-22
/
+22
2018-06-01
char: Remove unwanted crlf conversion
Patryk Olszewski
2
-2
/
+2
2018-06-01
qdev: Remove DeviceClass::init() and ::exit()
Philippe Mathieu-Daudé
2
-44
/
+4
2018-06-01
qdev: Simplify the SysBusDeviceClass::init path
Philippe Mathieu-Daudé
1
-4
/
+8
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
10
-65
/
+36
2018-06-01
hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
Philippe Mathieu-Daudé
3
-13
/
+2
2018-06-01