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
2017-02-02
target-ppc: Add xvtstdc[sp,dp] instructions
Nikunj A Dadhania
5
-2
/
+55
2017-02-02
target-ppc: Add MMU model check for booke machines
Valentin Plotkin
3
-0
/
+19
2017-02-01
cirrus: fix blit address mask handling
Gerd Hoffmann
1
-13
/
+12
2017-02-01
cirrus: allow zero source pitch in pattern fill rops
Wolfgang Bumiller
1
-8
/
+19
2017-02-01
cirrus: handle negative pitch in cirrus_invalidate_region()
Wolfgang Bumiller
1
-0
/
+5
2017-02-01
target/s390x: use "qemu" cpu model in user mode
David Hildenbrand
1
-0
/
+2
2017-02-01
s390x/kvm: fix small race reboot vs. cmma
Christian Borntraeger
1
-1
/
+1
2017-02-01
s390-pci: fix compilation on older GCC versions
Paolo Bonzini
1
-2
/
+2
2017-02-01
sheepdog: reorganize check for overlapping requests
Paolo Bonzini
1
-36
/
+30
2017-02-01
sheepdog: simplify inflight_aio_head management
Paolo Bonzini
1
-17
/
+6
2017-02-01
sheepdog: do not use BlockAIOCB
Paolo Bonzini
1
-60
/
+39
2017-02-01
sheepdog: reorganize coroutine flow
Paolo Bonzini
1
-73
/
+42
2017-02-01
sheepdog: remove unused cancellation support
Paolo Bonzini
1
-52
/
+0
2017-02-01
arm: add trailing ; after MISMATCH_CHECK
Michael S. Tsirkin
1
-49
/
+49
2017-02-01
arm: better stub version for MISMATCH_CHECK
Michael S. Tsirkin
1
-1
/
+3
2017-02-01
hw/pci: disable pci-bridge's shpc by default
Marcel Apfelbaum
2
-1
/
+5
2017-02-01
vhost-user: delete chardev on cleanup
Marc-André Lureau
1
-0
/
+3
2017-02-01
vhost: skip ROM sections
Michael S. Tsirkin
1
-1
/
+2
2017-02-01
virtio: make virtio_should_notify static
Paolo Bonzini
2
-2
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
12
-24
/
+58
2017-02-01
hcd-xhci: check & correct param before using it
Cao jin
1
-19
/
+18
2017-02-01
msix: Follow CODING_STYLE
Cao jin
1
-2
/
+6
2017-02-01
hw/i386: check if nvdimm is enabled before plugging
Haozhong Zhang
1
-0
/
+5
2017-02-01
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum
3
-1
/
+90
2017-02-01
hw/ioh3420: derive from PCI Express Root Port base class
Marcel Apfelbaum
1
-106
/
+15
2017-02-01
hw/pcie: Introduce a base class for PCI Express Root Ports
Marcel Apfelbaum
6
-0
/
+194
2017-02-01
intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()
Jason Wang
1
-1
/
+9
2017-02-01
pci: mark ROMs read-only
Michael S. Tsirkin
1
-1
/
+1
2017-02-01
ARRAY_SIZE: check that argument is an array
Michael S. Tsirkin
1
-1
/
+8
2017-02-01
compiler: expression version of QEMU_BUILD_BUG_ON
Michael S. Tsirkin
1
-0
/
+3
2017-02-01
compiler: rework BUG_ON using a struct
Michael S. Tsirkin
1
-3
/
+7
2017-02-01
QEMU_BUILD_BUG_ON: use __COUNTER__
Michael S. Tsirkin
1
-1
/
+5
2017-02-01
ppc: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-8
/
+10
2017-01-31
char: headers clean-up
Marc-André Lureau
6
-44
/
+5
2017-01-31
char: move parallel chardev in its own file
Marc-André Lureau
4
-286
/
+350
2017-01-31
char: move serial chardev to its own file
Marc-André Lureau
4
-276
/
+356
2017-01-31
char: move pty chardev in its own file
Marc-André Lureau
3
-258
/
+301
2017-01-31
char: move pipe chardev in its own file
Marc-André Lureau
3
-166
/
+192
2017-01-31
char: move console in its own file
Marc-André Lureau
3
-3
/
+54
2017-01-31
char: move stdio in its own file
Marc-André Lureau
3
-120
/
+165
2017-01-31
char: move file chardev in its own file
Marc-André Lureau
3
-106
/
+140
2017-01-31
char: move udp chardev in its own file
Marc-André Lureau
3
-198
/
+234
2017-01-31
char: move socket chardev to its own file
Marc-André Lureau
4
-978
/
+1020
2017-01-31
char: move win-stdio into its own file
Marc-André Lureau
4
-229
/
+298
2017-01-31
char: move win chardev base class in its own file
Marc-André Lureau
4
-250
/
+322
2017-01-31
char: move fd chardev in its own file
Marc-André Lureau
4
-145
/
+217
2017-01-31
char: move QIOChannel-related stuff to char-io.h
Marc-André Lureau
4
-173
/
+240
2017-01-31
char: remove unused READ_RETRIES
Marc-André Lureau
1
-1
/
+0
2017-01-31
char: rename and move to header CHR_READ_BUF_LEN
Marc-André Lureau
2
-7
/
+7
2017-01-31
char: move ringbuf/memory to its own file
Marc-André Lureau
3
-218
/
+250
[prev]
[next]