index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci-assign: assigned_initfn(): set monitor error in common error handler
Laszlo Ersek
2014-05-08
1
-16
/
+10
*
pci-assign: propagate errors from assign_intx()
Laszlo Ersek
2014-05-08
1
-11
/
+28
*
pci-assign: propagate errors from assign_device()
Laszlo Ersek
2014-05-08
1
-14
/
+15
*
pci-assign: propagate errors from assigned_dev_register_regions()
Laszlo Ersek
2014-05-08
1
-10
/
+13
*
pci-assign: propagate errors from assigned_dev_register_msix_mmio()
Laszlo Ersek
2014-05-08
1
-5
/
+7
*
pci-assign: propagate errors from assigned_device_pci_cap_init()
Laszlo Ersek
2014-05-08
1
-26
/
+19
*
pci-assign: propagate errors from get_real_device()
Laszlo Ersek
2014-05-08
1
-20
/
+20
*
pci-assign: assignment should fail if we can't read config space
Laszlo Ersek
2014-05-08
1
-0
/
+1
*
pci-assign: accept Error from pci_add_capability2()
Laszlo Ersek
2014-05-08
1
-7
/
+28
*
pci-assign: propagate Error from check_irqchip_in_kernel()
Laszlo Ersek
2014-05-08
1
-8
/
+17
*
pci-assign: propagate errors from get_real_id()
Laszlo Ersek
2014-05-08
1
-18
/
+27
*
pci-assign: make assign_failed_examine() just format the cause
Laszlo Ersek
2014-05-08
1
-11
/
+19
*
pci-assign: accept Error from monitor_handle_fd_param2()
Laszlo Ersek
2014-05-08
1
-2
/
+7
*
pci-assign: Fix potential read beyond buffer on -EBUSY
Markus Armbruster
2014-02-26
1
-0
/
+1
*
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2014-02-14
1
-3
/
+3
*
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2014-02-14
1
-1
/
+1
*
ioapic: QOM'ify ioapic
xiaoqiang zhao
2013-12-24
1
-3
/
+3
*
ioapic: Cleanup for QOM'ification
xiaoqiang zhao
2013-12-24
1
-1
/
+3
*
apic: QOM'ify APIC
xiaoqiang zhao
2013-12-24
1
-2
/
+4
*
apic: Cleanup for QOM'ification
xiaoqiang zhao
2013-12-24
1
-4
/
+4
*
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+0
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-11-21
1
-46
/
+10
|
\
|
*
pci-assign: Remove dead code for direct I/O region access from userspace
Jan Kiszka
2013-11-07
1
-46
/
+10
*
|
pci-assign: Fix error_report of pci-stub message
Cole Robinson
2013-11-13
1
-20
/
+16
|
/
*
kvm: Fix compiler warning (clang)
Stefan Weil
2013-09-20
1
-1
/
+1
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
2013-08-29
1
-5
/
+4
|
\
|
*
kvm: shorten the parameter list for get_real_device()
Wei Yang
2013-08-23
1
-5
/
+4
*
|
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
2
-4
/
+4
*
|
kvm/ioapic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-2
/
+2
*
|
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
|
/
*
kvm/clock: Use QOM realize for kvmclock
Hu Tao
2013-07-23
1
-4
/
+2
*
kvm/clock: QOM'ify some more
Hu Tao
2013-07-23
1
-3
/
+9
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-5
/
+7
*
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
2013-07-07
5
-16
/
+18
|
\
|
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-13
/
+15
|
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
5
-12
/
+12
*
|
kvmclock: clock should count only if vm is running
Marcelo Tosatti
2013-07-03
1
-34
/
+30
*
|
pci-assign: remove the duplicate function name in debug message
Wanlong Gao
2013-07-03
1
-6
/
+6
|
/
*
KVM: PIC: Only commit irq routing when necessary
Alexander Graf
2013-07-01
1
-0
/
+1
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
kvm: Fix potential resource leak (missing fclose)
Stefan Weil
2013-06-21
1
-0
/
+1
*
i8259: Convert PICCommonState to use QOM realizefn
Andreas Färber
2013-06-07
1
-2
/
+24
*
kvm/i8259: QOM'ify some more
Andreas Färber
2013-06-07
1
-3
/
+5
*
i8254: Convert PITCommonState to QOM realizefn
Andreas Färber
2013-06-07
1
-12
/
+28
*
kvm/i8254: QOM'ify some more
Andreas Färber
2013-06-07
1
-8
/
+11
*
pci-assign: Add MSI affinity support
Alex Williamson
2013-05-22
1
-0
/
+18
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
1
-1
/
+1
*
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-05-01
1
-1
/
+1
[next]