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
2021-02-20
hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response
Bin Meng
1
-4
/
+5
2021-02-20
hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response
Bin Meng
1
-3
/
+3
2021-02-20
hw/sd: ssi-sd: Support multiple block write
Bin Meng
1
-2
/
+31
2021-02-20
hw/sd: ssi-sd: Support single block write
Bin Meng
1
-4
/
+40
2021-02-20
hw/sd: Introduce receive_ready() callback
Bin Meng
2
-0
/
+19
2021-02-20
hw/sd: sd: Allow single/multiple block write for SPI mode
Bin Meng
1
-3
/
+0
2021-02-20
hw/sd: sd: Remove duplicated codes in single/multiple block read/write
Bin Meng
1
-47
/
+0
2021-02-20
hw/sd: ssi-sd: Support multiple block read
Bin Meng
1
-9
/
+33
2021-02-18
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210218-pull-request' ...
Peter Maydell
2
-3
/
+17
2021-02-18
hw/virtio/pci: include vdev name in registered PCI sections
Alex Bennée
1
-8
/
+14
2021-02-17
usb/pcap: set flag_setup
Gerd Hoffmann
1
-0
/
+2
2021-02-17
usb-host: use correct altsetting in usb_host_ep_update
Nick Rosbrook
1
-3
/
+15
2021-02-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-4
/
+126
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
1
-0
/
+8
2021-02-16
pc: add parser for OVMF reset block
James Bottomley
1
-4
/
+118
2021-02-16
hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode
Hao Wu
2
-13
/
+330
2021-02-16
hw/arm: Add I2C sensors and EEPROM for GSJ machine
Hao Wu
2
-0
/
+28
2021-02-16
hw/arm: Add I2C sensors for NPCM750 eval board
Hao Wu
1
-0
/
+19
2021-02-16
hw/i2c: Implement NPCM7XX SMBus Module Single Mode
Hao Wu
4
-16
/
+847
2021-02-15
xen-block: fix reporting of discard feature
Roger Pau Monne
1
-0
/
+1
2021-02-15
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
Alexander Bulekov
1
-6
/
+6
2021-02-13
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...
Peter Maydell
2
-68
/
+7
2021-02-11
m68k: import bootinfo headers from linux
Laurent Vivier
2
-68
/
+7
2021-02-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-...
Peter Maydell
6
-17
/
+10
2021-02-11
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
Edgar E. Iglesias
1
-2
/
+2
2021-02-11
hw/block/nvme: fix error handling in nvme_ns_realize
Klaus Jensen
1
-6
/
+1
2021-02-11
hw/block/nvme: Fix a build error in nvme_get_feature()
Bin Meng
1
-0
/
+1
2021-02-11
hw/block/nvme: fix legacy namespace registration
Klaus Jensen
1
-0
/
+4
2021-02-11
arm: Update infocenter.arm.com URLs
Peter Maydell
4
-7
/
+8
2021-02-11
hw/arm: Remove GPIO from unimplemented NPCM7XX
Hao Wu
1
-8
/
+0
2021-02-10
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
18
-1
/
+1675
2021-02-10
multi-process: perform device reset in the remote process
Elena Ufimtseva
2
-0
/
+41
2021-02-10
multi-process: Retrieve PCI info from remote process
Jagannathan Raman
1
-0
/
+84
2021-02-10
multi-process: create IOHUB object to handle irq
Jagannathan Raman
6
-0
/
+195
2021-02-10
multi-process: Synchronize remote memory
Jagannathan Raman
4
-0
/
+238
2021-02-10
multi-process: PCI BAR read/write handling for proxy & remote endpoints
Jagannathan Raman
3
-0
/
+149
2021-02-10
multi-process: Forward PCI config space acceses to the remote process
Elena Ufimtseva
3
-1
/
+122
2021-02-10
multi-process: add proxy communication functions
Elena Ufimtseva
1
-0
/
+34
2021-02-10
multi-process: introduce proxy object
Elena Ufimtseva
2
-0
/
+100
2021-02-10
multi-process: setup memory manager for remote device
Jagannathan Raman
3
-0
/
+78
2021-02-10
multi-process: Associate fd of a PCIDevice with its object
Jagannathan Raman
2
-0
/
+204
2021-02-10
multi-process: Initialize message handler in remote device
Jagannathan Raman
2
-0
/
+58
2021-02-10
multi-process: define MPQemuMsg format and transmission functions
Elena Ufimtseva
4
-0
/
+211
2021-02-10
multi-process: setup a machine object for remote device process
Jagannathan Raman
3
-0
/
+76
2021-02-10
multi-process: setup PCI host bridge for remote device
Jagannathan Raman
4
-1
/
+81
2021-02-10
hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
Bin Meng
1
-1
/
+1
2021-02-10
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
Bin Meng
1
-1
/
+1
2021-02-10
hw/ppc: e500: Use a macro for the platform clock frequency
Bin Meng
1
-3
/
+5
2021-02-10
ppc/pnv: Set default RAM size to 1 GB
Cédric Le Goater
1
-3
/
+7
2021-02-10
spapr_numa.c: fix ibm,max-associativity-domains calculation
Daniel Henrique Barboza
1
-1
/
+3
[prev]
[next]