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-10-29
virtio-net: simplify rx code
Michael S. Tsirkin
1
-7
/
+2
2012-10-29
virtio-net: switch tx to safe iov functions
Michael S. Tsirkin
1
-12
/
+19
2012-10-29
virtio-net: first s/g is always at start of buf
Michael S. Tsirkin
1
-2
/
+3
2012-10-29
virtio-net: refactor receive_hdr
Michael S. Tsirkin
1
-11
/
+7
2012-10-29
virtio-net: use safe iov operations for rx
Michael S. Tsirkin
1
-11
/
+14
2012-10-29
virtio-net: avoid sg copy
Michael S. Tsirkin
1
-25
/
+23
2012-10-29
virtio-net: track host/guest header length
Michael S. Tsirkin
1
-12
/
+17
2012-10-29
pcie: Convert PCIExpressHost to use the QOM.
Jason Baron
2
-0
/
+18
2012-10-29
pcie: pass pcie window size to pcie_host_mmcfg_update()
Jason Baron
2
-12
/
+16
2012-10-29
pci: Add class 0xc05 as 'SMBus'
Jan Kiszka
2
-0
/
+2
2012-10-29
pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
Isaku Yamahata
2
-0
/
+20
2012-10-29
pci_ids: add intel 82801BA pci-to-pci bridge id
Isaku Yamahata
1
-0
/
+1
2012-10-29
pci: pci capability must be in PCI space
Isaku Yamahata
1
-3
/
+3
2012-10-29
pci: make each capability DWORD aligned
Michael S. Tsirkin
1
-2
/
+2
2012-10-29
qemu: enable PV EOI for qemu 1.3
Michael S. Tsirkin
1
-1
/
+8
2012-10-29
pci: Return PCI_INTX_DISABLED when no bus INTx routing support
Alex Williamson
1
-1
/
+7
2012-10-29
pci-assign: Use msi_get_message()
Alex Williamson
1
-4
/
+1
2012-10-29
msi: Add msi_get_message()
Alex Williamson
2
-16
/
+30
2012-10-29
pci-assign: Use pci_intx_route_changed()
Alex Williamson
1
-2
/
+1
2012-10-29
pci: Helper function for testing if an INTx route changed
Alex Williamson
2
-0
/
+6
2012-10-29
PPC: pseries: Remove hack for PIO window
Alexander Graf
2
-44
/
+2
2012-10-29
PPC: e500: Map PIO space into core memory region
Alexander Graf
2
-4
/
+8
2012-10-29
xen_platform: convert PIO to new memory api read/write
Alexander Graf
1
-10
/
+38
2012-10-29
vmport: convert PIO to new memory api read/write
Alexander Graf
1
-9
/
+12
2012-10-29
serial: convert PIO to new memory api read/write
Alexander Graf
1
-13
/
+17
2012-10-29
rtl8139: convert PIO to new memory api read/write
Alexander Graf
1
-42
/
+36
2012-10-29
pckbd: convert PIO to new memory api read/write
Alexander Graf
1
-21
/
+27
2012-10-29
pc port92: convert PIO to new memory api read/write
Alexander Graf
1
-8
/
+11
2012-10-29
mc146818rtc: convert PIO to new memory api read/write
Alexander Graf
1
-8
/
+11
2012-10-29
m48t59: convert PIO to new memory api read/write
Alexander Graf
1
-10
/
+14
2012-10-29
i8254: convert PIO to new memory api read/write
Alexander Graf
1
-9
/
+11
2012-10-29
es1370: convert PIO to new memory api read/write
Alexander Graf
1
-10
/
+36
2012-10-29
virtio-pci: convert PIO to new memory api read/write
Alexander Graf
1
-77
/
+49
2012-10-29
ac97: convert PIO to new memory api read/write
Alexander Graf
1
-20
/
+89
2012-10-29
pseries: Implement qemu initiated shutdowns using EPOW events
David Gibson
4
-2
/
+342
2012-10-29
target-ppc: Rework storage of VPA registration state
David Gibson
1
-12
/
+14
2012-10-29
pseries: Don't allow duplicate registration of hcalls or RTAS calls
David Gibson
2
-2
/
+10
2012-10-29
Add USB option in machine options
zhlcindy@gmail.com
9
-21
/
+17
2012-10-29
e500: Fix serial initialization
Bharat Bhushan
1
-1
/
+1
2012-10-29
PPC: Bamboo: Fix memory size DT property
Alexander Graf
1
-1
/
+1
2012-10-27
hw/xtensa_sim: get rid of intermediate xtensa_sim_init
Max Filippov
1
-19
/
+8
2012-10-27
hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
Max Filippov
1
-23
/
+7
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
325
-1719
/
+1719
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
1
-34
/
+35
2012-10-22
Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...
Anthony Liguori
1
-3
/
+8
2012-10-22
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
1
-2
/
+17
2012-10-22
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
1
-1
/
+1
2012-10-22
serial: add pci-serial documentation
Gerd Hoffmann
1
-0
/
+2
2012-10-22
serial: add 2x + 4x pci variant
Gerd Hoffmann
1
-0
/
+149
2012-10-22
serial: add pci variant
Gerd Hoffmann
5
-0
/
+110
[next]