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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-18
qdev: Move global validation to a single function
Eduardo Habkost
2
-23
/
+23
2014-09-18
qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()
Eduardo Habkost
1
-1
/
+1
2014-09-14
hw/machine: Free old values of string properties
Eduardo Habkost
1
-0
/
+8
2014-09-08
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
1
-0
/
+21
2014-09-08
loader: Add load_image_size() to replace load_image()
Benjamin Herrenschmidt
1
-0
/
+21
2014-09-04
qdev: Add cleanup logic in device_set_realized() to avoid resource leak
Gonglei
1
-14
/
+38
2014-09-04
qdev: Use NULL instead of local_err for qbus_child unrealize
Gonglei
1
-7
/
+7
2014-09-04
qdev: Use error_abort instead of using local_err
Gonglei
1
-2
/
+2
2014-09-02
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-3
/
+24
2014-08-28
intel-iommu: fix coding style issues around in q35.c and machine.c
Le Tan
1
-3
/
+7
2014-08-28
intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...
Le Tan
1
-0
/
+17
2014-08-25
cpus: Define callback for QEMU "nmi" command
Alexey Kardashevskiy
2
-0
/
+85
2014-08-19
loader: Add load_image_gzipped function.
Richard W.M. Jones
1
-0
/
+48
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-6
/
+1
2014-08-18
loader: Abstract away ref to memory region names
Peter Crosthwaite
1
-1
/
+1
2014-08-17
sysbus: remove unused function sysbus_del_io
Paolo Bonzini
1
-5
/
+0
2014-07-21
machine: Replace underscores in machine's property names
Marcel Apfelbaum
1
-4
/
+4
2014-07-06
qdev: Fix crash when using non-device class name on -global
Eduardo Habkost
1
-1
/
+2
2014-07-06
qdev: Don't abort() in case globals can't be set
Eduardo Habkost
1
-1
/
+7
2014-07-01
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-50
/
+21
2014-07-01
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
1
-2
/
+3
2014-07-01
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
Paolo Bonzini
1
-2
/
+3
2014-07-01
qdev: drop iothread property type
Stefan Hajnoczi
1
-50
/
+0
2014-07-01
qdev: add qdev_alias_all_properties()
Stefan Hajnoczi
1
-0
/
+21
2014-07-01
irq: Slim conversion of qemu_irq to QOM
Andreas Färber
1
-2
/
+20
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
2
-14
/
+8
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
1
-2
/
+2
2014-06-27
net: move queue number into NICPeers
Jiri Pirko
1
-2
/
+1
2014-06-23
qapi event: convert DEVICE_DELETED
Wenchao Xia
1
-10
/
+2
2014-06-19
qdev: recursively unrealize devices when unrealizing bus
Paolo Bonzini
1
-1
/
+12
2014-06-19
qdev: reorganize error reporting in bus_set_realized
Paolo Bonzini
1
-13
/
+5
2014-06-19
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
1
-0
/
+17
2014-06-19
qdev: hotplug for bus-less devices
Igor Mammedov
1
-0
/
+13
2014-06-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+34
2014-06-05
qdev: Display warning about unused -global
Don Slutz
2
-0
/
+34
2014-05-28
qdev: Implement named GPIOs
Peter Crosthwaite
1
-10
/
+75
2014-05-28
machine: Make -machine opts properties of MachineState
Marcel Apfelbaum
1
-0
/
+280
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
1
-1
/
+1
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2014-05-07
hw/9pfs: Add missing 'static' attributes
Stefan Weil
1
-2
/
+2
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
1
-4
/
+7
2014-05-05
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
1
-10
/
+10
2014-05-05
hw: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-5
/
+5
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
1
-4
/
+5
2014-04-07
fw-path-provider: Change GPL version to 2+
Alexey Kardashevskiy
1
-1
/
+2
2014-03-20
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
Peter Maydell
3
-1
/
+69
2014-03-20
qdev: Introduce FWPathProvider interface
Paolo Bonzini
3
-1
/
+69
2014-03-19
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2
-2
/
+18
2014-03-19
qom: Make QOM link property unref optional
Stefan Hajnoczi
1
-4
/
+6
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-8
/
+62
[next]