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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-22
hw/pc_piix: remove is_default for pc-0.15
Jordan Justen
1
-1
/
+0
2012-02-22
hw/pc_sysfw: support system flash memory with pflash
Jordan Justen
1
-2
/
+127
2012-02-22
hw/pc_sysfw: enable pc-sysfw as a qdev
Jordan Justen
1
-0
/
+37
2012-02-22
hw/pc: move rom init to pc_sysfw.c
Jordan Justen
3
-51
/
+100
2012-02-22
vl: make find_default_machine externally visible
Jordan Justen
1
-0
/
+1
2012-02-22
pflash_cfi01/02: support read-only pflash devices
Jordan Justen
2
-52
/
+75
2012-02-22
Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging
Anthony Liguori
1
-147
/
+39
2012-02-22
qdev: drop unnecessary parse/print methods
Paolo Bonzini
1
-134
/
+0
2012-02-22
qdev: use built-in QOM string parser
Paolo Bonzini
1
-2
/
+2
2012-02-22
qdev: accept hex properties only if prefixed by 0x
Paolo Bonzini
1
-0
/
+12
2012-02-22
qdev: accept both strings and integers for PCI addresses
Paolo Bonzini
1
-11
/
+25
2012-02-21
qxl: add user-friendly bar size properties
Gerd Hoffmann
2
-0
/
+12
2012-02-21
qxl: move ram size init to new function
Gerd Hoffmann
1
-19
/
+22
2012-02-21
qxl: drop vram bar minimum size
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
1
-1
/
+1
2012-02-21
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
1
-9
/
+44
2012-02-21
qxl: don't render stuff when the vm is stopped.
Gerd Hoffmann
1
-7
/
+5
2012-02-21
qxl: fix warnings on 32bit
Gerd Hoffmann
1
-3
/
+4
2012-02-17
i8259: Do not clear level-triggered lines in IRR on init
Jan Kiszka
3
-3
/
+3
2012-02-17
i8254: Factor out pit_get_channel_info
Jan Kiszka
3
-34
/
+29
2012-02-17
pcspk: Convert to qdev
Jan Kiszka
6
-17
/
+108
2012-02-17
i8254: Rework & fix interaction with HPET in legacy mode
Jan Kiszka
5
-48
/
+57
2012-02-17
i8254: Pass alternative IRQ output object on initialization
Jan Kiszka
9
-12
/
+12
2012-02-17
i8254: Factor out interface header
Jan Kiszka
12
-25
/
+64
2012-02-17
hpet: Save/restore cached RTC IRQ level
Jan Kiszka
1
-0
/
+29
2012-02-17
i8254: Do not raise IRQ level on reset
Jan Kiszka
1
-1
/
+7
2012-02-17
qdev: Fix qdev_try_create() semantics
Andreas Färber
1
-0
/
+3
2012-02-17
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
23
-122
/
+7083
2012-02-17
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
4
-7
/
+6
2012-02-17
hw/pl031: Actually raise interrupt on timer expiry
Peter Maydell
1
-1
/
+1
2012-02-17
Remove unnecessary includes of primecell.h
Peter Maydell
4
-4
/
+0
2012-02-17
hw/primecell.h: Remove obsolete pl080_init() declaration
Peter Maydell
1
-3
/
+0
2012-02-17
hw/arm_sysctl: Drop legacy init function
Peter Maydell
2
-17
/
+2
2012-02-17
hw/vexpress.c: Add vexpress-a15 machine
Peter Maydell
1
-0
/
+141
2012-02-17
arm_boot: Pass base address of GIC CPU interface, not whole GIC
Peter Maydell
5
-13
/
+18
2012-02-17
hw/vexpress.c: Instantiate the motherboard CLCD
Peter Maydell
1
-1
/
+1
2012-02-17
hw/vexpress.c: Factor out daughterboard-specific initialization
Peter Maydell
1
-35
/
+83
2012-02-17
hw/vexpress.c: Move secondary CPU boot code to SRAM
Peter Maydell
1
-14
/
+2
2012-02-17
hw/vexpress.c: Make motherboard peripheral memory map table-driven
Peter Maydell
1
-34
/
+103
2012-02-17
hw/a15mpcore.c: Add Cortex-A15 private peripheral model
Peter Maydell
1
-0
/
+103
2012-02-17
Exynos4210: added display controller implementation
Mitsyanko Igor
2
-0
/
+1938
2012-02-17
hw/exynos4210.c: Add LAN support for SMDKC210.
Evgeny Voevodin
1
-2
/
+25
2012-02-17
hw/lan9118: Add basic 16-bit mode support.
Evgeny Voevodin
1
-6
/
+118
2012-02-17
ARM: exynos4210: MCT support.
Evgeny Voevodin
2
-0
/
+1507
2012-02-17
ARM: exynos4210: basic Power Management Unit implementation
Maksim Kozlov
2
-0
/
+508
2012-02-17
ARM: exynos4210: PWM support.
Evgeny Voevodin
2
-0
/
+434
2012-02-17
ARM: exynos4210: UART support
Maksim Kozlov
3
-0
/
+714
2012-02-17
ARM: Samsung exynos4210-based boards emulation
Evgeny Voevodin
3
-0
/
+384
2012-02-17
ARM: exynos4210: IRQ subsystem support.
Evgeny Voevodin
3
-0
/
+1009
2012-02-17
hw/arm: Remove redundant arguments from set_kernel_args*
Stefan Weil
1
-9
/
+8
[next]