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
2015-01-07
PPC: Fix crash on spapr_tce_table_finalize()
David Gibson
1
-3
/
+3
2015-01-07
ppc: do not use get_clock_realtime()
Paolo Bonzini
1
-2
/
+2
2015-01-07
spapr: Fix stale HTAB during live migration (TCG)
Samuel Mendoza-Jonas
1
-5
/
+11
2015-01-07
spapr: Fix integer overflow during migration (TCG)
Samuel Mendoza-Jonas
1
-3
/
+3
2015-01-07
spapr: Fix stale HTAB during live migration (KVM)
Samuel Mendoza-Jonas
1
-0
/
+38
2015-01-07
PPC: e500 pci host: Add support for ATMUs
Alexander Graf
5
-10
/
+115
2015-01-07
PPC: mpc8554ds: Tell user about exceeding RAM limits
Alexander Graf
1
-0
/
+6
2015-01-07
PPC: e500: Move CCSR and MMIO space to upper end of address space
Alexander Graf
1
-3
/
+3
2015-01-07
PPC: e500: Move CCSR definition to params
Alexander Graf
4
-16
/
+23
2014-12-23
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'...
Peter Maydell
18
-119
/
+674
2014-12-23
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20141222.0' i...
Peter Maydell
6
-1377
/
+1313
2014-12-22
hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware
Laszlo Ersek
1
-0
/
+1
2014-12-22
hw/arm: pass pristine kernel image to guest firmware over fw_cfg
Laszlo Ersek
1
-5
/
+83
2014-12-22
hw/loader: split out load_image_gzipped_buffer()
Laszlo Ersek
1
-9
/
+21
2014-12-22
arm: add fw_cfg to "virt" board
Laszlo Ersek
1
-0
/
+21
2014-12-22
fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()
Laszlo Ersek
1
-3
/
+9
2014-12-22
fw_cfg_mem: introduce the "data_width" property
Laszlo Ersek
1
-5
/
+74
2014-12-22
fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIAN
Laszlo Ersek
1
-2
/
+2
2014-12-22
fw_cfg_mem: max access size and region size are the same for data register
Laszlo Ersek
1
-2
/
+2
2014-12-22
fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()
Laszlo Ersek
6
-20
/
+6
2014-12-22
fw_cfg: hard separation between the MMIO and I/O port mappings
Laszlo Ersek
1
-55
/
+122
2014-12-22
target-arm: Disable EL3 on unsupported machines
Greg Bellows
6
-0
/
+71
2014-12-22
target-arm: Breakout integratorcp and versatilepb cpu init
Greg Bellows
2
-4
/
+35
2014-12-22
target-arm: Set CPU has_el3 prop during virt init
Greg Bellows
1
-0
/
+5
2014-12-22
target-arm: Enable CPU has_el3 prop during VE init
Greg Bellows
1
-3
/
+9
2014-12-22
target-arm: Add arm_boot_info secure_boot control
Greg Bellows
1
-0
/
+10
2014-12-22
target-arm: Add virt machine secure property
Greg Bellows
1
-0
/
+30
2014-12-22
target-arm: Add virt class and machine types
Greg Bellows
1
-6
/
+34
2014-12-22
target-arm: Change vexpress daughterboard init arg
Greg Bellows
1
-5
/
+5
2014-12-22
target-arm: Add vexpress machine secure property
Greg Bellows
1
-0
/
+30
2014-12-22
target-arm: Switch to common vexpress machine init
Greg Bellows
1
-22
/
+4
2014-12-22
target-arm: Add vexpress a9 & a15 machine objects
Greg Bellows
1
-14
/
+36
2014-12-22
target-arm: Add vexpress class and machine types
Greg Bellows
1
-0
/
+45
2014-12-22
machine: remove qemu_machine_opts global list
Marcel Apfelbaum
3
-0
/
+55
2014-12-22
vfio: Cleanup error_report()s
Alex Williamson
2
-4
/
+1
2014-12-22
hw/vfio: create common module
Eric Auger
3
-1027
/
+961
2014-12-22
hw/vfio/pci: use name field in format strings
Eric Auger
1
-154
/
+59
2014-12-22
hw/vfio/pci: rename group_list into vfio_group_list
Eric Auger
1
-11
/
+11
2014-12-22
hw/vfio/pci: split vfio_get_device
Eric Auger
1
-52
/
+78
2014-12-22
hw/vfio/pci: Introduce VFIORegion
Eric Auger
1
-92
/
+101
2014-12-22
hw/vfio/pci: handle reset at VFIODevice
Eric Auger
1
-30
/
+63
2014-12-22
hw/vfio/pci: add type, name and group fields in VFIODevice
Eric Auger
1
-9
/
+18
2014-12-22
bootdevice: add Error **errp argument for QEMUBootSetHandler
Gonglei
5
-19
/
+20
2014-12-20
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2
-39
/
+64
2014-12-19
hw/vfio/pci: introduce minimalist VFIODevice with fd
Eric Auger
1
-54
/
+63
2014-12-19
hw/vfio/pci: generalize mask/unmask to any IRQ index
Eric Auger
1
-10
/
+10
2014-12-19
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
Eric Auger
1
-104
/
+106
2014-12-19
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips
5
-3
/
+6
2014-12-19
vfio: fix adding memory listener to the right address space
Frank Blaschka
1
-1
/
+1
2014-12-19
vfio: migration to trace points
Eric Auger
1
-197
/
+206
[next]