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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
2013-07-15
3
-0
/
+13
|
\
|
*
Add 'auto-converge' migration capability
Chegu Vinod
2013-07-12
1
-0
/
+2
|
*
Introduce async_run_on_cpu()
Chegu Vinod
2013-07-12
2
-0
/
+11
*
|
cpus: Add return value for vm_stop()
Kevin Wolf
2013-07-15
1
-2
/
+2
*
|
block: Add return value for bdrv_flush_all()
Kevin Wolf
2013-07-15
1
-1
/
+1
*
|
block: Don't parse protocol from file.filename
Kevin Wolf
2013-07-15
1
-1
/
+2
|
/
*
PPC: dbdma: Support unaligned DMA access
Alexander Graf
2013-07-11
1
-0
/
+3
*
PPC: dbdma: Move processing to io
Alexander Graf
2013-07-11
1
-1
/
+2
*
PPC: dbdma: Move static bh variable to device struct
Alexander Graf
2013-07-11
1
-0
/
+1
*
PPC: dbdma: Introduce kick function
Alexander Graf
2013-07-11
1
-0
/
+1
*
PPC: dbdma: Move defines into header file
Alexander Graf
2013-07-11
1
-0
/
+118
*
add timestamp to error_report()
Seiji Aguchi
2013-07-10
1
-0
/
+2
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-07-10
7
-17
/
+42
|
\
|
*
cpu: Move reset logging to CPUState
Andreas Färber
2013-07-09
1
-0
/
+2
|
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-5
/
+21
|
*
intc/openpic: Build openpic only once
Andreas Färber
2013-07-09
2
-2
/
+6
|
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
3
-2
/
+4
|
*
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
2013-07-09
1
-1
/
+1
|
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
2
-3
/
+4
|
*
kvm: Free current_cpu identifier
Andreas Färber
2013-07-09
1
-5
/
+5
*
|
vl: New qemu_get_machine_opts()
Markus Armbruster
2013-07-09
1
-0
/
+2
*
|
exec: Remove unused global variable phys_ram_fd
Stefan Weil
2013-07-09
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-08
6
-9
/
+61
|
\
|
*
pci: Fold host_buses list into PCIHostState functionality
David Gibson
2013-07-07
1
-0
/
+2
|
*
pci: Add root bus parameter to pci_nic_init()
David Gibson
2013-07-07
1
-2
/
+4
|
*
pci: Add root bus argument to pci_get_bus_devfn()
David Gibson
2013-07-07
1
-1
/
+1
|
*
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
2013-07-07
2
-1
/
+11
|
*
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
2013-07-07
1
-1
/
+2
|
*
pci: Abolish pci_find_root_bus()
David Gibson
2013-07-07
1
-1
/
+1
|
*
pci: Move pci_read_devaddr to pci-hotplug-old.c
David Gibson
2013-07-04
1
-2
/
+2
|
*
pvpanic: initialization cleanup
Michael S. Tsirkin
2013-07-04
1
-1
/
+1
|
*
pc: pass PCI hole ranges to Guests
Michael S. Tsirkin
2013-07-04
1
-0
/
+1
|
*
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
2013-07-04
3
-1
/
+21
|
*
range: add Range structure
Michael S. Tsirkin
2013-07-04
1
-0
/
+16
*
|
exec: separate current radix tree from the one being built
Paolo Bonzini
2013-07-04
1
-0
/
+1
*
|
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
2013-07-04
1
-0
/
+2
*
|
memory: move MemoryListener declaration earlier
Paolo Bonzini
2013-07-04
1
-33
/
+33
*
|
add a header file for atomic operations
Paolo Bonzini
2013-07-04
1
-32
/
+166
*
|
piolist: add owner argument to initialization functions and pass devices
Paolo Bonzini
2013-07-04
1
-1
/
+3
*
|
pam: pass device to init_pam and use it to set owner
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
|
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
Paolo Bonzini
2013-07-04
1
-1
/
+2
*
|
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
|
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
2013-07-04
1
-1
/
+0
*
|
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
1
-0
/
+1
*
|
memory: introduce memory_region_present
Paolo Bonzini
2013-07-04
1
-0
/
+12
*
|
memory: add ref/unref
Paolo Bonzini
2013-07-04
1
-0
/
+30
*
|
memory: add getter for owner
Paolo Bonzini
2013-07-04
1
-0
/
+7
*
|
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-0
/
+17
*
|
ioport: Move portio types to ioport.h
Jan Kiszka
2013-07-04
2
-19
/
+11
*
|
vmport: Disentangle read handler type from portio
Jan Kiszka
2013-07-04
1
-2
/
+4
[next]