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
2018-06-15
hw/core/or-irq: Support more than 16 inputs to an OR gate
Peter Maydell
1
-2
/
+37
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
2
-2
/
+11
2018-06-15
hw/arm/armv7m: Remove unused armv7m_init() function
Peter Maydell
1
-21
/
+0
2018-06-15
stellaris: Stop using armv7m_init()
Peter Maydell
1
-2
/
+10
2018-06-15
hw/char/parallel: Convert away from old_mmio
Peter Maydell
1
-39
/
+11
2018-06-15
hw/input/pckbd: Convert away from old_mmio
Peter Maydell
1
-6
/
+8
2018-06-15
hw/watchdog/wdt_i6300esb: Convert away from old_mmio
Peter Maydell
1
-12
/
+36
2018-06-15
hw/block/pflash_cfi02: Convert away from old_mmio
Peter Maydell
1
-79
/
+18
2018-06-15
hw/m68k/mcf5206: Convert away from old_mmio
Peter Maydell
1
-12
/
+36
2018-06-15
hw/sh/sh7750: Convert away from old_mmio
Peter Maydell
1
-8
/
+36
2018-06-15
hw/arm/mps2-tz: Put ethernet controller behind PPC
Peter Maydell
1
-9
/
+23
2018-06-15
arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...
Shannon Zhao
1
-2
/
+16
2018-06-15
e1000e: Do not auto-clear ICR bits which aren't set in EIAC
Jan Kiszka
1
-4
/
+0
2018-06-13
Purge uses of banned g_assert_FOO()
Markus Armbruster
3
-8
/
+8
2018-06-12
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...
Peter Maydell
15
-16
/
+25
2018-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...
Peter Maydell
15
-184
/
+176
2018-06-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-20
/
+19
2018-06-12
usb-mtp: Return error on suspicious TYPE_DATA packet from initiator
Bandan Das
1
-0
/
+5
2018-06-12
usb-ccid: fix bus leak
Marc-André Lureau
1
-0
/
+1
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
11
-13
/
+13
2018-06-12
bus: do not unref the added child bus on realize
Marc-André Lureau
1
-1
/
+0
2018-06-12
usb/dev-mtp: Fix use of uninitialized values
Philippe Mathieu-Daudé
1
-1
/
+5
2018-06-12
usb: correctly handle Zero Length Packets
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-12
spapr_pci: Remove unhelpful pagesize warning
David Gibson
1
-7
/
+0
2018-06-12
xics_kvm: use KVM helpers
Cédric Le Goater
1
-38
/
+14
2018-06-12
ppc/pnv: fix LPC HC firmware address space
Cédric Le Goater
1
-1
/
+3
2018-06-12
spapr: handle cpu core unplug via hotplug handler chain
David Hildenbrand
1
-1
/
+11
2018-06-12
spapr: handle pc-dimm unplug via hotplug handler chain
David Hildenbrand
1
-3
/
+15
2018-06-12
spapr: introduce machine unplug handler
David Hildenbrand
1
-0
/
+6
2018-06-12
spapr: move memory hotplug support check into spapr_memory_pre_plug()
David Hildenbrand
1
-7
/
+6
2018-06-12
spapr: move lookup of the node into spapr_memory_plug()
David Hildenbrand
1
-7
/
+5
2018-06-12
spapr: no need to verify the node
David Hildenbrand
1
-8
/
+2
2018-06-12
ppc4xx_i2c: Clean up and improve error logging
BALATON Zoltan
1
-43
/
+51
2018-06-12
mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTR
Mark Cave-Ayland
1
-8
/
+1
2018-06-12
mos6522: move timer frequency initialisation to mos6522_reset
Mark Cave-Ayland
2
-13
/
+6
2018-06-12
cuda: embed mos6522_cuda device directly rather than using QOM object link
Mark Cave-Ayland
2
-27
/
+19
2018-06-12
mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522
Mark Cave-Ayland
1
-1
/
+1
2018-06-12
ppc: remove obsolete macio_init() definition from mac.h
Mark Cave-Ayland
1
-3
/
+0
2018-06-12
ppc: remove obsolete pci_pmac_init() definitions from mac.h
Mark Cave-Ayland
1
-6
/
+0
2018-06-12
hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
1
-2
/
+2
2018-06-12
spapr/vio: deprecate the "irq" property
Cédric Le Goater
1
-1
/
+21
2018-06-12
prep: fix keyboard for the 40p machine
Mark Cave-Ayland
1
-1
/
+0
2018-06-12
40p: remove pci_allow_0_address = true from 40p machine class
Mark Cave-Ayland
1
-1
/
+0
2018-06-12
hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-12
uninorth: remove token register from uninorth device
Mark Cave-Ayland
1
-6
/
+5
2018-06-12
macio: add trace-events to timer device
Mark Cave-Ayland
2
-0
/
+7
2018-06-12
ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)
BALATON Zoltan
1
-1
/
+1
2018-06-11
nvdimm: make persistence option symbolic
Ross Zwisler
2
-20
/
+19
2018-06-11
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-2
/
+0
2018-06-10
pc: Remove PC_COMPAT_2_12 from 3.0 machine-types
Eduardo Habkost
2
-2
/
+0
[next]