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
/
include
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-19
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
1
-0
/
+11
2014-03-19
vl.c: Fix OpenBSD compilation issue due to namespace collisions
Marcel Apfelbaum
1
-0
/
+1
2014-03-14
scsi: Fix migration of scsi sense data
Fam Zheng
1
-0
/
+1
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-2
/
+9
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
1
-2
/
+6
2014-03-13
iothread: add "iothread" qdev property type
Stefan Hajnoczi
1
-0
/
+3
2014-03-13
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
Peter Maydell
2
-2
/
+0
2014-03-13
Move QEMUMachine typedef to qemu/typedefs.h
Andreas Färber
1
-2
/
+0
2014-03-13
Revert "KVM: Split QEMUMachine typedef into separate header"
Andreas Färber
2
-2
/
+2
2014-03-13
qdev: Prepare realize/unrealize hooks for BusState
Bandan Das
1
-0
/
+6
2014-03-13
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
1
-4
/
+4
2014-03-12
hw/boards: Convert current_machine to MachineState
Marcel Apfelbaum
1
-3
/
+3
2014-03-12
vl: Use MachineClass instead of global QEMUMachine list
Marcel Apfelbaum
1
-0
/
+1
2014-03-12
hw/core: Introduce QEMU machine as QOM object
Marcel Apfelbaum
1
-0
/
+50
2014-03-12
ssi: Remove SSI_SLAVE_FROM_QDEV() macro
Peter Crosthwaite
1
-2
/
+1
2014-03-11
q35: Correct typo BRDIGE -> BRIDGE
BALATON Zoltan
2
-13
/
+13
2014-03-11
pc: avoid duplicate names for ROM MRs
Michael S. Tsirkin
1
-2
/
+4
2014-03-09
loader: rename in_ram/has_mr
Michael S. Tsirkin
1
-1
/
+1
2014-03-05
qdev: Keep global allocation counter per bus
Alexander Graf
1
-0
/
+2
2014-03-05
elf-loader: add more return codes
Alexey Kardashevskiy
2
-5
/
+20
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
2
-1
/
+4
2014-03-05
KVM: Split QEMUMachine typedef into separate header
Alexander Graf
2
-2
/
+2
2014-03-04
Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...
Peter Maydell
3
-24
/
+52
2014-03-04
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-1
/
+3
2014-03-04
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
1
-0
/
+2
2014-02-27
sun4m: Set HostID in NVRAM
Mark Cave-Ayland
1
-0
/
+2
2014-02-27
s390x/event-facility: code restructure
Heinz Graalfs
2
-24
/
+19
2014-02-27
s390x/kvm: implement floating-interrupt controller device
Jens Freimann
1
-0
/
+33
2014-02-26
arm: vgic device control api support
Christoffer Dall
1
-0
/
+1
2014-02-26
xilinx: Delete hw/include/xilinx.h
Peter Crosthwaite
1
-10
/
+0
2014-02-26
xilinx: Inline usages of xilinx_axi*_init()
Peter Crosthwaite
1
-33
/
+0
2014-02-26
xilinx: Inline usage of xilinx_ethlite_create()
Peter Crosthwaite
1
-19
/
+0
2014-02-26
xilinx: Inline usages of xilinx_timer_create()
Peter Crosthwaite
1
-15
/
+0
2014-02-26
xilinx: Inline usages of xilinx_intc_create()
Peter Crosthwaite
1
-13
/
+0
2014-02-22
scsi: report thin provisioning errors with werror=report
Paolo Bonzini
1
-0
/
+2
2014-02-22
scsi: Change scsi sense buf size to 252
Fam Zheng
1
-1
/
+1
2014-02-20
Call pci_piix3_xen_ide_unplug from unplug_disks
Stefano Stabellini
1
-0
/
+1
2014-02-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging
Peter Maydell
1
-0
/
+5
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
14
-50
/
+117
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
1
-0
/
+5
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
1
-6
/
+0
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2
-10
/
+1
2014-02-14
qdev: Inline qdev_prop_parse()
Paolo Bonzini
1
-2
/
+0
2014-02-14
qdev: Legacy properties are now read-only
Paolo Bonzini
1
-1
/
+0
2014-02-14
ipack: Move IndustryPack out of hw/char/
Andreas Färber
1
-0
/
+87
2014-02-14
i2c: Drop FROM_I2C_SLAVE() macro
Andreas Färber
1
-2
/
+0
2014-02-14
i2c: Rename i2c_bus to I2CBus
Andreas Färber
9
-28
/
+28
2014-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
9
-22
/
+124
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
[next]