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
2011-12-20
isa: always use provided ISA bus when creating an isa device
Hervé Poussineau
1
-6
/
+4
2011-12-20
malta: give ISA bus to ISA methods
Hervé Poussineau
3
-4
/
+4
2011-12-20
fulong2e: give ISA bus to ISA methods
Hervé Poussineau
3
-7
/
+5
2011-12-20
sun4u: give ISA bus to ISA methods
Hervé Poussineau
1
-2
/
+4
2011-12-20
alpha: give ISA bus to ISA methods
Hervé Poussineau
3
-8
/
+9
2011-12-20
pc: give ISA bus to ISA methods
Hervé Poussineau
3
-6
/
+7
2011-12-20
i8259: give ISA device to isa_register_ioport()
Hervé Poussineau
1
-2
/
+2
2011-12-20
isa: move ISABus structure definition to header file
Hervé Poussineau
2
-5
/
+6
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
30
-140
/
+164
2011-12-20
i440fx: remove piix3 field
Paolo Bonzini
1
-3
/
+0
2011-12-19
qdev: fix hotplug when no -device is specified
Anthony Liguori
2
-0
/
+14
2011-12-19
sysbus: remove sysbus_init_mmio_cb2
Benoît Canet
2
-21
/
+0
2011-12-19
ppce500_pci: remove sysbus_init_mmio_cb2 usage
Benoît Canet
1
-21
/
+6
2011-12-19
sh_pci: remove sysbus_init_mmio_cb2 usage
Benoît Canet
2
-27
/
+16
2011-12-19
qom: register qdev properties also as non-legacy properties
Paolo Bonzini
2
-7
/
+28
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
3
-7
/
+15
2011-12-19
qom: introduce get/set methods for Property
Paolo Bonzini
3
-0
/
+399
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
3
-19
/
+29
2011-12-19
qom: push permission checks up into qdev_property_add_legacy
Paolo Bonzini
1
-27
/
+19
2011-12-19
qom: fix swapped parameters
Paolo Bonzini
1
-1
/
+1
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging
Anthony Liguori
1
-3
/
+0
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/xen' into staging
Anthony Liguori
1
-1
/
+3
2011-12-19
etraxfs_eth: drop bogus cpu_unregister_io_memory()
Avi Kivity
1
-3
/
+0
2011-12-19
memory, xen: pass MemoryRegion to xen_ram_alloc()
Avi Kivity
1
-1
/
+3
2011-12-19
Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging
Anthony Liguori
2
-47
/
+23
2011-12-19
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-5
/
+5
2011-12-19
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
6
-57
/
+7
2011-12-19
pc: fix event_idx compatibility for virtio devices
Anthony Liguori
1
-0
/
+32
2011-12-19
Also create piix3 property when Xen is enabled
Julian Pidancet
1
-2
/
+1
2011-12-18
pc: add pc-0.15
Anthony Liguori
1
-0
/
+9
2011-12-16
stellaris: Calculate system clock period on reset
Peter Maydell
1
-0
/
+1
2011-12-16
ide: drop argument to dma_buf_commit
Paolo Bonzini
1
-3
/
+3
2011-12-15
usb: fix usb_qdev_init() error handling again
Stefan Hajnoczi
1
-7
/
+5
2011-12-15
qdev: add a qdev_get_type() function and expose as a 'type' property
Anthony Liguori
2
-0
/
+21
2011-12-15
qom: add string property type
Anthony Liguori
2
-0
/
+81
2011-12-15
qom: add vga node to the pc composition tree
Anthony Liguori
6
-27
/
+38
2011-12-15
qom: optimize qdev_get_canonical_path using a parent link
Anthony Liguori
2
-32
/
+28
2011-12-15
rtc: add a dynamic property for retrieving the date
Anthony Liguori
1
-0
/
+27
2011-12-15
rtc: make piix3 set the rtc as a child (v2)
Anthony Liguori
2
-0
/
+14
2011-12-15
dev: add an anonymous peripheral container
Anthony Liguori
1
-1
/
+20
2011-12-15
qdev: add explicitly named devices to the root complex
Anthony Liguori
1
-0
/
+14
2011-12-15
qom: add link properties (v2)
Anthony Liguori
2
-0
/
+97
2011-12-15
qom: add child properties (composition) (v3)
Anthony Liguori
2
-0
/
+46
2011-12-15
qdev: provide a path resolution (v2)
Anthony Liguori
2
-0
/
+131
2011-12-15
qdev: provide an interface to return canonical path from root (v2)
Anthony Liguori
2
-0
/
+57
2011-12-15
qom: introduce root device
Anthony Liguori
3
-0
/
+40
2011-12-15
qom: register legacy properties as new style properties (v2)
Anthony Liguori
2
-0
/
+93
2011-12-15
qom: add new dynamic property infrastructure based on Visitors (v2)
Anthony Liguori
2
-0
/
+217
2011-12-15
qom: add a reference count to qdev objects
Anthony Liguori
2
-0
/
+42
2011-12-15
block: dma_bdrv_* does not return NULL
Paolo Bonzini
2
-9
/
+1
[next]