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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: add runstate_set tracepoint
Kazuya Saito
2013-03-28
2
-1
/
+2
*
.gitignore: rename trace/generated-tracers.dtrace
Stefan Hajnoczi
2013-03-28
1
-1
/
+1
*
.gitignore: add trace/generated-events.[ch]
Stefan Hajnoczi
2013-03-28
1
-0
/
+2
*
trace: rebuild generated-events.o when configuration changes
Stefan Hajnoczi
2013-03-28
1
-1
/
+1
*
trace: [stderr] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
3
-58
/
+14
*
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
3
-46
/
+13
*
trace: [default] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
1
-3
/
+2
*
trace: [monitor] Use new event control interface
Lluís Vilanova
2013-03-28
1
-2
/
+11
*
trace: Provide a detailed event control interface
Lluís Vilanova
2013-03-28
4
-58
/
+349
*
trace: Provide a generic tracing event descriptor
Lluís Vilanova
2013-03-28
7
-9
/
+172
*
trace: [tracetool] Explicitly identify public backends
Lluís Vilanova
2013-03-28
6
-3
/
+30
*
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
Hans de Goede
2013-03-27
1
-1
/
+0
*
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
2013-03-27
1
-0
/
+5
*
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
2013-03-27
3
-32
/
+12
*
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
2013-03-27
1
-1
/
+1
*
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2013-03-27
2
-4
/
+4
*
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
2013-03-27
3
-19
/
+11
*
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
2013-03-27
3
-33
/
+12
*
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2013-03-27
4
-2
/
+15
*
qemu-char: Add fe_open tracking
Hans de Goede
2013-03-27
2
-0
/
+9
*
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-27
5
-16
/
+16
*
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-27
5
-8
/
+8
*
compiler: fix warning with GCC 4.8.0
Paolo Bonzini
2013-03-27
1
-1
/
+1
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-03-26
39
-131
/
+348
|
\
|
*
pcie: Add endpoint capability initialization wrapper
Alex Williamson
2013-03-26
3
-14
/
+18
|
*
roms: switch oldnoconfig to olddefconfig
Michael S. Tsirkin
2013-03-26
1
-1
/
+1
|
*
pcie: Mangle types to match topology
Alex Williamson
2013-03-26
1
-0
/
+13
|
*
pci: Create and use API to determine root buses
Alex Williamson
2013-03-26
2
-4
/
+10
|
*
pci: Create pci_bus_is_express helper
Alex Williamson
2013-03-26
2
-0
/
+6
|
*
pci: Q35, Root Ports, and Switches create PCI Express buses
Alex Williamson
2013-03-26
4
-4
/
+4
|
*
pci: Allow PCI bus creation interfaces to specify the type of bus
Alex Williamson
2013-03-26
24
-35
/
+40
|
*
pci: Move PCI and PCIE type defines
Alex Williamson
2013-03-26
2
-4
/
+5
|
*
pci: Create and register a new PCI Express TypeInfo
Alex Williamson
2013-03-26
2
-0
/
+7
|
*
exec: assert that RAMBlock size is non-zero
Stefan Hajnoczi
2013-03-26
1
-0
/
+2
|
*
pci: refuse empty ROM files
Stefan Hajnoczi
2013-03-26
1
-1
/
+6
|
*
pci_bridge: Remove duplicate IRQ swizzle function
Alex Williamson
2013-03-26
1
-9
/
+0
|
*
pci_bridge: Use a default map_irq function
Alex Williamson
2013-03-26
1
-1
/
+1
|
*
pci: Fix INTx routing notifier recursion
Alex Williamson
2013-03-26
1
-3
/
+4
|
*
pci_bridge: drop formatting from source
Michael S. Tsirkin
2013-03-26
1
-8
/
+0
|
*
pci_bridge: factor out common code
Michael S. Tsirkin
2013-03-26
3
-19
/
+22
|
*
pci: Teach PCI Bridges about VGA routing
Alex Williamson
2013-03-26
4
-2
/
+55
|
*
pci: Add PCI VGA helpers
Alex Williamson
2013-03-26
2
-0
/
+82
|
*
virtio-pci: guest notifier mask without non-irqfd
Michael S. Tsirkin
2013-03-26
1
-35
/
+44
|
*
virtio-net: remove layout assumptions for mq ctrl
Jason Wang
2013-03-26
1
-11
/
+12
|
*
qmp: add path to device_deleted event
Michael S. Tsirkin
2013-03-26
2
-3
/
+8
|
*
qom: call class destructor before unparent
Michael S. Tsirkin
2013-03-26
1
-3
/
+3
|
*
qdev: DEVICE_DELETED event
Michael S. Tsirkin
2013-03-17
5
-1
/
+32
*
|
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
2013-03-26
13
-87
/
+375
|
\
\
|
*
|
Use qemu_put_buffer_async for guest memory pages
Orit Wasserman
2013-03-26
1
-1
/
+1
|
*
|
Add qemu_put_buffer_async
Orit Wasserman
2013-03-26
2
-8
/
+31
[next]