index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-16
Sparc32: improve DMA controller IRQ debugging
Blue Swirl
1
-0
/
+2
2010-01-16
ESP: improve IRQ debugging
Blue Swirl
1
-0
/
+2
2010-01-16
sparc32 do not clear interrupts when masking
Artyom Tarasenko
1
-2
/
+1
2010-01-15
nand: Correct random data reads.
Edgar E. Iglesias
1
-7
/
+13
2010-01-14
sh: sm501: Add hardware cursor feature
Shin-ichiro KAWASAKI
2
-11
/
+185
2010-01-13
virtio-blk: remove dead variable in virtio_blk_handle_scsi
Christoph Hellwig
1
-4
/
+1
2010-01-13
hw/vga.c: remove dead assignment
Amit Shah
1
-1
/
+0
2010-01-13
virtio: net: remove dead assignment
Amit Shah
1
-1
/
+1
2010-01-13
pcnet: remove dead nested assignment, spotted by clang
Blue Swirl
1
-1
/
+1
2010-01-13
Sparc32: remove dead increment, spotted by clang
Blue Swirl
1
-1
/
+1
2010-01-13
Sparc32: remove a variable used only for debugging to avoid a clang warning
Blue Swirl
1
-3
/
+1
2010-01-13
Sparc32: remove unused env/envs variables, spotted by clang
Blue Swirl
1
-10
/
+5
2010-01-13
pci: Add missing 'const' in argument to pci_get_xxx
Stefan Weil
1
-7
/
+7
2010-01-13
eepro100: Update ROM file support
Stefan Weil
1
-10
/
+1
2010-01-13
eepro100: Fix initial value for PCI_STATUS
Stefan Weil
1
-3
/
+1
2010-01-12
virtio-net: mac property is mandatory
Michael S. Tsirkin
2
-1
/
+2
2010-01-12
Sparc64: Fix PCI config accessor order
Blue Swirl
1
-4
/
+4
2010-01-12
qdev: fix thinko leading to guest crashes
Michael S. Tsirkin
1
-1
/
+1
2010-01-12
dma/sb16: make clang analyzer not complain
malc
2
-2
/
+3
2010-01-11
Sparc64: enable real access to PCI configuration space
Blue Swirl
1
-3
/
+85
2010-01-11
pc: add rombar to compat properties for pc-0.10 and pc-0.11
Gerd Hoffmann
1
-0
/
+8
2010-01-11
pci: allow loading roms via fw_cfg.
Gerd Hoffmann
2
-0
/
+16
2010-01-11
roms: rework rom loading via fw
Gerd Hoffmann
3
-13
/
+7
2010-01-11
fw_cfg: rom loader tweaks.
Gerd Hoffmann
1
-7
/
+11
2010-01-11
roms: minor fixes and cleanups.
Gerd Hoffmann
2
-17
/
+26
2010-01-11
pc: add machine type for 0.12
Gerd Hoffmann
1
-1
/
+17
2010-01-11
virtio-pci: thinko fix
Michael S. Tsirkin
1
-1
/
+1
2010-01-11
virtio: add features as qdev properties
Michael S. Tsirkin
12
-50
/
+91
2010-01-11
virtio: rename features -> guest_features
Michael S. Tsirkin
6
-15
/
+15
2010-01-11
qdev: add bit property type
Michael S. Tsirkin
2
-7
/
+66
2010-01-11
lsi: pass lsi_request to lsi_reselect
Gerd Hoffmann
1
-16
/
+7
2010-01-11
lsi: move dma_len+dma_buf into lsi_request
Gerd Hoffmann
1
-22
/
+23
2010-01-11
lsi: move current_dev into lsi_request
Gerd Hoffmann
1
-11
/
+12
2010-01-11
lsi: have lsi_request for the whole life time of the request.
Gerd Hoffmann
1
-21
/
+32
2010-01-11
lsi: use QTAILQ for lsi_queue
Gerd Hoffmann
1
-40
/
+28
2010-01-11
vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow
Roland Dreier
1
-0
/
+7
2010-01-10
PCI: Fix a typo
Blue Swirl
1
-1
/
+1
2010-01-10
Sparc64: increase APB register range
Blue Swirl
1
-2
/
+2
2010-01-09
Sparc64: use firmware configuration device for command line storage
Blue Swirl
1
-3
/
+3
2010-01-08
sparc64: interrupt trap handling
Igor V. Kovalenko
1
-13
/
+35
2010-01-08
sparc64: add macros to deal with softint and timer interrupt
Igor V. Kovalenko
1
-1
/
+0
2010-01-08
multiboot: Separate multiboot loading into separate file
Adam Lackorzynski
3
-302
/
+346
2010-01-08
multiboot: Support arbitrary number of modules.
Adam Lackorzynski
1
-101
/
+167
2010-01-08
debugcon: support for debugging consoles (e.g. Bochs port 0xe9)
H. Peter Anvin
1
-0
/
+107
2010-01-06
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
21
-197
/
+868
2010-01-03
loader: don't call realloc(non_null, 0) when no symbols are present
Aurelien Jarno
1
-2
/
+7
2009-12-30
Sparc64: split DPRINTF into CPUIRQ and EBUS versions
Blue Swirl
1
-8
/
+16
2009-12-30
Sparc64: fix compile with DEBUG_IRQ enabled
Blue Swirl
1
-1
/
+2
2009-12-27
Sparc64: move APB PCI memory base to correct location
Blue Swirl
1
-0
/
+2
2009-12-27
PCI: Fix bus address conversion
Blue Swirl
1
-1
/
+6
[next]