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
2009-06-29
x86: Factor out pc_new_cpu
Jan Kiszka
1
-14
/
+22
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
81
-114
/
+114
2009-06-29
monitor: Make pci_add device options truely optional
Jan Kiszka
1
-0
/
+4
2009-06-29
kvm: Rework VCPU synchronization
Jan Kiszka
1
-0
/
+3
2009-06-29
monitor: Drop pci_addr prefix from hotplug commands
Jan Kiszka
3
-20
/
+21
2009-06-29
Multiboot support v5
Alexander Graf
1
-8
/
+238
2009-06-29
Expose fw_cfg v2
Alexander Graf
1
-2
/
+6
2009-06-29
Change bochs bios init order
Alexander Graf
1
-6
/
+6
2009-06-29
net: Provide VLAN client lookup helper
Jan Kiszka
1
-1
/
+1
2009-06-24
Add serial number support for virtio_blk
john cooper
2
-0
/
+62
2009-06-24
qemu/net: flag to control the number of vectors a nic has
Michael S. Tsirkin
1
-1
/
+4
2009-06-24
qemu/net: request 3 vectors in virtio-net
Michael S. Tsirkin
1
-0
/
+1
2009-06-24
qemu/pci: add pci_get/set_byte
Michael S. Tsirkin
1
-0
/
+12
2009-06-24
qemu/virtio: virtio save/load bindings
Michael S. Tsirkin
3
-18
/
+65
2009-06-24
qemu/virtio: MSI-X support in virtio PCI
Michael S. Tsirkin
1
-40
/
+112
2009-06-24
qemu/virtio: virtio support for many interrupt vectors
Michael S. Tsirkin
4
-25
/
+81
2009-06-24
qemu/apic: minimal MSI/MSI-X implementation for PC
Michael S. Tsirkin
1
-4
/
+39
2009-06-24
qemu/pci: MSI-X support functions
Michael S. Tsirkin
3
-0
/
+435
2009-06-24
qemu/pci: check constant registers on load
Michael S. Tsirkin
2
-1
/
+30
2009-06-24
qemu/pci: add routines to manage PCI capabilities
Michael S. Tsirkin
2
-2
/
+90
2009-06-24
qemu/pci: helper routines for pci access
Michael S. Tsirkin
1
-3
/
+27
2009-06-24
qemu/pci: make default_write_config use mask table
Michael S. Tsirkin
2
-117
/
+46
2009-06-23
sparc64 follow pci_nic_init change
Igor V. Kovalenko
1
-1
/
+1
2009-06-22
virtio-net: implement async packet sending
Mark McLoughlin
1
-2
/
+37
2009-06-22
Don't register cpu reset handler for cpu with APIC.
Gleb Natapov
1
-7
/
+3
2009-06-22
Support addr=... in option argument of -drive if=virtio
Markus Armbruster
4
-3
/
+18
2009-06-22
Make first argument of monitor command pci_add work
Markus Armbruster
3
-44
/
+28
2009-06-22
Support addr=... in option argument of -net nic
Markus Armbruster
13
-25
/
+66
2009-06-22
Fix do_pci_register_device() to reject devfn already in use
Markus Armbruster
1
-0
/
+2
2009-06-22
vmware_vga: clean up
Isaku Yamahata
1
-1
/
+1
2009-06-22
virtio-net: enable mergeable receive buffers
Mark McLoughlin
1
-0
/
+1
2009-06-22
acpi.c: make qemu_system_device_hot_add piix independent.
Isaku Yamahata
3
-5
/
+24
2009-06-22
Handle init/sipi in a main cpu exec loop. (v2)
Gleb Natapov
1
-11
/
+26
2009-06-22
Add pci_bus_reset() function.
Gleb Natapov
1
-0
/
+16
2009-06-22
virtio: add support for indirect ring entries
Mark McLoughlin
3
-6
/
+53
2009-06-22
virtio: make vring_desc_*() take phys addrs
Mark McLoughlin
1
-26
/
+33
2009-06-22
Make nic option rom loading less painful.
Glauber Costa
1
-2
/
+17
2009-06-20
Restore consistent formatting of audio devices
malc
5
-31
/
+31
2009-06-18
xilinx-eth: Remove debug print.
Edgar E. Iglesias
1
-1
/
+0
2009-06-17
Don't set IRQs on device reset and loadvm/savevm
Blue Swirl
5
-12
/
+0
2009-06-17
Call piix4_reset() on system reset.
Blue Swirl
1
-1
/
+5
2009-06-17
Don't set IRQs on device reset and loadvm/savevm
Blue Swirl
1
-18
/
+22
2009-06-17
Call piix3_reset() on system reset.
Gleb Natapov
1
-1
/
+5
2009-06-17
Register usb-uhci reset function.
Gleb Natapov
1
-1
/
+4
2009-06-17
Revert "Update irqs on reset and device load"
Blue Swirl
2
-11
/
+1
2009-06-17
Allow user to specify CPU model
Blue Swirl
3
-10
/
+8
2009-06-16
Fix vga_screen_dump_blank() PPM generation
Eduardo Habkost
1
-2
/
+3
2009-06-16
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
1
-8
/
+18
2009-06-16
pci: add define for communication class devices
Amit Shah
1
-0
/
+2
2009-06-16
virtio blk: fix warning.
Gerd Hoffmann
1
-0
/
+1
[next]