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-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
2014-03-13
iothread: add "iothread" qdev property type
Stefan Hajnoczi
1
-0
/
+51
2014-03-13
qdev: make get_pointer() handle temporary strings
Igor Mammedov
1
-8
/
+11
2014-03-13
qdev: Realize buses on device realization
Bandan Das
1
-5
/
+22
2014-03-13
qdev: Prepare realize/unrealize hooks for BusState
Bandan Das
1
-0
/
+41
2014-03-12
hw/core: Introduce QEMU machine as QOM object
Marcel Apfelbaum
2
-1
/
+29
2014-03-12
qdev: Set DeviceClass::hotpluggable default in class_init()
Igor Mammedov
1
-8
/
+8
2014-03-12
qdev: Fix bus dependency of DeviceState::hotpluggable getter
Andreas Färber
1
-1
/
+2
2014-03-11
pc: avoid duplicate names for ROM MRs
Michael S. Tsirkin
1
-4
/
+6
2014-03-09
loader: rename in_ram/has_mr
Michael S. Tsirkin
1
-3
/
+3
2014-03-05
qdev: Keep global allocation counter per bus
Alexander Graf
1
-7
/
+13
2014-03-05
elf-loader: add more return codes
Alexey Kardashevskiy
1
-6
/
+24
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
3
-227
/
+27
2014-02-14
qdev: Use QAPI type names for properties
Paolo Bonzini
2
-11
/
+19
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
1
-17
/
+3
2014-02-14
block: Handle "rechs" and "large" translation options
Paolo Bonzini
1
-3
/
+5
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-27
/
+0
2014-02-14
qdev: Remove most legacy printers
Paolo Bonzini
1
-60
/
+0
2014-02-14
qdev: Inline qdev_prop_parse()
Paolo Bonzini
1
-7
/
+1
2014-02-14
qdev: Legacy properties are just strings
Paolo Bonzini
1
-6
/
+2
2014-02-14
qdev: Legacy properties are now read-only
Paolo Bonzini
2
-37
/
+3
2014-02-14
qdev: Remove legacy parsers for hex8/32/64
Paolo Bonzini
1
-54
/
+0
2014-02-14
qdev: Sizes are now parsed by StringInputVisitor
Paolo Bonzini
1
-11
/
+0
2014-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-4
/
+95
2014-02-11
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
1
-1
/
+2
2014-02-10
hw/pci: switch to a generic hotplug handling for PCIDevice
Igor Mammedov
1
-4
/
+13
2014-02-10
qdev: add "hotpluggable" property to Device
Igor Mammedov
1
-0
/
+29
2014-02-10
qdev: add to BusState "hotplug-handler" link
Igor Mammedov
1
-0
/
+4
2014-02-10
define hotplug interface
Igor Mammedov
2
-0
/
+49
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
3
-57
/
+19
2014-01-10
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-13
/
+34
2014-01-06
hw: Remove assert_no_error usages
Peter Crosthwaite
3
-52
/
+19
2014-01-06
qdev: Delete dead code
Peter Crosthwaite
1
-5
/
+0
2013-12-24
qdev: Drop misleading qbus_free() function
Stefan Hajnoczi
1
-6
/
+1
[next]