qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug 1478376] Re: PL050 KMIDATA register does not reset


From: Thomas Huth
Subject: [Bug 1478376] Re: PL050 KMIDATA register does not reset
Date: Fri, 07 Aug 2020 18:10:57 -0000

Looking through old bug tickets... is this still an issue with the
latest version of QEMU? Or could we close this ticket nowadays?


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1478376

Title:
  PL050 KMIDATA register does not reset

Status in QEMU:
  Incomplete

Bug description:
  static uint32_t pl050_read(void *opaque, target_phys_addr_t offset){
    ...
     case 2: /* KMIDATA */
          if (s->pending)
              s->last = ps2_read_data(s->dev);
          return s->last;
  }

  When the receive queue is empty (s->pending is false), is the KMIDATA
  register supposed to be reset to 0x00? In the current implementation,
  the  KMIDATA  does not reverse its value after interrupt is lowered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1478376/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]