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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-02
Fix X86 CPU topology in KVM mode
Bharata B Rao
1
-1
/
+0
2011-11-02
intel-hda: fix stream search
Gerd Hoffmann
1
-1
/
+1
2011-11-02
virtio-blk: pass full status to the guest
Paolo Bonzini
1
-1
/
+15
2011-11-01
Revert "virtio: Add PCI memory BAR in addition to PIO BAR"
Anthony Liguori
1
-2
/
+0
2011-11-01
pcnet: Add link state support
Jan Kiszka
4
-0
/
+10
2011-11-01
pcnet-pci: Fix PIO word access to PROM
Jan Kiszka
1
-12
/
+36
2011-11-01
pcnet: Move BCR defines to header
Jan Kiszka
3
-20
/
+21
2011-11-01
event_notifier: move to top-level directory
Avi Kivity
2
-78
/
+0
2011-11-01
virtio: Add PCI memory BAR in addition to PIO BAR
David Gibson
1
-0
/
+2
2011-11-01
usb-uhci: Use PCI DMA stub functions
David Gibson
1
-11
/
+11
2011-11-01
usb-ehci: Use PCI DMA stub functions
David Gibson
1
-19
/
+25
2011-11-01
PCI IDE: Use PCI DMA stub functions
David Gibson
1
-9
/
+10
2011-11-01
intel-hda: Use PCI DMA stub functions
David Gibson
1
-7
/
+7
2011-11-01
pcnet-pci: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-2
/
+4
2011-11-01
lsi53c895a: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-17
/
+16
2011-11-01
e1000: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-14
/
+15
2011-11-01
es1370: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-2
/
+3
2011-11-01
ac97: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-3
/
+4
2011-11-01
eepro100: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-72
/
+49
2011-11-01
rtl8139: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-52
/
+54
2011-11-01
Add stub functions for PCI device models to do PCI DMA
David Gibson
1
-0
/
+67
2011-11-01
ps2: migrate ledstate
Christophe Fergeau
1
-2
/
+44
2011-11-01
spapr: fix build
Anthony Liguori
1
-2
/
+2
2011-11-01
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Blue Swirl
8
-41
/
+762
2011-11-01
Merge remote-tracking branch 'kraxel/usb.29' into staging
Anthony Liguori
2
-4
/
+5
2011-11-01
Merge remote-tracking branch 'spice/spice.v46' into staging
Anthony Liguori
3
-20
/
+45
2011-11-01
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-0
/
+2
2011-11-01
opencores_eth: fix RX path: FCS, padding and TL
Max Filippov
1
-5
/
+24
2011-11-01
fw_cfg: Use g_file_get_contents instead of multiple fread() calls
Pavel Borzenkov
1
-64
/
+38
2011-11-01
usb: change VID/PID for usb-hub and usb-msd to prevent conflict
Roy Tam
2
-4
/
+4
2011-11-01
usb-hub: wakeup on attach
Gerd Hoffmann
1
-0
/
+1
2011-11-01
qxl: create slots on post_load in vga state
Alon Levy
1
-7
/
+19
2011-11-01
qxl: make sure we continue to run with a shared buffer
Gerd Hoffmann
1
-1
/
+12
2011-11-01
qxl: stride fixup
Gerd Hoffmann
2
-12
/
+14
2011-11-01
sysbus: Supply missing va_end()
Markus Armbruster
1
-0
/
+2
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
21
-607
/
+1188
2011-10-31
Merge remote-tracking branch 'aneesh/for-upstream-7' into staging
Anthony Liguori
9
-136
/
+842
2011-10-31
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
4
-279
/
+140
2011-10-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2
-7
/
+11
2011-10-31
Merge remote-tracking branch 'spice/spice.v45' into staging
Anthony Liguori
2
-37
/
+32
2011-10-31
hw/9pfs: Replace rwlocks with RCU variants of interfaces.
Harsh Prateek Bora
1
-16
/
+13
2011-10-31
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
3
-0
/
+630
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
7
-128
/
+160
2011-10-31
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
1
-0
/
+50
2011-10-31
hw/9pfs: Fix error handling in local_mknod
Aneesh Kumar K.V
1
-8
/
+5
2011-10-31
hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boards
Peter Maydell
2
-2
/
+13
2011-10-31
Add AACI audio playback support to the ARM Versatile/PB platform
Mathieu Sonet
6
-0
/
+1239
2011-10-31
pseries: Add partial support for PCI
David Gibson
4
-4
/
+603
2011-10-30
pseries: Correct vmx/dfp handling in both KVM and TCG cases
David Gibson
1
-5
/
+5
2011-10-30
ppc: Avoid decrementer related kvm exits
David Gibson
1
-0
/
+6
[next]