index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
spapr: Pass PowerPCCPU to hypercalls
Andreas Färber
7
-35
/
+42
2012-10-31
spapr: Pass PowerPCCPU to spapr_hypercall()
Andreas Färber
3
-3
/
+5
2012-10-31
target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
Andreas Färber
1
-1
/
+3
2012-10-31
xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()
Andreas Färber
1
-2
/
+5
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
5
-6
/
+9
2012-10-31
ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq()
Andreas Färber
1
-20
/
+35
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
1
-1
/
+2
2012-10-31
ppce500_spin: Store PowerPCCPU in SpinKick
Andreas Färber
1
-3
/
+3
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-2
/
+4
2012-10-30
target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
Andreas Färber
1
-1
/
+1
2012-10-30
apic: Store X86CPU in APICCommonState
Andreas Färber
4
-24
/
+29
2012-10-30
target-i386: Inline APIC cpu_env property setting
Andreas Färber
1
-1
/
+0
2012-10-30
target-i386: Initialize APIC at CPU level
Igor Mammedov
1
-51
/
+5
2012-10-30
Merge branch 'qspi.2' of git://developer.petalogix.com/public/qemu
Blue Swirl
3
-50
/
+340
2012-10-30
Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
8
-2
/
+1211
2012-10-29
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
11
-133
/
+212
2012-10-29
s390: sclp ascii console support
Heinz Graalfs
2
-1
/
+307
2012-10-29
s390: sclp signal quiesce support
Heinz Graalfs
3
-0
/
+131
2012-10-29
s390: sclp event support
Heinz Graalfs
6
-2
/
+579
2012-10-29
s390: sclp base support
Heinz Graalfs
3
-0
/
+195
2012-10-29
s390x: fix -initrd in virtio machine
Alexander Graf
1
-2
/
+2
2012-10-29
pci: avoid destroying bridge address space windows in a transaction
Avi Kivity
2
-30
/
+44
2012-10-29
virtio-net: enable mrg buf header in tap on linux
Michael S. Tsirkin
2
-21
/
+18
2012-10-29
virtio-net: test peer header support at init time
Michael S. Tsirkin
1
-9
/
+14
2012-10-29
virtio-net: minor code simplification
Michael S. Tsirkin
1
-3
/
+1
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
pci: avoid destroying bridge address space windows in a transaction
Avi Kivity
2
-30
/
+44
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
Merge remote-tracking branch 'kraxel/usb.68' into staging
Anthony Liguori
10
-327
/
+424
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
[next]