index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-24
Virtio-net: Replace the hardcode 6 with defined ETN_ALEN
Amos Kong
1
-2
/
+2
2010-05-24
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-3
/
+16
2010-05-24
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
1
-44
/
+7
2010-05-24
microblaze: Handle new elf mach nr for sysemu.
Edgar E. Iglesias
1
-0
/
+5
2010-05-22
lsi: Fix value overflow in request tag processing
Jan Kiszka
1
-2
/
+2
2010-05-22
sparc32 protect read-only bits in DMA CSR registers
Artyom Tarasenko
1
-4
/
+8
2010-05-22
vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedc
TeLeMan
1
-1
/
+0
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
2
-2
/
+2
2010-05-22
Compile dma only once
Blue Swirl
8
-14
/
+71
2010-05-22
pckbd: improve debugging
Blue Swirl
1
-13
/
+15
2010-05-22
Compile pckbd only once
Blue Swirl
4
-53
/
+73
2010-05-21
axisdev88: Fix passing of kernel cmdline.
Edgar E. Iglesias
1
-13
/
+18
2010-05-21
arm_timer: fix oneshot mode
Rabin Vincent
1
-1
/
+1
2010-05-21
arm_timer: reload timer when enabled
Rabin Vincent
1
-1
/
+1
2010-05-21
pflash_cfi01: add device ID read command
Michael Walle
1
-0
/
+20
2010-05-21
virtio-blk: fix barrier support
Christoph Hellwig
1
-2
/
+13
2010-05-21
virtio-blk: Avoid zeroing every request structure
Stefan Hajnoczi
1
-1
/
+3
2010-05-20
pc: fix segfault introduced by 3d53f5c36ff6
Eduard - Gabriel Munteanu
1
-2
/
+2
2010-05-19
Revert "monitor: Convert do_pci_device_hot_remove() to QObject"
Markus Armbruster
1
-3
/
+2
2010-05-19
Revert "PCI: Convert pci_device_hot_add() to QObject"
Markus Armbruster
1
-41
/
+5
2010-05-18
target-ppc: remove dead code
Thomas Monjalon
1
-10
/
+0
2010-05-18
target-s390: add firmware code
Alexander Graf
1
-0
/
+26
2010-05-17
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-4
/
+4
2010-05-17
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
3
-8
/
+16
2010-05-17
ide: Fix ide_dma_cancel
Kevin Wolf
1
-4
/
+4
2010-05-15
Update to a hopefully more future proof FSF address
Blue Swirl
2
-4
/
+4
2010-05-15
Trim unnecessary includes
Blue Swirl
4
-11
/
+0
2010-05-15
mc146818rtc: remove #ifdef DEBUG_CMOS.
Isaku Yamahata
1
-8
/
+10
2010-05-15
apm: remove #ifdef DEBUG.
Isaku Yamahata
1
-6
/
+8
2010-05-15
acpi_piix4: remove #ifdef DEBUG.
Isaku Yamahata
1
-37
/
+18
2010-05-15
pm_smbus: remove #ifdef DEBUG.
Isaku Yamahata
1
-9
/
+12
2010-05-15
pci hotadd, acpi_piix4: remove global variables
Isaku Yamahata
3
-43
/
+48
2010-05-15
pci hotplug: add argument to pci hot plug callback.
Isaku Yamahata
3
-8
/
+10
2010-05-15
acpi_piix4: qdevfy.
Isaku Yamahata
1
-15
/
+46
2010-05-15
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
Isaku Yamahata
9
-26
/
+34
2010-05-15
pc: move rtc declarations from pc.h into a dedicated header file.
Isaku Yamahata
2
-8
/
+11
2010-05-15
pc: split out piix specific part from pc.c into pc_piix.c
Isaku Yamahata
4
-326
/
+380
2010-05-15
pc: split out pci device init from pc_init1() into pc_pci_device_init()
Isaku Yamahata
1
-7
/
+12
2010-05-15
pc: split out basic device init from pc_init1() into pc_basic_device_init()
Isaku Yamahata
1
-38
/
+48
2010-05-15
pc: split out vga initialization from pc_init1() into pc_vga_init().
Isaku Yamahata
1
-18
/
+23
2010-05-15
pc: split out memory allocation from pc_init1() into pc_memory_init()
Isaku Yamahata
1
-28
/
+45
2010-05-15
pc: split out cpu initialization from pc_init1() into pc_cpus_init().
Isaku Yamahata
1
-12
/
+19
2010-05-15
pc: make pc_init1() not refer ferr_irq directly.
Isaku Yamahata
2
-1
/
+9
2010-05-15
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
1
-1
/
+6
2010-05-15
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
1
-9
/
+7
2010-05-15
pc: remove a global variable, floppy_controller.
Isaku Yamahata
1
-3
/
+5
2010-05-15
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
1
-1
/
+1
2010-05-15
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
3
-5
/
+22
2010-05-15
pc: initialize ioapic before use.
Isaku Yamahata
1
-3
/
+3
2010-05-15
acpi: split acpi.c into the common part and the piix4 part.
Isaku Yamahata
2
-562
/
+583
[next]