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
2019-03-04
s390x/vfio-ap: Implement hot plug/unplug of vfio-ap device
Tony Krowiak
2
-2
/
+12
2019-03-01
Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'...
Peter Maydell
36
-527
/
+645
2019-03-01
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190228' into st...
Peter Maydell
2
-19
/
+26
2019-03-01
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-02-2...
Peter Maydell
1
-1
/
+29
2019-02-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190228-...
Peter Maydell
5
-41
/
+543
2019-02-28
xen-block: stop leaking memory in xen_block_drive_create()
Paul Durrant
1
-7
/
+9
2019-02-28
xen-block: report error condition from vbd_name_to_disk()
Paul Durrant
1
-6
/
+15
2019-02-28
xen-block: remove redundant assignment
Paul Durrant
1
-2
/
+1
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
1
-4
/
+1
2019-02-28
hw/m68k/mcf5208: Support loading of bios images
Thomas Huth
1
-1
/
+29
2019-02-28
hw/arm/armsse: Unify init-svtor and cpuwait handling
Peter Maydell
2
-30
/
+39
2019-02-28
hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*
Peter Maydell
1
-4
/
+37
2019-02-28
hw/arm/iotkit-sysctl: Add SSE-200 registers
Peter Maydell
2
-5
/
+242
2019-02-28
hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name
Peter Maydell
1
-8
/
+8
2019-02-28
hw/arm/armsse: Wire up the MHUs
Peter Maydell
1
-8
/
+28
2019-02-28
hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit
Peter Maydell
3
-0
/
+203
2019-02-28
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into...
Peter Maydell
16
-211
/
+683
2019-02-27
i2c: Verify that the count passed in to smbus_eeprom_init() is valid
Corey Minyard
1
-0
/
+2
2019-02-27
i2c:smbus_eeprom: Add a reset function to smbus_eeprom
Corey Minyard
1
-1
/
+17
2019-02-27
i2c:smbus_eeprom: Add vmstate handling to the smbus eeprom
Corey Minyard
1
-2
/
+32
2019-02-27
i2c:smbus_eeprom: Add a size constant for the smbus_eeprom size
Corey Minyard
1
-3
/
+7
2019-02-27
i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.c
Corey Minyard
1
-5
/
+10
2019-02-27
i2c:smbus_slave: Add an SMBus vmstate structure
Corey Minyard
1
-0
/
+18
2019-02-27
i2c:pm_smbus: Fix state transfer
Corey Minyard
3
-1
/
+47
2019-02-27
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
Corey Minyard
1
-19
/
+67
2019-02-27
boards.h: Ignore migration for SMBus devices on older machines
Corey Minyard
2
-0
/
+2
2019-02-27
i2c:smbus: Make white space in switch statements consistent
Corey Minyard
2
-0
/
+10
2019-02-27
i2c:smbus_eeprom: Get rid of the quick command
Corey Minyard
1
-8
/
+0
2019-02-27
i2c:smbus: Simplify read handling
Corey Minyard
2
-26
/
+3
2019-02-27
i2c:smbus: Simplify write operation
Corey Minyard
2
-51
/
+21
2019-02-27
i2c:smbus: Correct the working of quick commands
Corey Minyard
1
-16
/
+19
2019-02-27
i2c: Don't check return value from i2c_recv()
Corey Minyard
3
-24
/
+5
2019-02-27
arm:i2c: Don't mask return from i2c_recv()
Corey Minyard
1
-1
/
+1
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
18
-40
/
+34
2019-02-27
i2c: Split smbus into parts
Corey Minyard
13
-160
/
+180
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2019-02-26
hw/usb: switch MTP to use new inotify APIs
Daniel P. Berrangé
2
-165
/
+111
2019-02-26
hw/usb: fix const-ness for string params in MTP driver
Daniel P. Berrangé
1
-4
/
+4
2019-02-26
hw/usb: don't set IN_ISDIR for inotify watch in MTP driver
Daniel P. Berrangé
1
-2
/
+1
2019-02-26
ppc/pnv: use IEC binary prefixes to represent sizes
Murilo Opsfelder Araujo
1
-2
/
+2
2019-02-26
ppc/pnv: add INITRD_MAX_SIZE constant
Murilo Opsfelder Araujo
1
-1
/
+2
2019-02-26
ppc/pnv: increase kernel size limit to 256MiB
Murilo Opsfelder Araujo
1
-1
/
+2
2019-02-26
hw/ppc: Use object_initialize_child for correct reference counting
Thomas Huth
4
-17
/
+16
2019-02-26
ppc/xive: xive does not have a POWER7 interrupt model
Cédric Le Goater
1
-3
/
+0
2019-02-26
spapr: enable PHB hotplug for default pseries machine type
Michael Roth
1
-0
/
+2
2019-02-26
spapr: add hotplug hooks for PHB hotplug
Greg Kurz
3
-16
/
+130
2019-02-26
spapr_pci: add ibm, my-drc-index property for PHB hotplug
Michael Roth
1
-0
/
+9
2019-02-26
spapr_pci: provide node start offset via spapr_populate_pci_dt()
Michael Roth
2
-2
/
+5
2019-02-26
spapr_events: add support for phb hotplug events
Michael Roth
1
-0
/
+3
2019-02-26
spapr: populate PHB DRC entries for root DT node
Nathan Fontenot
1
-0
/
+8
[next]