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
2013-04-01
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-56
/
+56
2013-04-01
sysbus: Remove sysbus_add_memory and sysbus_del_memory
Peter Maydell
2
-23
/
+0
2013-04-01
hw/milkymist-softusb: set buffer in softusb_read_{dmem, pmem} error path
Peter Maydell
1
-0
/
+2
2013-04-01
milkymist-softusb: Don't map RAM memory regions in the device itself
Peter Maydell
2
-12
/
+13
2013-04-01
milkymist-minimac2: Just expose buffers as a sysbus mmio region
Peter Maydell
2
-5
/
+2
2013-04-01
musicpal: qdevify musicpal-misc
Peter Maydell
1
-5
/
+23
2013-04-01
sysbus: make SysBusDeviceClass::init optional
Peter Maydell
1
-0
/
+3
2013-03-28
piix_pci: Fix C99 comments
David Woodhouse
1
-4
/
+6
2013-03-28
piix_pci: Use DEVICE() and ISA_BUS()
David Woodhouse
1
-3
/
+2
2013-03-28
piix_pci: Clean up i440FX object handling
David Woodhouse
1
-5
/
+10
2013-03-28
virtio-balloon: cleanup: remove qdev field.
KONRAD Frederic
2
-2
/
+0
2013-03-28
virtio-balloon: cleanup: QOM casts.
KONRAD Frederic
2
-24
/
+21
2013-03-28
virtio-balloon: cleanup: init and exit function.
KONRAD Frederic
1
-60
/
+13
2013-03-28
virtio-balloon-ccw: switch to the new API.
KONRAD Frederic
2
-11
/
+25
2013-03-28
virtio-balloon-pci: switch to the new API.
KONRAD Frederic
2
-56
/
+69
2013-03-28
virtio-balloon: add the virtio-balloon device.
KONRAD Frederic
2
-6
/
+93
2013-03-28
hw/tcx: Remove unused 'addr' field and the property that sets it
Peter Maydell
2
-3
/
+0
2013-03-28
hw/i386/pc: format load_linux function
liguang
1
-53
/
+56
2013-03-27
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
1
-0
/
+5
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
3
-32
/
+12
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
1
-2
/
+4
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
1
-2
/
+2
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2
-2
/
+1
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
2
-2
/
+2
2013-03-26
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
32
-126
/
+319
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
3
-14
/
+18
2013-03-26
pcie: Mangle types to match topology
Alex Williamson
1
-0
/
+13
2013-03-26
pci: Create and use API to determine root buses
Alex Williamson
2
-4
/
+10
2013-03-26
pci: Create pci_bus_is_express helper
Alex Williamson
2
-0
/
+6
2013-03-26
pci: Q35, Root Ports, and Switches create PCI Express buses
Alex Williamson
4
-4
/
+4
2013-03-26
pci: Allow PCI bus creation interfaces to specify the type of bus
Alex Williamson
24
-35
/
+40
2013-03-26
pci: Move PCI and PCIE type defines
Alex Williamson
2
-4
/
+5
2013-03-26
pci: Create and register a new PCI Express TypeInfo
Alex Williamson
2
-0
/
+7
2013-03-26
pci: refuse empty ROM files
Stefan Hajnoczi
1
-1
/
+6
2013-03-26
pci_bridge: Remove duplicate IRQ swizzle function
Alex Williamson
1
-9
/
+0
2013-03-26
pci_bridge: Use a default map_irq function
Alex Williamson
1
-1
/
+1
2013-03-26
pci: Fix INTx routing notifier recursion
Alex Williamson
1
-3
/
+4
2013-03-26
pci_bridge: drop formatting from source
Michael S. Tsirkin
1
-8
/
+0
2013-03-26
pci_bridge: factor out common code
Michael S. Tsirkin
3
-19
/
+22
2013-03-26
pci: Teach PCI Bridges about VGA routing
Alex Williamson
4
-2
/
+55
2013-03-26
pci: Add PCI VGA helpers
Alex Williamson
2
-0
/
+82
2013-03-26
virtio-pci: guest notifier mask without non-irqfd
Michael S. Tsirkin
1
-35
/
+44
2013-03-26
virtio-net: remove layout assumptions for mq ctrl
Jason Wang
1
-11
/
+12
2013-03-26
qmp: add path to device_deleted event
Michael S. Tsirkin
1
-2
/
+5
2013-03-26
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
1
-0
/
+6
2013-03-26
virtio-ccw: Queue sanity check for notify hypercall.
Cornelia Huck
1
-0
/
+3
2013-03-26
hw/qdev: Abort rather than ignoring errors adding device properties
Peter Maydell
1
-3
/
+7
2013-03-26
hw/qdev-properties.c: Improve diagnostic for setting property after realize
Peter Maydell
5
-17
/
+43
2013-03-26
virtio-scsi: cleanup: remove qdev field.
KONRAD Frederic
2
-3
/
+0
2013-03-26
virtio-scsi: cleanup: init and exit functions.
KONRAD Frederic
1
-50
/
+10
[next]