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
2012-02-10
usb-uhci: switch to usb_find_device()
Gerd Hoffmann
1
-30
/
+15
2012-02-10
usb: handle dev == NULL in usb_handle_packet()
Gerd Hoffmann
1
-0
/
+4
2012-02-10
usb-hub: implement find_device
Gerd Hoffmann
1
-0
/
+21
2012-02-10
usb: add usb_find_device()
Gerd Hoffmann
3
-0
/
+32
2012-02-10
usb: kill usb_send_msg
Gerd Hoffmann
2
-14
/
+0
2012-02-10
usb: kill USB_MSG_RESET
Gerd Hoffmann
8
-31
/
+25
2012-02-10
usb: kill USB_MSG_{ATTACH,DETACH}
Gerd Hoffmann
2
-13
/
+3
2012-02-10
usb-ehci: Clear the portstatus powner bit on device disconnect
Hans de Goede
1
-0
/
+5
2012-02-10
usb-uhci: implement bandwidth management
Gerd Hoffmann
1
-7
/
+22
2012-02-09
AHCI: Masking of IRQs actually masks them
Alexander Graf
1
-0
/
+2
2012-02-09
AHCI: Fix port reset race
Alexander Graf
1
-0
/
+5
2012-02-09
ARM devboards: Set arm_sysctl properties before init, not after
Peter Maydell
3
-3
/
+3
2012-02-08
apic: Fix legacy vmstate loading for KVM
Jan Kiszka
1
-1
/
+6
2012-02-08
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
2
-5
/
+5
2012-02-08
Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging
Anthony Liguori
5
-314
/
+304
2012-02-08
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
5
-20
/
+367
2012-02-07
Restore consistent formatting
malc
6
-129
/
+129
2012-02-07
qdev: remove unused fields from PropertyInfo
Paolo Bonzini
3
-60
/
+1
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
3
-21
/
+23
2012-02-07
qdev: inline qdev_prop_set into qdev_prop_set_ptr
Paolo Bonzini
1
-19
/
+7
2012-02-07
qdev: access properties via QOM
Paolo Bonzini
3
-28
/
+59
2012-02-07
qdev: fix off-by-one
Paolo Bonzini
1
-3
/
+3
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
3
-15
/
+14
2012-02-07
qdev: remove parse/print methods for pointer properties
Paolo Bonzini
1
-56
/
+72
2012-02-07
qdev: make the non-legacy pci address property accept an integer
Paolo Bonzini
1
-19
/
+9
2012-02-07
qdev: remove parse/print methods for mac properties
Paolo Bonzini
1
-19
/
+42
2012-02-07
qdev: remove print/parse methods from LostTickPolicy properties
Paolo Bonzini
2
-31
/
+32
2012-02-07
qdev: remove parse method for string properties
Paolo Bonzini
1
-11
/
+0
2012-02-07
qdev: allow reusing get/set for legacy property
Paolo Bonzini
1
-4
/
+7
2012-02-07
qdev: remove direct calls to print/parse
Paolo Bonzini
3
-29
/
+36
2012-02-06
s390x: fix qom-ification fall-out
Anthony Liguori
1
-0
/
+1
2012-02-06
KVM: Fix breakages of QOM conversion
Jan Kiszka
2
-0
/
+2
2012-02-04
vga: improve documentation
Blue Swirl
1
-0
/
+12
2012-02-04
vga: use constants from vga.h
Blue Swirl
3
-175
/
+198
2012-02-04
vga.h: remove unused stuff and reformat
Blue Swirl
1
-425
/
+103
2012-02-04
Add vga.h unmodified from Linux
Blue Swirl
1
-0
/
+481
2012-02-04
vga: move Cirrus VGA template to its own file
Blue Swirl
4
-79
/
+111
2012-02-04
memory: change dirty getting API to take a size
Blue Swirl
5
-38
/
+21
2012-02-03
container: make a decendent of Object
Anthony Liguori
2
-37
/
+6
2012-02-03
info qdm: do not require a parent_bus to be set
Anthony Liguori
1
-5
/
+7
2012-02-03
qdev: implement cleanup logic in finalize
Anthony Liguori
1
-25
/
+32
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
10
-788
/
+81
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
8
-17
/
+6
2012-02-03
qdev: split out UI portions into a new function
Anthony Liguori
3
-571
/
+588
2012-02-03
qdev: refactor away qdev_create_from_info
Anthony Liguori
2
-13
/
+25
2012-02-03
qdev: split out common init to instance_init
Anthony Liguori
1
-13
/
+28
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
6
-22
/
+87
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
15
-114
/
+15
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
241
-2531
/
+3151
2012-02-03
qdev: kill off DeviceInfo list
Anthony Liguori
3
-60
/
+31
[prev]
[next]