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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-12
sdl: Fix crash when calling sdl_switch() with NULL surface
Benjamin Herrenschmidt
1
-1
/
+2
2015-03-12
sdl: Refresh debug statements
Benjamin Herrenschmidt
1
-2
/
+22
2015-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150312-1' into s...
Peter Maydell
4
-68
/
+72
2015-03-12
9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv
Michael Tokarev
1
-10
/
+8
2015-03-12
9pfs-local: simplify/optimize local_mapped_attr_path()
Michael Tokarev
1
-13
/
+11
2015-03-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
28
-147
/
+170
2015-03-12
vnc: fix segmentation fault when invalid vnc parameters are specified
Gonglei
1
-1
/
+6
2015-03-12
vnc: avoid possible file handler leak
Gonglei
1
-1
/
+1
2015-03-12
ui/console: fix OVERFLOW_BEFORE_WIDEN
Gonglei
1
-2
/
+2
2015-03-12
ui: fix regression in x509verify parameter for VNC server
Daniel P. Berrange
1
-2
/
+7
2015-03-12
vnc: switch to inet_listen_opts
Gerd Hoffmann
1
-34
/
+41
2015-03-12
vnc: remove dead code
Gerd Hoffmann
1
-7
/
+2
2015-03-12
vnc: drop display+ws_display from VncDisplay
Gerd Hoffmann
3
-35
/
+27
2015-03-11
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into staging
Peter Maydell
6
-329
/
+288
2015-03-11
virtio-scsi: remove empty wrapper for cmd
Michael S. Tsirkin
1
-3
/
+1
2015-03-11
virtio-scsi: clean out duplicate cdb field
Michael S. Tsirkin
2
-7
/
+2
2015-03-11
virtio-scsi: fix cdb/sense size
Michael S. Tsirkin
2
-5
/
+8
2015-03-11
uapi/virtio_scsi: allow overriding CDB/SENSE size
Michael S. Tsirkin
1
-2
/
+10
2015-03-11
virtio-scsi: drop duplicate CDB/SENSE SIZE
Michael S. Tsirkin
1
-2
/
+0
2015-03-11
exec: don't include hw/boards for linux-user
Michael S. Tsirkin
2
-4
/
+2
2015-03-11
acpi: specify format for build_append_namestring
Michael S. Tsirkin
1
-0
/
+1
2015-03-11
MAINTAINERS: drop aliguori@amazon.com
Michael S. Tsirkin
1
-9
/
+0
2015-03-11
tpm: Move memory subregion function into realize function
Stefan Berger
1
-3
/
+3
2015-03-11
virtio-pci: Convert to realize()
Markus Armbruster
2
-54
/
+36
2015-03-11
pci: Convert pci_nic_init() to Error to avoid qdev_init()
Markus Armbruster
1
-4
/
+14
2015-03-11
machine: query mem-merge machine property
Marcel Apfelbaum
3
-1
/
+8
2015-03-11
machine: query dump-guest-core machine property
Marcel Apfelbaum
3
-2
/
+9
2015-03-11
hw/boards: make it safe to include for linux-user
Michael S. Tsirkin
1
-0
/
+4
2015-03-11
machine: query phandle-start machine property
Marcel Apfelbaum
3
-3
/
+8
2015-03-11
machine: query kvm-shadow-mem machine property
Marcel Apfelbaum
3
-2
/
+8
2015-03-11
kvm: add machine state to kvm_arch_init
Marcel Apfelbaum
7
-7
/
+7
2015-03-11
machine: query kernel-irqchip property
Marcel Apfelbaum
3
-22
/
+14
2015-03-11
machine: allowed/required kernel-irqchip support
Marcel Apfelbaum
2
-10
/
+19
2015-03-11
machine: replace qemu opts with iommu property
Marcel Apfelbaum
3
-1
/
+7
2015-03-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311'...
Peter Maydell
18
-15
/
+1323
2015-03-11
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s...
Peter Maydell
27
-225
/
+780
2015-03-11
pci/shpc: fix signed integer overflow
Michael S. Tsirkin
1
-1
/
+1
2015-03-11
acpi-test: update expected files
Michael S. Tsirkin
4
-0
/
+0
2015-03-11
Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-1' into staging
Peter Maydell
1
-1
/
+1
2015-03-11
target-mips: add missing MSACSR and restore fp_status and hflags
Leon Alrae
4
-27
/
+46
2015-03-11
target-mips: replace cpu_save/cpu_load with VMStateDescription
Leon Alrae
4
-317
/
+257
2015-03-11
bitops.h: sextract64() return type should be int64_t, not uint64_t
Peter Maydell
1
-1
/
+1
2015-03-11
integrator/cp: Implement CARDIN and WPROT signals
Jan Kiszka
1
-6
/
+56
2015-03-11
integrator/cp: Model CP control registers as sysbus device
Jan Kiszka
1
-8
/
+27
2015-03-11
target-arm: Add missing compatible property to A57
Ryota Ozaki
1
-0
/
+1
2015-03-11
netduino2: Add the Netduino 2 Machine
Alistair Francis
2
-0
/
+58
2015-03-11
stm32f205: Add the stm32f205 SoC
Alistair Francis
4
-0
/
+219
2015-03-11
stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
Alistair Francis
4
-0
/
+223
2015-03-11
stm32f2xx_USART: Add the stm32f2xx USART Controller
Alistair Francis
4
-0
/
+304
2015-03-11
stm32f2xx_timer: Add the stm32f2xx Timer
Alistair Francis
4
-0
/
+432
[prev]
[next]