This website requires JavaScript.
6935f132e5
hw/rtc/ls7a_rtc: Fix rtc enable and disable function
Xiaojuan Yang
2022-07-01 17:34:01 +08:00
e5c0367e2b
hw/rtc/ls7a_rtc: Add reset function
Xiaojuan Yang
2022-07-01 17:34:00 +08:00
53a5eb2e7a
hw/rtc/ls7a_rtc: Remove unimplemented device in realized function
Xiaojuan Yang
2022-07-01 17:33:59 +08:00
df11f3ea69
hw/rtc/ls7a_rtc: Fix timer call back function
Xiaojuan Yang
2022-07-01 17:33:58 +08:00
4f2c65877c
hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function
Xiaojuan Yang
2022-07-01 17:33:57 +08:00
490c03ab11
hw/intc/loongarch_pch_msi: Fix msi vector convertion
Mao Bibo
2022-07-01 11:07:40 +08:00
227e73c986
target/loongarch: Update README
Song Gao
2022-06-24 11:10:49 +08:00
d32688ecdb
default-configs: Add loongarch linux-user support
Song Gao
2022-06-24 11:10:48 +08:00
0093b9a5ee
target/loongarch: Adjust functions and structure to support user-mode
Song Gao
2022-06-24 11:10:47 +08:00
9bc92b5013
target/loongarch: remove unused include hw/loader.h
Song Gao
2022-06-24 11:10:46 +08:00
7fe7eea6ff
target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
Song Gao
2022-06-24 11:10:45 +08:00
7d552f0e0a
target/loongarch: Fix missing update CSR_BADV
Song Gao
2022-06-24 11:10:44 +08:00
fffca8f227
target/loongarch: remove badaddr from CPULoongArch
Song Gao
2022-06-24 11:10:43 +08:00
0caebb9160
scripts: add loongarch64 binfmt config
Song Gao
2022-06-24 11:10:42 +08:00
da8c70ea82
linux-user: Add LoongArch cpu_loop support
Song Gao
2022-06-24 11:10:41 +08:00
1f63019632
linux-user: Add LoongArch syscall support
Song Gao
2022-06-24 11:10:40 +08:00
3418fe25fa
linux-user: Add LoongArch elf support
Song Gao
2022-06-24 11:10:39 +08:00
9d5cd6587a
linux-user: Add LoongArch signal support
Song Gao
2022-06-24 11:10:38 +08:00
070f735333
linux-user: Add LoongArch generic header files
Song Gao
2022-06-24 11:10:37 +08:00
e8e86b484e
Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into staging
Richard Henderson
2022-07-03 06:29:02 +05:30
435774992e
target/riscv: Update default priority table for local interrupts
Anup Patel
2022-06-16 08:45:43 +05:30
df01af337f
target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
2022-06-16 08:45:42 +05:30
598ca83706
target/riscv: Set minumum priv spec version for mcountinhibit
Anup Patel
2022-06-28 15:47:35 +05:30
ec2c62dacc
hw/riscv: boot: Reduce FDT address alignment constraints
Alistair Francis
2022-06-08 16:20:15 +10:00
188000952c
target/riscv: Don't force update priv spec version to latest
Anup Patel
2022-06-11 13:31:04 +05:30
be2265c776
target/riscv: Ibex: Support priv version 1.11
Alistair Francis
2022-06-30 09:31:02 +10:00
b509caceaa
target/riscv: Fixup MSECCFG minimum priv check
Alistair Francis
2022-06-30 09:31:01 +10:00
3780e33732
target/riscv: Support mcycle/minstret write operation
Atish Patra
2022-06-20 16:15:57 -07:00
621f35bb2f
target/riscv: Add support for hpmcounters/hpmevents
Atish Patra
2022-06-20 16:15:56 -07:00
b1675eeb3e
target/riscv: Implement mcountinhibit CSR
Atish Patra
2022-06-20 16:15:55 -07:00
18d6d89efc
target/riscv: pmu: Make number of counters configurable
Atish Patra
2022-06-20 16:15:54 -07:00
d3be1299fb
target/riscv: pmu: Rename the counters extension to pmu
Atish Patra
2022-06-20 16:15:53 -07:00
a5a92fd6ef
target/riscv: Implement PMU CSR predicate function for S-mode
Atish Patra
2022-06-20 16:15:52 -07:00
562009e47c
target/riscv: Fix PMU CSR predicate function
Atish Patra
2022-06-20 16:15:51 -07:00
2e98339918
target/riscv/pmp: guard against PMP ranges with a negative size
Nicolas Pitre
2022-06-15 17:11:51 -04:00
a9814e3e08
target/riscv: Minimize the calls to decode_save_opc
Richard Henderson
2022-06-04 23:10:04 +00:00
5dacdbaeaf
target/riscv: Remove generate_exception_mtval
Richard Henderson
2022-06-04 23:10:03 +00:00
b97028b8c5
target/riscv: Set env->bins in gen_exception_illegal
Richard Henderson
2022-06-04 23:10:02 +00:00
4e245a9e26
target/riscv: Remove condition guarding register zero for auipc and lui
Víctor Colombo
2022-06-10 13:55:17 -03:00
ba45b82518
Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bsd-user/qemu-bsd-user into staging
Richard Henderson
2022-07-02 19:50:05 +05:30
3f1b0235f6
bsd-user: Remove stray 'inline' from do_bsd_close
Warner Losh
2022-06-20 15:14:37 -06:00
952d5d30d6
bsd-user: Implement undelete
Warner Losh
2022-06-16 08:07:52 -06:00
d3f29ddacd
bsd-user: Implement pathconf, lpathconf and fpathconf
Warner Losh
2022-06-16 08:05:10 -06:00
5fbd8011ff
bsd-user: Implement mkfifo and mkfifoat
Warner Losh
2022-06-16 08:02:52 -06:00
17a4d13cea
bsd-user: Implement chroot and flock
Warner Losh
2022-06-16 08:00:53 -06:00
c6f0a7d91a
bsd-user: Implement chflags, lchflags and fchflags
Warner Losh
2022-06-14 15:12:33 -06:00
58af3e295c
bsd-user: Implement chown, fchown, lchown and fchownat
Warner Losh
2022-06-14 15:06:59 -06:00
79cfae0c1b
bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat
Warner Losh
2022-06-14 14:56:30 -06:00
0db0db8f23
bsd-user: implement chmod, fchmod, lchmod and fchmodat
Warner Losh
2022-06-14 14:47:45 -06:00
c7b62b4a87
bsd-user: Implement symlink, symlinkat, readlink and readlinkat
Warner Losh
2022-06-14 14:44:10 -06:00
af2ae2e8ac
bsd-user: Implement mount, umount and nmount
Warner Losh
2022-06-14 14:39:39 -06:00
d9a0948377
Fix score calculation (#689 )
Dongjia Zhang
2022-07-01 16:54:14 +02:00
927b968d1b
hw: canokey: Remove HS support as not compliant to the spec
MkfsSion
2022-06-25 22:21:37 +08:00
8607b5149e
docs/system/devices/usb/canokey: remove limitations on qemu-xhci
Hongren (Zenithal) Zheng
2022-06-13 20:15:52 +08:00
1042563027
hw/usb/canokey: fix compatibility of qemu-xhci
Hongren (Zenithal) Zheng
2022-06-13 20:15:04 +08:00
ada270cd18
hw/usb/canokey: Fix CCID ZLP
Hongren (Zenithal) Zheng
2022-06-13 20:14:19 +08:00
8c0d80245f
ui/cocoa: Fix clipboard text release
Akihiko Odaki
2022-06-15 06:21:31 +09:00
839a482695
ui/console: allow display device to be labeled with given id
Wen, Jianxian
2022-06-15 06:35:14 +00:00
701caa3d6a
Convert fw_cfg.rst to reStructuredText syntax
Simon Sapin
2022-06-25 18:14:55 +02:00
8e72ceee5c
Rename docs/specs/fw_cfg.txt to .rst
Simon Sapin
2022-06-25 18:14:54 +02:00
fbcfc9fe20
Removed unused trait bounds from BytesSwapMutator (#688 )
z2_
2022-07-01 07:58:58 +02:00
d495e432c0
Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into staging
Richard Henderson
2022-06-30 22:04:12 +05:30
55c57023b7
hw/misc/aspeed: Add PECI controller
Peter Delevoryas
2022-06-30 09:21:14 +02:00
1c5d909f88
hw/i2c/aspeed: Add new-registers DMA slave mode RX support
Peter Delevoryas
2022-06-30 09:21:14 +02:00
a8d48f59cd
hw/i2c/aspeed: add slave device in old register mode
Klaus Jensen
2022-06-30 09:21:14 +02:00
a78e9839ae
hw/i2c: add asynchronous send
Klaus Jensen
2022-06-30 09:21:14 +02:00
37fa5ca426
hw/i2c: support multiple masters
Klaus Jensen
2022-06-30 09:21:14 +02:00
0c0f1bee6a
hw/i2c/aspeed: Fix MASTER_EN missing error message
Peter Delevoryas
2022-06-30 09:21:14 +02:00
b582b7a191
hw/i2c/aspeed: Fix DMA len write-enable bit handling
Peter Delevoryas
2022-06-30 09:21:13 +02:00
ceb3ff0e80
hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL reference
Peter Delevoryas
2022-06-30 09:21:13 +02:00
2a7a5d5cc4
hw/arm/aspeed: firework: add I2C MUXes for VR channels
Jae Hyun Yoo
2022-06-30 09:21:13 +02:00
cfc68f1639
hw/arm/aspeed: firework: Add Thermal Diodes
Maheswara Kurapati
2022-06-30 09:21:13 +02:00
2a75e8c390
hw/arm/aspeed: Add MAX31785 Fan controllers
Maheswara Kurapati
2022-06-30 09:21:13 +02:00
6236548284
hw/sensor: add Maxim MAX31785 device
Maheswara Kurapati
2022-06-30 09:21:13 +02:00
dd0b3271e5
hw/i2c: pmbus: Page #255 is valid page for read requests.
Maheswara Kurapati
2022-06-30 09:21:13 +02:00
ece4cccd67
hw/arm/aspeed: add Qualcomm Firework BMC machine
Graeme Gregory
2022-06-30 09:21:13 +02:00
fb6b3c8d90
hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board
Jae Hyun Yoo
2022-06-30 09:21:13 +02:00
85f0e0c3a1
aspeed: Remove use of qemu_get_cpu
Peter Delevoryas
2022-06-30 09:21:13 +02:00
80beb08567
aspeed: Map unimplemented devices in SoC memory
Peter Delevoryas
2022-06-30 09:21:13 +02:00
5bfcbda70d
aspeed: Remove usage of sysbus_mmio_map
Peter Delevoryas
2022-06-30 09:21:13 +02:00
4dd9d55416
aspeed: Add memory property to Aspeed SoC
Peter Delevoryas
2022-06-30 09:21:13 +02:00
e37976d733
aspeed: Set CPU memory property explicitly
Peter Delevoryas
2022-06-30 09:21:13 +02:00
75dbf30be8
aspeed/smc: Fix potential overflow
Cédric Le Goater
2022-06-30 09:21:13 +02:00
0dbf6dc576
aspeed/hace: Accumulative mode supported
Joel Stanley
2022-06-30 09:21:13 +02:00
6743af9b10
aspeed/i2c: Change trace event for NORMAL_STOP states
Cédric Le Goater
2022-06-30 09:21:13 +02:00
673a6d16ee
aspeed/scu: Add trace events for read ops
Cédric Le Goater
2022-06-30 09:21:13 +02:00
346160cbf2
aspeed: Set the dram container at the SoC level
Cédric Le Goater
2022-06-30 09:21:13 +02:00
1de51272bf
hw: m25p80: add tests for write protect (WP# and SRWD bit)
Iris Chen
2022-06-30 09:21:13 +02:00
2fa22a0f60
hw: m25p80: add WP# pin and SRWD bit for write protection
Iris Chen
2022-06-30 09:21:13 +02:00
621745c4f3
Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging
Richard Henderson
2022-06-30 04:49:40 +05:30
f96d4e0f60
Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/vsementsov/qemu into staging
Richard Henderson
2022-06-29 21:35:27 +05:30
1b8f777673
block: use 'unsigned' for in_flight field on driver state
Denis V. Lunev
2022-05-30 12:39:57 +02:00
8bb100c9e2
nbd: trace long NBD operations
Denis V. Lunev
2022-05-30 12:39:29 +02:00
9d05a87b77
iotests: copy-before-write: add cases for cbw-timeout option
Vladimir Sementsov-Ogievskiy
2022-04-07 16:27:26 +03:00
6db7fd1ca9
block/copy-before-write: implement cbw-timeout option
Vladimir Sementsov-Ogievskiy
2022-04-07 16:27:25 +03:00
15df6e6987
block/block-copy: block_copy(): add timeout_ns parameter
Vladimir Sementsov-Ogievskiy
2022-04-07 16:27:24 +03:00
e1878eb5f0
util: add qemu-co-timeout
Vladimir Sementsov-Ogievskiy
2022-04-07 16:27:23 +03:00
dd3e97dfbe
iotests: add copy-before-write: on-cbw-error tests
Vladimir Sementsov-Ogievskiy
2022-04-07 16:27:22 +03:00
66b5fe8678
Extend weighted scheduler (#685 )
Dongjia Zhang
2022-06-29 09:43:42 +09:00
c379bd7551
hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it
Bernhard Beschow
2022-06-26 11:46:56 +02:00