index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
Remove unnecessary FreeBSD #include
Ed Maste
1
-4
/
+0
2013-04-25
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
1
-2
/
+1
2013-04-25
console: add qemu_console_lookup_by_device
Gerd Hoffmann
1
-0
/
+1
2013-04-25
console: add device link to QemuConsoles
Gerd Hoffmann
1
-1
/
+2
2013-04-25
console: qom-ify QemuConsole
Gerd Hoffmann
1
-0
/
+15
2013-04-24
pc: Kill the "use flash device for BIOS unless KVM" misfeature
Markus Armbruster
1
-0
/
+5
2013-04-24
Merge remote-tracking branch 'alon/libcacard_ccid.1' into staging
Anthony Liguori
1
-0
/
+5
2013-04-24
virtio: drop unused function prototypes.
KONRAD Frederic
1
-10
/
+0
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
1
-5
/
+1
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2
-23
/
+0
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
1
-24
/
+0
2013-04-24
virtio-bus: add new functions.
KONRAD Frederic
1
-0
/
+5
2013-04-24
virtio-rng: cleanup: use QOM casts.
KONRAD Frederic
1
-1
/
+1
2013-04-24
virtio-rng: cleanup: remove qdev field.
KONRAD Frederic
1
-2
/
+0
2013-04-24
virtio-rng: cleanup: init and exit functions.
KONRAD Frederic
1
-2
/
+0
2013-04-24
virtio-rng: add virtio-rng device.
KONRAD Frederic
1
-0
/
+14
2013-04-24
virtio-rng: don't use pointer for configuration.
KONRAD Frederic
1
-1
/
+1
2013-04-24
input: introduce keyboard handler list
Gerd Hoffmann
2
-2
/
+5
2013-04-24
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private
Gerd Hoffmann
1
-17
/
+2
2013-04-24
ich9: kill cmos_s3
Hu Tao
2
-2
/
+2
2013-04-24
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
1
-0
/
+5
2013-04-23
Move TPM passthrough specific command line options to backend structure
Stefan Berger
1
-0
/
+1
2013-04-22
Add option to mlock qemu and guest memory
Satoru Moriya
2
-0
/
+6
2013-04-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2
-3
/
+2
2013-04-22
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
5
-4
/
+212
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-22
block: Add driver-specific options for backing files
Kevin Wolf
1
-1
/
+1
2013-04-20
qdev: Drop taddr properties
Peter Maydell
1
-10
/
+0
2013-04-19
vhost-scsi: new device supporting the tcm_vhost Linux kernel module
Nicholas Bellinger
2
-0
/
+75
2013-04-19
virtio-scsi: create VirtIOSCSICommon
Paolo Bonzini
2
-4
/
+133
2013-04-19
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2
-2
/
+1
2013-04-19
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2
-4
/
+1
2013-04-19
virtio.h: drop unused function prototypes
Luiz Capitulino
1
-2
/
+0
2013-04-19
bswap: fix compiler warning
Alexey Kardashevskiy
1
-0
/
+1
2013-04-19
vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping
Nicholas Bellinger
1
-0
/
+3
2013-04-19
scsi: VMWare PVSCSI paravirtual device implementation
Dmitry Fleytman
1
-0
/
+1
2013-04-18
configure: CONFIG_NO_XEN is duplicated
Paolo Bonzini
1
-1
/
+1
2013-04-18
elfload: use abi_llong/ullong instead of target_llong/ullong
Paolo Bonzini
2
-2
/
+10
2013-04-18
elfload: only give abi_long/ulong the alignment specified by the target
Paolo Bonzini
2
-10
/
+18
2013-04-18
elfload: use abi_int/uint instead of target_int/uint
Paolo Bonzini
2
-2
/
+9
2013-04-18
elfload: use abi_short/ushort instead of target_short/ushort
Paolo Bonzini
2
-2
/
+7
2013-04-17
virtio-net: cleanup: use QOM cast.
KONRAD Frederic
1
-1
/
+1
2013-04-17
virtio-net: add the virtio-net device.
KONRAD Frederic
1
-0
/
+13
2013-04-17
virtio: add two functions to VirtioDeviceClass.
KONRAD Frederic
1
-0
/
+12
2013-04-17
Fix warnings suppressors to honor --disable-werror
Markus Armbruster
1
-1
/
+2
2013-04-17
chardev: remove the headers of Memory chardev driver
Lei Li
1
-6
/
+0
2013-04-16
Merge remote-tracking branch 'spice/spice.v69' into staging
Anthony Liguori
1
-1
/
+1
2013-04-16
Merge remote-tracking branch 'kraxel/pixman.v11' into staging
Anthony Liguori
3
-34
/
+31
2013-04-16
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2
-6
/
+16
2013-04-16
virtio-console: Also throttle when less was written then requested
Hans de Goede
1
-1
/
+1
[next]